{% extends "base.html.twig" %} {% set pagename = 'Starting new Exam' | trans %} {% set addBtnTitle = 'Schedule An Exam?' | trans %} {% set addBtnLink = path('exam_schedule') %} {% block showHeaderMenuButtons %}
{% endblock %} {% block MainContent %}

{{ 'Exams Details'|trans }}

{% include "examination/_exams_list_view.html.twig" with {'exams':exams} %}
{{ 'Name'|trans }} {{ 'Detail'|trans }}
{% endblock %} {% block ExtraJsFIles %} {% for file in encore_entry_js_files('exams') %} {% endfor %} {% endblock %} {% block documentation %}
Start Exam? What does it mean?

A1. See Fig, To Check Flow
  • Step 1 is about to add {{ 'Exams'|trans }} Complete Step 1
  • Step 2 is about to {{ 'Schedule An Exam'|trans }} Complete Step 2
  • Step 3 is to Assign Teacher to Scheduled ExamStep 3 is completed in Step 2, you can assign Teacher/Examiner to Scheduled Exam by selected Teacher from teacher Drop-down See Fig
  • Step 4 is for Exams Marking (Assign number to Students), How to assign it? See Fig

Start Exam, suppose to be, Daily Test, Weekly Exams, Monthly Exams, Quarterly Exam, Yearly Exam, Quick Test & etc

When School announced exams, they name it, so, from here we assign a name to Exam series & start new Exam!

{% endblock %}