Evaluating LSAC Evaluations: How They Can Help or Hurt Applicants

Read time: 5 mins
Share post
Jump to

Evaluating LSAC Evaluations

Carolina









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

Three years ago, LSAC introduced evaluations to complement traditional recommendations. These LSAC evaluations, at some schools, can be used in place of a traditional recommendation. At the time evaluations were rolled out, I had no idea what to make of them.

On its website, LSAC states that LSAC evaluations “rate both cognitive and non-cognitive attributes and skills that have been identified as important to successful lawyering, using a scale that represents degrees of a particular characteristic.” Until I actually saw an evaluation in a file, however, I didn’t understand what LSAC was talking about.

For those unfamiliar with LSAC evaluations, rather than being free-form as a letter of recommendation, an evaluation is mostly a multiple-choice rating form. Each question on an evaluation has the same answer choices:

Below Average (Bottom 50%)

Average (Top 50%)

Good (Top 25%)

Very Good (Top 10%)

Excellent (Top 5%)

Truly Exceptional (Top 1–2%)

Inadequate Opportunity to Judge

There are thirty questions in LSAC evaluations, grouped under the following six categories: intellectual skill, personal qualities, integrity and honesty, communication, task management, and working with others. To see the specific questions, you can visit the LSAC website here. After each category of questions, there is a “comments” field that allows the evaluator to write additional information up to 750 characters. Then, at the end of the form, evaluators have the opportunity to enter text of up to 3,000 characters. The form also includes questions about the evaluator. Specifically, it asks whether the evaluator is a “Teacher/Instructor, Employer, Coworker, Friend, Family, Other.” It also asks how long an evaluator has known an applicant and when the evaluator last interacted with the applicant.

In my experience as a Yale Law School admissions officer, evaluations were not as useful at getting in-depth information about an applicant as traditional letters of recommendation. Usually, letters expanded on an applicant’s skills, characteristics, and special qualities, and if they were glowing letters, painted a picture of a star. Evaluations, when they were submitted, did not usually go into such detail. Those evaluators that did take advantage of the various comments sections many times simply wrote a few sentences. You want your recommenders to be speaking qualitatively about you rather than quantitatively; you have enough numerical indicators!

However, LSAC evaluations were useful from an admissions standpoint when they were not stellar. Perhaps because of the multiple-choice format, evaluators had to quantify qualities in a way that they would not do in a letter. As such, there were times when evaluators rated applicants as good or average in interesting ways that could ultimately hurt the applicant. (You want evaluators or recommenders to rate you as excellent and truly exceptional as much as possible). Sometimes, in the shorter comments sections, evaluators made statements that were not especially helpful for the applicant. Ultimately, because evaluations can hurt more than they can help, I would leave them out unless they are required.

Tags :LSAC Application,LSAC Evaluations

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-2f9f763082a809f6674937fe76c6b70e”).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_2f9f763082a809f6674937fe76c6b70e() {
if( $( “#contact-form-2f9f763082a809f6674937fe76c6b70e” ).valid() ){
function setLoader() {
jQuery(“.wrap-forms-loader”).show();
}
setLoader();
//console.log(this);
var form = document.querySelector(“#contact-form-2f9f763082a809f6674937fe76c6b70e”).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-2f9f763082a809f6674937fe76c6b70e")[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-5e84f8c190b7e .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-5e84f8c190b7e .base-blurb__card__body__thumbnail {
background-image: url(‘https://newsite.ingeniusprep.com/wp/app/uploads/2018/09/881484382.png’);
}
#base-blurb-id-5e84f8c190b7e .base-blurb__card__body__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e84f8c190b7e .base-blurb__card__body__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e84f8c190b7e .base-blurb__card__body__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e84f8c190b7e .base-blurb__float__description {
text-align: left;
}
#base-blurb-id-5e84f8c190b7e .base-blurb__float__description__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e84f8c190b7e .base-blurb__float__description__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e84f8c190b7e .base-blurb__float__description__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e84f8c190b7e .base-blurb__float {
background-color: rgba(255,255,255,1);
}

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


#base-blurb-id-5e84f8c190f23 .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-5e84f8c190f23 .base-blurb__card__body__thumbnail {
background-image: url(‘https://newsite.ingeniusprep.com/wp/app/uploads/2018/09/881484382.png’);
}
#base-blurb-id-5e84f8c190f23 .base-blurb__card__body__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e84f8c190f23 .base-blurb__card__body__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e84f8c190f23 .base-blurb__card__body__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e84f8c190f23 .base-blurb__float__description {
text-align: left;
}
#base-blurb-id-5e84f8c190f23 .base-blurb__float__description__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e84f8c190f23 .base-blurb__float__description__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e84f8c190f23 .base-blurb__float__description__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e84f8c190f23 .base-blurb__float {
background-color: rgba(255,255,255,1);
}

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


#base-blurb-id-5e84f8c190fda .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-5e84f8c190fda .base-blurb__card__body__thumbnail {
background-image: url(‘https://newsite.ingeniusprep.com/wp/app/uploads/2018/09/881484382.png’);
}
#base-blurb-id-5e84f8c190fda .base-blurb__card__body__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e84f8c190fda .base-blurb__card__body__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e84f8c190fda .base-blurb__card__body__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e84f8c190fda .base-blurb__float__description {
text-align: left;
}
#base-blurb-id-5e84f8c190fda .base-blurb__float__description__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e84f8c190fda .base-blurb__float__description__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e84f8c190fda .base-blurb__float__description__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e84f8c190fda .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.