- Personality & Goals Assessment
-
+ Personality & Goals Assessment
+
{isSaving ? 'Saving...' : 'Complete all sections to generate your report.'}
@@ -434,7 +434,7 @@ export default function StudentAssessmentPage() {
`}
-
{Math.round(progressPercentage)}%
+
{Math.round(progressPercentage)}%
{sectionPills.map((pill) => (
@@ -443,7 +443,7 @@ export default function StudentAssessmentPage() {
variant={currentStep.sectionTitle === pill.title ? 'default' : 'outline'}
size="sm"
onClick={() => handleGoToSection(pill.stepIndex)}
- className="text-xs sm:text-sm"
+ className="text-base"
>
{pill.title}
@@ -452,28 +452,30 @@ export default function StudentAssessmentPage() {
-
- {renderStepContent()}
+
+
+ {renderStepContent()}
+
-
-
-
-
- Step {currentStepIndex + 1} of {steps.length}
-
- {currentStepIndex === steps.length - 1 ? (
-
- ) : (
-
- )}
-
-
+
+
+