College Admissions Trends: An Interview with InGenius Prep CEO, Joel Butterly
InGenius Prep
June 27, 2018
share on
$(‘.facebook’).hover(function () {
$(‘.fb-icon’).toggleClass(‘hide’);
$(‘.fb-hover-icon’).toggleClass(‘hide’);
});
$(‘.linkedin’).hover(function () {
$(‘.linkedin-icon’).toggleClass(‘hide’);
$(‘.linkedin-hover-icon’).toggleClass(‘hide’);
});
College Admissions Trends: An Interview with InGenius Prep CEO, Joel Butterly
Joel Butterly, CEO of InGenius Prep, discussed college admissions trends and said, “These days, top US colleges are looking for students who have a strong interest and talent in one field. Therefore, finding and developing areas of interest and hobbies is more helpful in college admissions than simply getting higher test scores.”
“Small differences in test scores are not very significant in college admissions.”
Joel Butterly, a college admissions specialist and CEO of InGenius Prep, said that he is afraid many students still focus on test scores when preparing for their college applications and thinking about college admissions trends. InGenius Prep is a college admissions consulting firm, operating around the world. The company started in New Haven, Connecticut, where Yale University is located. All the consultants and coaches at InGenius Prep are either graduates or former admission officers from top US universities, such as Harvard, Yale, Stanford, Princeton and Dartmouth. Butterly himself graduated from Yale Law School and Dartmouth College.
So, what kind of students do top universities want these days? Butterly responded, “students with strong interests and talents in one field.” In the past, it was true that top US universities favored students with good grades and versatile skills, but in recent college admissions trends, schools have admitted more students that are experts in certain fields. Rather than using a specific set of standards, admissions officers check the activities list to understand students’ interests and talents. In other words, if a student has been continuously involved in writing related activities, the admissions officer can see that passion and talent even if the applicant does not explicitly emphasize that they like writing in their essays.”
Even though the admissions criteria for universities is changing through various college admissions trends, the way students prepare for college admissions has stayed the same. Butterly pointed out that “most students only emphasize high test scores and GPAs on their applications, with too few extracurricular activities mentioned. For admissions officers at universities, an SAT score of 1600 (a perfect score) is not all that different from 1540 or 1580 points. For example, Princeton University considers all scores above 1550 the same. Even after scoring high enough, most students still concentrate on studying to raise their scores further. At this stage, spending the time to find and develop hobbies and interests is actually a lot more strategic for admissions,” he added.
Butterly also confirmed that students still choose a college based on ranking and reputation. When students ask which factors they should prioritize, Butterly advises students to make decisions based on their future plans after graduation. He would suggest choosing a school with good programs or majors. “For example, we consider the fact that the University of Illinois Urbana-Champaign’s (UIUC) engineering program is rated higher than Yale in the United States, but Yale is still more highly regarded. If a student hopes to find a job in the engineering field, I would advise him to apply for schools known for their engineering programs such as UIUC, Georgia Institute of Technology, University of Michigan, Carnegie Mellon University and Johns Hopkins University.”
According to Butterly, in terms of college admissions trends, top schools are still receiving an increasing number of applications each year. The number of applicants at prestigious schools rises every year. Butterly said, “Resources and strong financials allow top U.S universities to provide good educational environments and systems, which become a basis for quality education. For this reason, there is still a lot of demand for prestigious universities not just in the United States, but worldwide.”
This interview was originally featured in Chonsun Edu.
Tags :college admissions,ingenius Prep,college admissions advice,college admissions expert,college admissions trends
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-10f073673bd641408eb0bf08584c4791”).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_10f073673bd641408eb0bf08584c4791() {
if( $( “#contact-form-10f073673bd641408eb0bf08584c4791” ).valid() ){
function setLoader() {
jQuery(“.wrap-forms-loader”).show();
}
setLoader();
//console.log(this);
var form = document.querySelector(“#contact-form-10f073673bd641408eb0bf08584c4791”).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-10f073673bd641408eb0bf08584c4791")[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;
}
By:
Joel Butterly
Joel Butterly, Co-founder and CEO of InGenius Prep, is an experienced admissions counselor and entrepreneur. Joel comes from a rich educational background—his immediate family alone has 14 Ivy League Degrees—from Harvard, Yale, Cornell, and Dartmouth.
Joel attended Dartmouth College, where he studied Government, Geography, and the Philosophy of Ethics. He was inducted early into Phi Beta Kappa, and graduated Summa Cum Laude. He graduated with a double major in Government and International Studies, and a minor in Ethical Philosophy.
After Dartmouth, Joel attended Yale Law School, where he served on the executive board of the Journal on Regulation, as well as the Law School’s entrepreneurship society.
Joel currently resides at Yale in New Haven, Connecticut. He lives with his fiance – Emily – who teaches and is receiving her PhD in Medieval History from Yale.
Sign Up for Our monthly Newsletter
to get the best admissions tips
Name *
Email M*
Division *
Division
College
Law School
Business School
Medical School
Graduate School
(function ($, window, document) {
‘use strict’;
$(function () {
$(‘#id-5’).on(‘change’, function() {
if($(this).find(‘:selected’).attr(‘data-board’)) {
var submit_board = $(this).find(‘:selected’).attr(‘data-board’);
var submit_list = $(this).find(‘:selected’).attr(‘data-list’);
//console.log(submit_board);
//console.log(submit_list);
$(‘.data_board’).val(submit_board);
$(‘.data_list’).val(submit_list);
}
});
});
})(window.jQuery, window, document);
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-d22b96d55fffda8d754c3b21d522228f”).validate();
var frm = $(‘#contact-form-d22b96d55fffda8d754c3b21d522228f’);
frm.submit(function (e) {
if (frm.valid()) {
e.preventDefault();
$(“.is_ajax-5d88ff9c8ea5c”).html(‘‘);
$(“.is_ajax-5d88ff9c8ea5c”).hide();
$.ajax({
url: frm.attr(‘action’),
type: “POST”,
data: new FormData(this),
contentType: false,
cache: false,
processData: false,
beforeSend: function () {
//$(“.is_ajax”).fadeOut();
},
success: function (data) {
$(“.contact-form-submit input[type=’submit’]”).prop(‘disabled’, false);
if (data.success) {
$(“.is_ajax-5d88ff9c8ea5c”).html(‘Message sent!’);
$(frm)[0].reset();
}
else {
$(“.is_ajax-5d88ff9c8ea5c”).html(‘Oops something went wrong.’);
}
},
error: function (e) {
$(“.contact-form-submit input[type=’submit’]”).prop(‘disabled’, false);
$(“.is_ajax-5d88ff9c8ea5c”).html(‘Oops something went wrong.’);
}
});
$(“.is_ajax-5d88ff9c8ea5c”).show();
$(“.contact-form-submit input[type=’submit’]”).prop(‘disabled’, true);
}else{
$(“.is_ajax-5d88ff9c8ea5c”).html(‘‘);
$(“.is_ajax-5d88ff9c8ea5c”).hide();
}
});
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_d22b96d55fffda8d754c3b21d522228f() {
if( $( “#contact-form-d22b96d55fffda8d754c3b21d522228f” ).valid() ){
function setLoader() {
jQuery(“.wrap-forms-loader”).show();
}
setLoader();
//console.log(this);
var form = document.querySelector(“#contact-form-d22b96d55fffda8d754c3b21d522228f”).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-d22b96d55fffda8d754c3b21d522228f")[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;
}
You May Also Be Interested In..
Sed ut perspiciatis unde omnis iste natus
#base-blurb-id-5d88ff9c8f25e .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-5d88ff9c8f25e .base-blurb__card__body__thumbnail {
background-image: url(‘https://newsite.ingeniusprep.com/wp/app/uploads/2018/09/881484382.png’);
}
#base-blurb-id-5d88ff9c8f25e .base-blurb__card__body__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5d88ff9c8f25e .base-blurb__card__body__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5d88ff9c8f25e .base-blurb__card__body__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5d88ff9c8f25e .base-blurb__float__description {
text-align: left;
}
#base-blurb-id-5d88ff9c8f25e .base-blurb__float__description__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5d88ff9c8f25e .base-blurb__float__description__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5d88ff9c8f25e .base-blurb__float__description__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5d88ff9c8f25e .base-blurb__float {
background-color: rgba(255,255,255,1);
}
How to Impress with your Business SchoolResumé (~50)
#base-blurb-id-5d88ff9c8f744 .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-5d88ff9c8f744 .base-blurb__card__body__thumbnail {
background-image: url(‘https://newsite.ingeniusprep.com/wp/app/uploads/2018/09/881484382.png’);
}
#base-blurb-id-5d88ff9c8f744 .base-blurb__card__body__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5d88ff9c8f744 .base-blurb__card__body__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5d88ff9c8f744 .base-blurb__card__body__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5d88ff9c8f744 .base-blurb__float__description {
text-align: left;
}
#base-blurb-id-5d88ff9c8f744 .base-blurb__float__description__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5d88ff9c8f744 .base-blurb__float__description__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5d88ff9c8f744 .base-blurb__float__description__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5d88ff9c8f744 .base-blurb__float {
background-color: rgba(255,255,255,1);
}
How to Impress with your Business School Resumé (~50)
#base-blurb-id-5d88ff9c8f7fd .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-5d88ff9c8f7fd .base-blurb__card__body__thumbnail {
background-image: url(‘https://newsite.ingeniusprep.com/wp/app/uploads/2018/09/881484382.png’);
}
#base-blurb-id-5d88ff9c8f7fd .base-blurb__card__body__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5d88ff9c8f7fd .base-blurb__card__body__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5d88ff9c8f7fd .base-blurb__card__body__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5d88ff9c8f7fd .base-blurb__float__description {
text-align: left;
}
#base-blurb-id-5d88ff9c8f7fd .base-blurb__float__description__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5d88ff9c8f7fd .base-blurb__float__description__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5d88ff9c8f7fd .base-blurb__float__description__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5d88ff9c8f7fd .base-blurb__float {
background-color: rgba(255,255,255,1);
}
How to Impress with your Business School Resumé (~50)