My exam
{{'Questions' | translate }}: {{ctrl.part.length}} | {{'Correct' | translate }}: {{ctrl.correct}} | {{'Wrong' | translate }}: {{ctrl.wrong}} | {{'Not Attempted' | translate }}: {{ctrl.miss}}
No Records
Q{{$index+1}}.
{{ctrl.typename[item.q.type] | translate}} {{ ctrl.typename[q.type] | translate }}
{{item.r.iscore}} / ({{item.r.score}} {{item.r.score > 1 ? 'Points' : 'Point' | translate}})
({{item.r.teacherScore ? item.r.teacherScore + ' / ' + item.r.score : 'Max Point: ' + item.r.score}})
Q{{$parent.$parent.$index+1}}-{{$index+1}}.
{{ctrl.typename[q.type] | translate}}
Answer: {{q.result|translate}} Not Attempted
{{ 'Answer' | translate }}:
  • {{value.text}} ,
    正确答案
  • {{ item.r.userAnswer.join(",") }}
  • {{ item.q._options[0].correct }}
  • {{ 'Not Attempted' | translate }}

{{ 'Teacher Comments' | translate }}:

{{comment.comment}}

{{ '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}}%