Getting Great Letters of Recommendation: What You Need to be Doing

Read time: 6 mins
Share post
Jump to

Getting Great Letters of Recommendation: What You Need to be Doing Right Now

Joel









$(‘.facebook’).hover(function () {
$(‘.fb-icon’).toggleClass(‘hide’);
$(‘.fb-hover-icon’).toggleClass(‘hide’);
});
$(‘.linkedin’).hover(function () {
$(‘.linkedin-icon’).toggleClass(‘hide’);
$(‘.linkedin-hover-icon’).toggleClass(‘hide’);
});

In this article, we discuss why getting great letters of recommendation depends on how you perceive and interact with your professors. Specifically, the kinds of student behaviors that make professors eager to help students.

It’s easy to forget that your professors are people when you sit in front of them during a lecture. As with any authority figure, they seem remote because of the role the play in your life. In this case, they have control over your time (from class schedules, to exams and papers), and the all-important ability to judge effort and intellect, producing a grade. Add to this the fact that many professors have dedicated their lives to the pursuit of a specific and oftentimes narrow topic that may only interest you as a means to a different end, and the gap can seem unbridgeable. There you are, just looking to perform well and move on. There they are, with the power to aid you or stand in your way, but with obscure objectives. Not only can this cause stress while working towards an individual grade, but it can detrimentally affect the process of acquiring powerful recommendation letters for future study.

The truth, however, is that most professors teach for multiple reasons: partly because of a profound passion for the material under review, partly because they are inspired by the intellectual audacity of intelligent youth, and partly because they genuinely believe that a good education aids the development of an individual – whatever his or her ultimate career goals. Whether you are taking a class on Shakespeare, an astronomy survey, an introduction to economics, or learning a new language, chances are your professor cares as much about how your intellectual diligence will generally inform your future character as they will care about your investment in the particular topic at hand. They care about this because they themselves benefited from similar exposure to a breadth of ideas when they were starting out in their careers.

So, despite the illusion of distance and authority built into the system, the best way to get a great letters of recommendation from professors is to have the confidence to establish a personal relationship with them. This relationship can be based on enthusiasm for learning without too much concern over your ultimate interest in the material. Go to office hours. Talk about gratuitously interesting thoughts inspired in part by a lecture. Turn in that extra credit assignment. Ask questions in class. Go to the department-sponsored lectures and chat with your professors afterward. Your professors will be grateful for your participation, they will be fired up by your engagement, they will be interested in learning about you as a person, and perhaps intrigued to learn from your unique perspective as a non-specialist looking in at a field they have been a part of for decades.

These are the relationships that produce great letters of recommendation. These relationships encourage the professor to invest in your future on your terms, to spend the extra time it takes to draft a compelling letter, to include the details that make it obvious that he or she is not writing a stock letter but truly took the time to get to know you. These are the relationships that result in a letter professing genuine regret at the loss of your contribution to the school and the department, which only tantalizes future institutions.

And, with any luck, these are the relationships that also become warm mentoring friendships that you can continue to draw on as you professionalize and develop over the course of your career and your life.

You can always talk to InGenius Prep for more information on how to get great letters of recommendation for your college admission or your graduate school application.

Tags :letter of recommendation,letter of recommendation college,letter of recommendation for college admission,letter of recommendation for college application,law school letter of recommendation

https://newsite.ingeniusprep.com/wp/app/uploads/2018/09/blog-feaature.png

5 tips to get into college

Name *
Email M*

function validate_file(uid, files) {
var file_err = ‘file_err’;
var upload_cv = $(‘#’ + uid);
var file = $(‘#’ + uid)[0].files[0];
if (file == undefined) {
document.getElementsByClassName(“file-upload-wrapper”).removeAttribute(“data-text”);
upload_cv.after(‘

Please upload valid (‘ + files + ‘) File

‘);
return false;
} else {
document.getElementsByClassName(“file-upload-wrapper”).removeAttribute(“data-text”);
$(“#” + file_err).html(“”);
}
}
(function ($) {
$(document).ready(function () {
$(“#contact-form-9307d31e7665ab055ec3bd609a91c66d”).validate();
function gatedSubmit(url) {
// downloadFile(url);
$.AjaxDownloader({
url : ‘https://newsite.ingeniusprep.com/wp/wp/wp-admin/admin-ajax.php’,
data : {
action: ‘download_file’,
fileurl: url,
}
});
}
});
})(jQuery);
.modal-backdrop {
z-index: -1;
}
×

Close
var $ = jQuery.noConflict();
function form_submit_action_9307d31e7665ab055ec3bd609a91c66d() {
if( $( “#contact-form-9307d31e7665ab055ec3bd609a91c66d” ).valid() ){
function setLoader() {
jQuery(“.wrap-forms-loader”).show();
}
setLoader();
//console.log(this);
var form = document.querySelector(“#contact-form-9307d31e7665ab055ec3bd609a91c66d”).elements;
var json_obj = {};
for (var i = 0; i < form.length; i++) { //type equal to 'radio button' if (form[i].getAttribute('type') == "radio") { if (form[i].getAttribute('api-form-field')) { if (form[i].checked) { json_obj[form[i].getAttribute('api-form-field')] = form[i].value; } } } //TODO type equal to 'checkbox' else if (form[i].getAttribute('type') == "checkbox") { if (form[i].getAttribute('api-form-field')) { if (form[i].checked) { json_obj[form[i].getAttribute('api-form-field')] = form[i].value; } } } //other form fields else { if (form[i].getAttribute('api-form-field')) { json_obj[form[i].getAttribute('api-form-field')] = form[i].value; } } } jQuery('input[name="data"]').val(JSON.stringify(json_obj)); //setLoader(); //console.log(json_obj); var form_type = json_obj.form_submit_type; // Static Submit if(form_type == 'api_url'){ if (grecaptcha === undefined) { $('.form-message-wrapper').html( "Recaptcha not defined" ); jQuery(".wrap-forms-loader").hide(); return false; } var response = grecaptcha.getResponse(); if (!response) { $('.form-message-wrapper').html( "Coud not get recaptcha response" ); jQuery(".wrap-forms-loader").hide(); return false; } //console.log(form_type); var data_string = JSON.stringify(json_obj); //console.log(data_string); $.ajax({ url: json_obj.form_submit_url, data: data_string, type: 'post', success: function (data) { jQuery(".wrap-forms-loader").hide(); $("#contact-form-9307d31e7665ab055ec3bd609a91c66d")[0].reset(); $('.form-message-wrapper').html( ""+data.success_msg+"" ); }, error: function (data) { }, }); return false; } else{ } } //return console.log(json_obj); } function setLoader() { jQuery(".wrap-forms-loader").show(); } (function ($) { $.fn.exists = function(callback) { var args = [].slice.call(arguments, 1); if (this.length) { callback.call(this, args); } return this; }; $(document).ready(function(){ $('div.fw-flash-messages').exists(function() { $('.form-message-wrapper').append($('div.fw-flash-messages').html()); }); }); })(jQuery); ul.fw-flash-type-success { margin-bottom: 15px; margin-top: -30px; } ul.fw-form-errors { margin-bottom: 15px; margin-top: -30px; } https://newsite.ingeniusprep.com/wp/app/uploads/2018/09/Mask-1.png
By:

Clifford Jefferson

Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Nam libero tempore, cum soluta nobis est eligendi optio cumqu (~260)

Schedule a free consultation

to find out how we can help you get accepted.

hbspt.forms.create({ portalId: “5109206”,formId: “86b53e9c-69d7-4dd9-9e2e-c23476e9a906”});

You May Also Be Interested In..

Sed ut perspiciatis unde omnis iste natus

#base-blurb-id-5e83a6969020c .base-blurb__card {
min-height: 1px;
background-color: rgba(255,255,255,1);
text-align: left;
border:1px solid rgba(0,0,0,0);
}
#base-blurb-id-5e83a6969020c .base-blurb__card__body__thumbnail {
background-image: url(‘https://newsite.ingeniusprep.com/wp/app/uploads/2018/09/881484382.png’);
}
#base-blurb-id-5e83a6969020c .base-blurb__card__body__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e83a6969020c .base-blurb__card__body__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e83a6969020c .base-blurb__card__body__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e83a6969020c .base-blurb__float__description {
text-align: left;
}
#base-blurb-id-5e83a6969020c .base-blurb__float__description__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e83a6969020c .base-blurb__float__description__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e83a6969020c .base-blurb__float__description__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e83a6969020c .base-blurb__float {
background-color: rgba(255,255,255,1);
}

How to Impress with your Business SchoolResumé (~50)


#base-blurb-id-5e83a6969045a .base-blurb__card {
min-height: 1px;
background-color: rgba(255,255,255,1);
text-align: left;
border:1px solid rgba(0,0,0,0);
}
#base-blurb-id-5e83a6969045a .base-blurb__card__body__thumbnail {
background-image: url(‘https://newsite.ingeniusprep.com/wp/app/uploads/2018/09/881484382.png’);
}
#base-blurb-id-5e83a6969045a .base-blurb__card__body__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e83a6969045a .base-blurb__card__body__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e83a6969045a .base-blurb__card__body__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e83a6969045a .base-blurb__float__description {
text-align: left;
}
#base-blurb-id-5e83a6969045a .base-blurb__float__description__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e83a6969045a .base-blurb__float__description__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e83a6969045a .base-blurb__float__description__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e83a6969045a .base-blurb__float {
background-color: rgba(255,255,255,1);
}

How to Impress with your Business School Resumé (~50)


#base-blurb-id-5e83a6969050b .base-blurb__card {
min-height: 1px;
background-color: rgba(255,255,255,1);
text-align: left;
border:1px solid rgba(0,0,0,0);
}
#base-blurb-id-5e83a6969050b .base-blurb__card__body__thumbnail {
background-image: url(‘https://newsite.ingeniusprep.com/wp/app/uploads/2018/09/881484382.png’);
}
#base-blurb-id-5e83a6969050b .base-blurb__card__body__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e83a6969050b .base-blurb__card__body__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e83a6969050b .base-blurb__card__body__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e83a6969050b .base-blurb__float__description {
text-align: left;
}
#base-blurb-id-5e83a6969050b .base-blurb__float__description__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e83a6969050b .base-blurb__float__description__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e83a6969050b .base-blurb__float__description__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e83a6969050b .base-blurb__float {
background-color: rgba(255,255,255,1);
}

How to Impress with your Business School Resumé (~50)

Webinars You Might Like

Pursue Your Reach Schools with InGenius Prep and Increase Your Admissions Chances

Contact our Enrollment Team to learn more about our services and how we can lead your admissions journey.