Hello folks,
I'm trying to implement a special method of getting the final mark for a subject.
For example we have the course "English", which is offered the first 3 semester. So we have an exam each semester, makes 3 marks. Afters three semester the course is finished and the student gets one total mark.
How would you implement this?
I have two ideas, but with disadvantages.
(1)
Creating one module (PIQSM) with 3 events. Each semester the student is booked in one event. Then there is an appraisal template where the tutor can enter 3 marks. The total grad is calculated by the system.
BUT: How can I make sure that first event Eng I, then Eng II and last Eng III is booked? It is not possible to define events as Prerequisite of.
(2)
Creating one module group (PIQCG) English with 4 modules English I, II, III and EngFinal. So the modules have to be booked in sequenze, defined by Prerequisite of. Each module hast one mark. In module EngFinal the tutor enters the final grade, which he has calculated manually. And there is the disadvantages: he has to do it by himself. 😔
More ideas?
Thanks,
Robert Seidler