diff --git a/src/app/[id]/apply/confirmation/page.tsx b/src/app/[id]/apply/confirmation/page.tsx index 2bd4732..f99c799 100644 --- a/src/app/[id]/apply/confirmation/page.tsx +++ b/src/app/[id]/apply/confirmation/page.tsx @@ -31,10 +31,10 @@ export default function ConfirmationPage({ params }: Props) { ) : ( <>
NEW APPLICATION (2024-2025)
-{college.name}
{`${college.city}, ${college.state}`}
Outcomes
+Graduation rate
+The percent of students who finished their degree at this school within [4 or 8, conditionally] years. This is calculated for full @@ -39,7 +39,7 @@ const OutcomesCard = ({ college }: Props) => {
Retention rate
+Retention is the percent of first-time students who return to the same school the following year. This is calculated for full-time @@ -51,7 +51,7 @@ const OutcomesCard = ({ college }: Props) => {
Earning potential
+
@@ -79,10 +79,10 @@ const OutcomesCard = ({ college }: Props) => {
const AdmissionsCard = ({ college }: Props) => {
return (
Admissions Admissions rate
The percentage of applicants who are accepted for admission.
SAT scores
Average combined score
Student body Population Enrolled students
{maskThousands(college.population)}
+
@@ -224,10 +224,10 @@ const parseSpecialties = (specialties: Specialties) => {
const AcademicsCard = ({ college }: Props) => {
return (
Academics Degrees
@@ -248,7 +248,7 @@ const AcademicsCard = ({ college }: Props) => {
Student/Faculty ratio Ratio
{college?.studentFacultyRatio}
@@ -256,7 +256,7 @@ const AcademicsCard = ({ college }: Props) => {
Majors Costs Net price
The net price is a school’s tuition and fees minus grants and
scholarships. The net price you pay for a particular college is
@@ -308,9 +308,9 @@ const CostsCard = ({ college }: Props) => {
+
Families are eligible for different amounts of financial aid from
federal and state governments based on their income levels. After
@@ -364,7 +364,7 @@ const CostsCard = ({ college }: Props) => {
)}
Tuition and fees
Tuition is the price you pay for classes, and is listed here for
full-time students. You would likely need to pay some fees to attend
@@ -387,7 +387,7 @@ const CostsCard = ({ college }: Props) => {
Loans
A federal loan is a type of financial aid provided by the government
to help students and their families pay for higher education
@@ -403,7 +403,7 @@ const CostsCard = ({ college }: Props) => {
Net price calculator
Every college has a different formula for financial aid. Net price
calculators are free to use, and can help you get a sense of what
diff --git a/src/app/components/form/ApplicationForm.tsx b/src/app/components/form/ApplicationForm.tsx
index f09e949..46745d2 100644
--- a/src/app/components/form/ApplicationForm.tsx
+++ b/src/app/components/form/ApplicationForm.tsx
@@ -60,15 +60,15 @@ export const ApplicationForm = ({ institutionId }: Props) => {
const ApplicationView = !application ? (
Admissions
Admissions rate
SAT scores
Student body
Population
Racial and ethnic diversity
-
+
Academics
Degrees
Student/Faculty ratio
Majors
Costs
Net price
Average net price by household income
-
+
Tuition and fees
Loans
Net price calculator