{% apply inline_css %}

A Quiz-taker has submitted the J.V. Safety Quiz

{{ submitterName }} has completed the quiz, scoring {{answersCorrect}}/{{totalQuestions}} correct.

{% for key,question in submission %} {% else %} N/A {% endif %} {% endfor %}
# Question Submitted Answer Correct Answer
{% if key != null %} {{key}} {% if question["Text"] != null %} {{question["Text"]}} {% else %} N/A {% endif %} {{question['submittedAnswer']}} {% if question['answer']['Label'] != null %} {{question['answer']['Label']}} {% else %} N/A {% endif %}
{% endapply %}