- Issue created by @Graber
Currently the only way to test a course is to actually take it. The problem with it is that teachers / admins don't want to have results included, also, if lessons have randomization and random activities enabled, not all activities can be visible when taking the course the standard way. We also don't need to store results when a teacher / admin is just testing.
Create a test mode for teacher / admin users:
For that purpose we can create a base class for the answering form and extend it in the actual answering form with all the answer and status save logic that's already in place and create a second extending class for test answer form without it and with session handling of current activity and lesson.
Active
1.0
Courses and lessons