Exam Definition
This task should provide a CRUD for ExamDefinition
editing.
The initial list page should have:
- the page should have two tables: List of all
ExamDefinition
and list ofJoinedSubjects
without exam definition one next to each other. - the exam definition table will have options for edit and delete, while joinedSubject table will have only add option.
- filters by subject (filters both tables), exam type and note containing string for the exam definition table.
- Exam definitions table should support paging.
This page is accessible for the professors and student services.