My name is Andreas Hruska and we developed the current Moodle theme for ETH Zürich based on Moodle clean/bootstrap theme.
ETH Zürich is the developer/provider of Safe Exam Browser http://www.safeexambrowser.org/news_de.html
and requested two features to their theme in order to work as desired in the safe exam browser mode:
1.) The Moodle $SITE->shortname in the header MUST NOT be a link since it provides users an option to leave a quiz in an undesired manner.
2.) The name of the current user shall be displayed in the header without a link to the user profile in order to provide information for assessors who is logged in and once again to avoid leaving the quiz via a link.
These requests were implemented by changing just 2 lines in layout/secure.php of the ethz theme.
Since Safe Exam Browser is used ba a lot of Moodle Users the ETH requested to include these changes into the Moodle Core Code (bootstrap and clean themes) in order to provide an easy solution for all Safe Exam Browser Users.
I attached the modified secure.php files and a corresponding diff.
What are the next steps needed to get these into Moodle core?
If desired we chan also make this an adminsetting for the themes clean and bootstrap so admins can choose the current behavior or the new more secure one.
Your advice aould be very much appreciated.
Best regards from Austria
Andreas Hruska
- Testing discovered
-
MDL-50533 Dividers don't display well on responsive design
- Closed