{{ ctrl.title||'Exam Result' }}

{{ 'Your Score' | translate }}: {{ ctrl.score }} / {{ 'Total Score' | translate }}: {{ ctrl.totalscore }}

{{ ctrl.title||'Exam Result' }}

{{ 'Your Score' | translate }}: {{ ctrl.score }} / {{ 'Total Score' | translate }}: {{ ctrl.totalscore }}
{{ 'Quick Summary' | translate }}: {{ 'Total Question' | translate }}: {{ ctrl.part.length || 0 }} | {{ 'Correct' | translate }}: {{ ctrl.correct }} | {{ 'Wrong' | translate }}: {{ ctrl.wrong }} | {{ 'Not Attempted' | translate }}: {{ ctrl.miss }}
{{ctrl.comments}}
- {{ctrl.commentAuthor}}
Q{{ item.q._index }}.
{{ ctrl.typename[item.q.type] }}
{{ item.r.iscore }} / ({{ item.r.score }} {{ item.r.score>1 ? 'Points' : 'Point' | translate }})
( {{item.r.teacherScore}} ) ( {{'Max Point'|translate}}: {{item.r.score}} )
{{ 'Answer' | translate }}:
  • {{value.text}} ,
  • {{ item.r.userAnswer.join(",") }}
  • {{opt.text}}
  • {{opt.text}}
  • {{ item.q.content }}
  • {{ item.q._options[0].correct }}
  • {{ item.q._options[0].correct }}
  • {{ _answer.text }}
{{ 'Explanation' | translate }} :
{{ 'No Records' | translate }}
{{ 'This indicates your answer'| translate }}
Q{{ $index + 1 }}.
{{ ctrl.typename[qrecord.type]|translate }}

{{ 'Total People Answered:'|translate }} {{ qrecord.totalAnswerCnt }}

{{ 'Difficulty level' |translate }}
LOW
MEDIUM
HIGH
Overall performance

{{ 'Correct' |translate }} {{ qrecord.totalCorrectCntPercentage | number:1 }}%

{{ 'Wrong'|translate }} {{ qrecord.totalWrongCntPercentage | number:1 }}%

{{ 'Not Attempted'| translate }} {{ qrecord.totalMissCntPercentage | number:1 }}%

Knowledges Correct Wrong/Miss Rate(%)
{{key}} {{val.correct}} {{val.wrong}} {{val.rate}}