{%extends 'base2.html'%} {%block title%} View personal Question {%endblock%} {%block head%} {%endblock%} {%block body%}
Average Score : {{test_aggregates.avg_marks}}
Best Score : {{test_aggregates.max_marks}}
Minimum score : {{test_aggregates.min_marks}}
Students appeared : {{test_aggregates.students_appeared}}
rank : {{rank}}
Score : {{marks}}
student: {{p.student_id}}
rank: {{p.rank}}
Score: {{p.marks}}
Difficulty: {{question.difficulty_set}}
{%if question.ip%} {%load static%}{{question.imdesc}}
{{option.option_text}}