end_exercise_notification.tpl 377 B

12345678910111213141516171819202122232425
  1. <h3> {{ 'ExerciseResult' | get_lang }} </h3>
  2. {{ 'UserInformation' | get_lang }}
  3. 1. {{ student.username }}
  4. 2. {{ student.firstname }}
  5. 3. {{ student.lastname }}
  6. 4. {{ student.official_code }}
  7. 5. {{ exercise.title }}
  8. 6. {{ exercise.start_time }}
  9. 7. {{ exercise.end_time }}
  10. 8. {{ course.title }}
  11. 9. {{ course.code }}
  12. 10. {{ question_and_answer_ids }}
  13. 11. {{ asserts }}