@spencer0613 is says ‘finaleval’ for appdispositionstep
@spencer0613 Thanks Spencer! The issue that we’re having it that there hasn’t been any updates with the code. Nobody in our 5th round has stated that they have seen “assignment” or “rejected” so we are not sure yet. I know that you all were able to tell the day before by the codes.
mine says : “applicantDispositionStage”:“APPLICANT”,“applicantDispositionStep”:“FINALEVAL”}}]
still
yeah, mine still says finaleval and applicant…looks like they don’t want to update it until the final moments this round lol
The only other thing to check is the case codes on your applicant timeline page. For the people who got in new case options showed up the day before we found out that were not there previously. I posted some of new cases that showed up the night before below!
case “Your Region”:
$("#your-region").addClass(‘current’);
break;
case “Leadership Experience”:
$(’#leadership-nav’).addClass(‘current’);
break;
case “Why Teach For America?”:
$(’#whyTFA-nav’).addClass(‘current’);
break;
case “Interview Info”:
$(’#interview-nav’).addClass(‘current’);
break;
case “Written Info”:
$(’#written-nav’).addClass(‘current’);
break;
case “Assignment Preference”:
$(’#assign-nav’).addClass(‘current’);
$(’#assign-subnav’).addClass(‘visible’);
break;
case “Employment Eligibility”:
$(’#employment-nav’).addClass(‘current’);
break;
case “Your Region”:
$(’#status-nav’).addClass(‘current’);
break;
I have all those codes, but they have been there since Monday lol
except for interview info, that was not there lol
@spencer0613 yes, I have had those codes forever also.
Ahh well then I can’t be of any help, those specific cases only showed up for us the night before. The things is even though we can’t be sure of what it is there definitely is something in the code that indicated if you have gotten in or not, they cannot waste the time to do it all tomorrow.
Good luck to everyone!!
that is true! thanks for your help!!
Did you all feel that your interviewer was really engaged with you during the 1 on 1 interview?
I feel like my interviewer maybe only asked 5 questions.
How do you stay organized?
Challenges in life?
Toughest class.
(Thats all that I can remember)
But there were maybe two more… He just didn’t make much eye contact with me as he was typing (which he told me he was going to do), but I just feel like I was rambling because of this… How was your experience?
I was asked those exact three questions as well. The one to one interview process was really great. I feel like my interviewer was really interested in what I had to say. The only thing that struck me was that the one to one interview only lasted about 20-25 minutes instead of the 55 minutes or so, butttttt they did also say time wasn’t a determinant of a successful interview but idk. Was anyone else’s interview way shorter?
@Reach1Teach1 YES! mine was about 25 minutes…we did not take up the entire time. Did they make eye contact or were they moreso typing as you were talking?
I feel like now I’m just over analyzing everything lol.
@TFAHopeful2017 The interviewer would type and try to make eye contact every now and then.
Lol it isn’t just you. It’s like as the results get closer I just keep thinking back about everything I’ve said or what I could’ve added.
@Reach1Teach1 OK! lol, glad im not the only one
I found that none of the questions my interviewer asked had anything to do with my tutoring and education research experience. She was really interested in the leadership roles I had in my sorority. Which really bothered me because I literally study education inequity and the school to prison pipeline. I felt like she wasn’t very interested in letting me showcase my skills about education theory. Which just made me ramble throughout my interview because I thought those questions were irrelevant to whether or not someone is capable of teaching at-risk students in the most vulnerable schools. She asked me all the questions someone posted above as well as “why do you want to be a teacher?” and “how would you access student achievement?” I think the interview lasted like 45 minutes to an hour, or at least it felt like it.
So just to be clear everyone has the case codes spencer posted? Lol. I can’t with this anxiety
I have all the codes listed, but I also have case accept our offer and case decline our offer. Does everyone else have those?
These are all my cases:
switch(document.title) {
case "Your Status":
$('#welcome-nav').addClass('current');
break;
case "Accept Our Offer":
$('#acceptOffer a').css('background', '#1db3e7');
$('#acceptOffer').css('background', '#1db3e7');
break;
case "Decline Our Offer":
$('#decline-offer').addClass('current');
break;
case "Your Region":
$("#your-region").addClass('current');
break;
case "Personal Info":
$('#personal-nav').addClass('current');
break;
case "Academic History":
$('#academic-nav').addClass('current');
break;
case "Leadership Experience":
$('#leadership-nav').addClass('current');
break;
case "Why Teach For America?":
$('#whyTFA-nav').addClass('current');
break;
case "Interview Info":
$('#interview-nav').addClass('current');
break;
case "Written Info":
$('#written-nav').addClass('current');
break;
case "Research Survey":
$('#researchSurvey-nav').addClass('current');
break;
case "Review & Submit":
$('#review-nav').addClass('current');
break;
case "Status":
$('#homeNavigationButton').addClass('current');
break;
case "Withdraw":
$('#withdraw-nav').addClass('current');
break;
case "Phone Interview":
$('#phone-nav').addClass('current');
$('#phone-subnav').addClass('visible');
break;
case "Online Activity":
$('#online-nav').addClass('current');
$('#online-subnav').addClass('visible');
break;
case "Recommenders and Reference List":
$('#rr-nav').addClass('current');
$('#rr-subnav').addClass('visible');
break;
case "Final Interview":
$('#final-interview-nav').addClass('current');
$('#final-interview-subnav').addClass('visible');
break;
case "Pre-Assignment":
$('#pre-assignment-nav').addClass('current');
break;
case "Pre-Interview Activity":
$('#pre-interview-nav').addClass('current');
break;
case "Transcripts":
$('#required-nav').addClass('current');
break;
case "Assignment Preference":
$('#assign-nav').addClass('current');
$('#assign-subnav').addClass('visible');
break;
case "Coursework":
$('#coursework-nav').addClass('current');
$('#coursework-subnav').addClass('visible');
break;
case "Transitional Funding":
$('#funding-nav').addClass('current');
$('#funding-subnav').addClass('visible');
break;
case "Our Mission":
$('#welcomeTFA-nav').addClass('current');
$('#welcomeTFA-subnav').addClass('visible');
break;
case "Teaching As Leadership":
$('#training-nav').addClass('current');
$('#training-subnav').addClass('visible');
break;
case "Help":
$('#help-nav').addClass('current');
break;
case "Employment Eligibility":
$('#employment-nav').addClass('current');
break;
case "Your Region":
$('#status-nav').addClass('current');
break;
case "Decline Our Offer":
$('#declineOffer').addClass('current');
break;
case "Accept Our Offer":
$('#acceptOffer').addClass('current');
break;
case "Recommended Resources":
if($('#resourcesFE-nav').length){
$('#resourcesFE-nav').addClass('current');
$('#resourcesFE-subnav').addClass('visible');
}
if($('#resourcesReAppJrFeRejectedJr-nav').length){
$('#resourcesReAppJrFeRejectedJr-nav').addClass('current');
}
break;
}
$('.error').each(function() {
if ($(this).text().length > 0) {
$(this).parent().css("background-color", "#FFDFDF");
$(this).parent().css("border", "1px solid #FF0000");
$(this).parent().css("padding", "5px 2px 10px 5px");
yup i have both those codes on there as well, and my interview lasted almost the full hour and the one thing that I keep coming back to is when she told me, and I am paraphrasing here, I hope you get to learn about TFA even more…Only way I would want to learn more is if I am accepted and go into summer training, otherwise, I will have to move on lol