{% 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 %}{{ 'Name'|trans }} | {{ 'Detail'|trans }} |
---|
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 %}