{% extends 'professor_dashboard.html' %} {% block body %} {% if (callresults != none and callresults) %}

UPDATE QUESTIONS

{% for res in callresults%}
Q {{res['qid']}}: {{res['q']}}
MARKS: {{res['marks']}}
UPDATE
{% endfor %}
{% else %}

No Records Found!

{% endif %} {% endblock %}