GKuiz
My Profile
Categories
Literature
History
Current Affairs
Movies
Science
Sports
Leaderboards
Log-Out
{% set j = 0 %} {% for i in array %}
{% if i[11] == "Single" %}
Question {{ j + 1 }}
{{ i[1] }}
{% if data['Q' + j|string + 'O0'] == 0 %}
{{ i[2] }}
{% else %}
{{ i[2] }}
{% endif %}
{% if data['Q' + j|string + 'O1'] == 0 %}
{{ i[3] }}
{% else %}
{{ i[3] }}
{% endif %}
{% if data['Q' + j|string + 'O2'] == 0 %}
{{ i[4] }}
{% else %}
{{ i[4] }}
{% endif %}
{% if data['Q' + j|string + 'O3'] == 0 %}
{{ i[5] }}
{% else %}
{{ i[5] }}
{% endif %}
{% if data['fifty50'] == 1 %}
Fifty-50
{% else %}
Fifty-50
{% endif %} {% if data['Q' + j|string ] == 0 %}
Submit
{% else %}
Submit
{% endif %}
{% endif %} {% if i[11] == "Multiple" %}
Question 1
{{ i[1] }}
{% if data['Q' + j|string + 'O0'] == 0 %}
{{ i[2] }} {% else %}
{{ i[2] }} {% endif %}
{% if data['Q' + j|string + 'O1'] == 0 %}
{{ i[3] }} {% else %}
{{ i[3] }} {% endif %}
{% if data['Q' + j|string + 'O2'] == 0 %}
{{ i[4] }} {% else %}
{{ i[4] }} {% endif %}
{% if data['Q' + j|string + 'O3'] == 0 %}
{{ i[5] }} {% else %}
{{ i[5] }} {% endif %}
{% if data['onecorrect'] == 1 %}
Onecorrect
{% else %}
Onecorrect
{% endif %} {% if data['Q' + j|string ] == 0 %}
Submit
{% else %}
Submit
{% endif %}
{% endif %} {% set j = j + 1 %}
{% endfor %}
Final Submit
© 2018 GKuiz. All rights reserved.