Advice for Parents of High School Seniors: 5 Ways You Can Help With College Applications
Joel
September 23, 2016
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’);
});
Advice for Parents of High School Seniors: 5 Ways You Can Help With College Applications
Parents play an invaluable role in their kids’ applications. Every parent has a different style when it comes to applications – running the gamut from “hands off” to “Black Hawk helicopter” parenting. It’s easy to want to control everything from signing your student up for the best extracurricular activities for college to editing the essays they write. But finding a balance between being hands-on without being overbearing is key during the admissions process.
Regardless of your style, here is some advice for parents of high school seniors that will be extremely helpful for just about any student applying to college:
1. Make a schedule
Perhaps the hardest part of college applications is starting early, working diligently, and keeping yourself on track. It’s not that most 17-year-olds don’t understand how important applications are – they do. It’s that most high school students have never had to spend 3-4 months working every day on a single project. That sort of advanced planning and discipline is uncommon among teenagers.
Thus, perhaps the first piece of advice for parents of high school seniors is to help students make a schedule. You should make sure to include all the elements of the application, as well as concrete due dates. Simply telling your son or daughter that they need to have the application complete by X date will ensure that they miss their deadline. Here are some examples of scheduling major college admissions milestones ahead of time:
Finish filling out personal data in the Common App by September 1st.Ask for Letters of Recommendation by September 15th. Complete Early Decision supplemental essays by the first week of October.
2. Keep to it
Your student should be working on his or her applications almost every day. Make sure that each day, 30 minutes to 1 hour are set aside for your son or daughter to work on their applications. Writing a great application is not just about how many hours are spent on it. Starting early, and working in small increments ensures that your student has ample time to reflect on what they’ve written. Some of the best advice for parents of high school seniors are these time management tips:
Block out the same 30-45 minutes each day to work.Work in the same place – the kitchen, the living room, the back porch – every day.Put the phone away for total focus. Keep the focus on one aspect of the application per day.
3. Never write their applications
Some parents, when facing stiff resistance from their high schooler, opt to simply write portions of their students’ applications. This is a terrible advice for parents of high school seniors.
Not only will your son or daughter not learn the value of perfecting their own applications (something that every successful individual knows) – they will probably also suffer in the admissions process itself.
Most admissions officers are experienced enough to spot essays that aren’t written by high school students. Parents simply cannot replicate the perspective, tone, and voice of their adolescent applicants. Essays, no matter how long or short, must be written by the student. Edit it all you want, but if you write their essays, you won’t be fooling anyone.
4. Your student’s opinions matter – listen to them
The biggest mistake parents can make is adopting an “I-always-know-what’s-best” attitude. Most of the time, you may be right. However, that doesn’t mean that you shouldn’t consider your son or daughter’s opinion.
When I was applying to schools, I wrote the first draft of my personal statement for college about something I loved – debate. I wrote a hodge-podge essay littered with structural, spelling, and grammatical errors, but it showed my passion. The biggest mistake my parents made when reviewing my “masterpiece” was assuming that their superior writing talents made them better-equipped to select my topic.
After a brief argument, I was sent back to the drawing board with instructions for a new paper topic. Honestly, I have no idea what I wrote about. I remember my first draft, but I have no clue what came after it. I know that it was so sterile and boring that, by the end, I felt nauseated just reading it.
My final product was a true testament to the stubbornness of teenagers. My new personal statement meant nothing to me, and so I spent several weeks working as little as possible – and caring even less about it. Had they taken this advice for parents of high school seniors, my parents would have listened, and my personal statement would have reflected all of the passion and personality that admissions offices look for in an applicant.
The takeaway is simple: force your teenager to do something, and they might do it. Force your teenager to do something your way, and they will fight you at every turn. As I’m getting older, I’d say this tip isn’t just advice for parents of high school seniors…
5. You are teaching your student a critical life lesson, and you should treat it accordingly
Applications are not a “one-off” phenomenon. Your end-goal needs to be more than getting your son or daughter into a great college. Of course, that is incredibly important. However, just as important is that your teenager actually learn from this experience.
Parents who strip their sons or daughters of any agency in the application process do them a tremendous disservice. Applications will be a critical component of their entire collegiate and professional lives. College applications are the best – and possibly last – opportunity you have to show your teenagers what it takes to write a stellar application.
It is a tool they can use in the future when applying to summer internships, graduate programs, or jobs. Biggest piece of advice for parents of high school seniors: you need to give them space to figure things out for themselves. If you micromanage every task, they will never learn for themselves – even if their final product is perfect.
Tags :College,college admissions,applying to college,Parents,tips for parents,college application process for parents
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-1c1d917c3d81e18181fbaf00262ebb23”).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_1c1d917c3d81e18181fbaf00262ebb23() {
if( $( “#contact-form-1c1d917c3d81e18181fbaf00262ebb23” ).valid() ){
function setLoader() {
jQuery(“.wrap-forms-loader”).show();
}
setLoader();
//console.log(this);
var form = document.querySelector(“#contact-form-1c1d917c3d81e18181fbaf00262ebb23”).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-1c1d917c3d81e18181fbaf00262ebb23")[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:
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-5e879e825069d .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-5e879e825069d .base-blurb__card__body__thumbnail {
background-image: url(‘https://newsite.ingeniusprep.com/wp/app/uploads/2018/09/881484382.png’);
}
#base-blurb-id-5e879e825069d .base-blurb__card__body__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e879e825069d .base-blurb__card__body__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e879e825069d .base-blurb__card__body__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e879e825069d .base-blurb__float__description {
text-align: left;
}
#base-blurb-id-5e879e825069d .base-blurb__float__description__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e879e825069d .base-blurb__float__description__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e879e825069d .base-blurb__float__description__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e879e825069d .base-blurb__float {
background-color: rgba(255,255,255,1);
}
How to Impress with your Business SchoolResumé (~50)
#base-blurb-id-5e879e8250918 .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-5e879e8250918 .base-blurb__card__body__thumbnail {
background-image: url(‘https://newsite.ingeniusprep.com/wp/app/uploads/2018/09/881484382.png’);
}
#base-blurb-id-5e879e8250918 .base-blurb__card__body__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e879e8250918 .base-blurb__card__body__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e879e8250918 .base-blurb__card__body__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e879e8250918 .base-blurb__float__description {
text-align: left;
}
#base-blurb-id-5e879e8250918 .base-blurb__float__description__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e879e8250918 .base-blurb__float__description__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e879e8250918 .base-blurb__float__description__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e879e8250918 .base-blurb__float {
background-color: rgba(255,255,255,1);
}
How to Impress with your Business School Resumé (~50)
#base-blurb-id-5e879e82509c2 .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-5e879e82509c2 .base-blurb__card__body__thumbnail {
background-image: url(‘https://newsite.ingeniusprep.com/wp/app/uploads/2018/09/881484382.png’);
}
#base-blurb-id-5e879e82509c2 .base-blurb__card__body__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e879e82509c2 .base-blurb__card__body__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e879e82509c2 .base-blurb__card__body__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e879e82509c2 .base-blurb__float__description {
text-align: left;
}
#base-blurb-id-5e879e82509c2 .base-blurb__float__description__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e879e82509c2 .base-blurb__float__description__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e879e82509c2 .base-blurb__float__description__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5e879e82509c2 .base-blurb__float {
background-color: rgba(255,255,255,1);
}
How to Impress with your Business School Resumé (~50)