Loading results...
{{ quizInfo()?.title }}
= 70" [class.avg]="percentage() >= 40 && percentage() < 70" [class.poor]="percentage() < 40">
{{ percentage() }}%
{{ score() }}/{{ totalMarks() }} correct
⏱️ Time Taken
{{ formatTime(timeTaken()) }}
📅 Submitted
{{ submittedAt() | date:'medium' }}
Question Review
@for (q of detailedResults(); track $index; let i = $index) {
}
}
Q{{ i + 1 }}
{{ q.type === 'mcq' ? 'MCQ' : 'Single' }}
{{ q.isCorrect ? '✓ Correct' : '✗ Incorrect' }}
{{ q.question }}