{{ schedule.batchId }} : {{ schedule.examId }} from {{ schedule.examStartDate|date('d/m/Y h:i A') }} to {{ schedule.examStopDate|date('d/m/Y h:i A') }}
#
UserId
Name
Surname
Institution
Obj Mark Scored
Obj Minus Mark Scored
Desc Mark Scored
Total Scored
Is Attended
Is Final Result
View
{% set slno = 1 %}
{% for entity in entities %}
{% set is_attented = "N" %}
{% if entity['candidatate_exam_id'] %}
{% set is_attented = "Y" %}
{% endif %}
{% if entity['finalize_result'] == 1 %}
{% set is_final = "Y" %}
{% else %}
{% set is_final = "N" %}
{% endif %}