Career Planning

Career Planning

Indicative Guidance
Step 1 of 6
This tool gives indicative guidance based on your answers. Talk to a counsellor for a personalised plan.
'; html += '
'; html += '
Confidence: '+streamResult.confidence+'%
'; html += '
'; /* 2. TOP CAREER MATCHES */ html += '
'; html += '

2. Top Career Matches

'; const rankLabels = ['Best Match','Strong Match','Strong Match','Also Worth Exploring','Also Worth Exploring']; top5.forEach(function(item, i){ const c = item.career; html += '
'; html += ''+rankLabels[i]+''; html += '
'+c.title+'
'; html += '
'+c.category+'
'; html += '
'; c.roadmap.forEach(function(stg, idx){ html += ''+stg+''; if(idx'; }); html += '
'; html += '
Salary range: '+c.salary+'
'; if(cautionApplies && c.exams.length>0 && c.exams[0]!=="No fixed entrance - skill/domain courses and certifications help"){ html += '
This career involves a competitive entrance exam. Based on your current marks band, keep the backup plan ready and consider extra preparation time.
'; } html += '
'; }); html += '
'; /* 3. BRANCH OPTIONS */ html += '
'; html += '

3. Branch Options

'; html += '

Specialisations within '+STREAM_LABELS[streamResult.stream]+'

'; html += '
    '; BRANCH_OPTIONS[streamResult.stream].forEach(function(b){ html += '
  • '+b+'
  • '; }); html += '
'; /* 4. CAREER COMPARISON */ html += '
'; html += '

4. Career Comparison

'; html += ''; top5.forEach(function(item, i){ const c = item.career; html += ''; }); html += '
CareerSalarySecurityStressPension
'+c.title+''+c.salary.split('(')[0].split('+')[0].trim()+''+c.jobSecurity+''+c.stress+''+c.pension+'
'; /* 5. WHERE TO STUDY */ html += '
'; html += '

5. Where To Study

'; let collegeSet = []; top5.slice(0,3).forEach(function(item){ item.career.colleges.forEach(function(col){ if(collegeSet.indexOf(col)===-1) collegeSet.push(col); }); }); html += '
    '; collegeSet.forEach(function(col){ html += '
  • '+col+'
  • '; }); html += '
'; /* 6. IF PLAN A DOES NOT WORK */ const top1 = top5[0].career; html += '
'; html += '

6. If Plan A Does Not Work

'; html += '

'+top1.backup+'

'; html += '
'; /* 7. COST ESTIMATE */ html += '
'; html += '

7. Cost Estimate

'; html += '

'+top1.title+': Rs. '+top1.cost.min+' - '+top1.cost.max+' lakh. '+top1.cost.note+'

'; html += '

Budget Checker

'; html += '
'; html += '
'; html += '
'; /* 8. PHYSICAL & MEDICAL STANDARDS (only if a Defence career in top 5) */ const hasDefence = top5.some(function(item){ return item.career.category==='Defence'; }); if(hasDefence){ html += '
'; html += '

8. Physical & Medical Standards

'; html += ''; MEDICAL_STANDARDS.forEach(function(m){ html += ''; }); html += '
ServiceHeightChestEyesightTattoo Rule
'+m.service+''+m.height+''+m.chest+''+m.eyesight+''+m.tattoo+'
'; html += '

Exact standards vary by service, branch, and year of recruitment. Always confirm against the official notification before applying.

'; html += '
'; } /* 9. SCHOLARSHIP DATABASE */ html += '
'; html += '

9. Scholarship Database

'; Object.keys(SCHOLARSHIPS).forEach(function(group){ html += '

'+group+'

    '; SCHOLARSHIPS[group].forEach(function(s){ html += '
  • '+s+'
  • '; }); html += '
'; }); html += '
'; /* CLOSING NOTE */ html += '
This result is indicative only, based on the answers given, and is meant as a starting point for further research.
'; document.getElementById('results-container').innerHTML = html; document.getElementById('quiz-container').style.display='none'; document.getElementById('results-container').style.display='block'; document.getElementById('start-over-link').style.display='block'; window.scrollTo(0,0); } function checkBudget(min, max){ const input = document.getElementById('budget-input'); const box = document.getElementById('budget-result'); const val = parseFloat(input.value); if(isNaN(val) || val<0){ box.className = 'warn'; box.textContent = 'Please enter a valid budget in lakh.'; return; } if(val >= max){ box.className = 'ok'; box.textContent = 'Your budget comfortably covers this career, including higher-fee institutes.'; } else if(val >= min){ box.className = 'warn'; box.textContent = 'Your budget works for lower-range colleges but may need a scholarship for top-fee institutes.'; } else { box.className = 'no'; box.textContent = 'This budget will likely need an education loan or scholarship support to cover the full course.'; } } /* init */ renderStep();
error: Content is protected !!
ESM CORNER
Logo