Mobile First Design TCExam Theme built on top Pico.css (https://picocss.com) This theme only make changes view on Public area. For a while the Admin theme use the default theme of TCExam. Maybe if any spare time available i will create the admin theme too.
- Mobile First Design, Responsive, make TCExam more user friendly on small Device
- Bootstrap like user interface, but small in size, No JQuery just vanilla Javascript
- Password Field Toggler
- Font Resizer Utility on Public Test Taker
- Unsure Button to mark unsure question (using HTML5 LocalStorage to store unsure question index)
- Dark / Light mode switcher
- Maybe, it Work on any modern browser today :)
- Go to /public/config/ of your TCExam installation. Make sure you are using TCExam version 14.4.0 or higher.
- Edit the file tce_config.php with Text Editor
- In K_PUBLIC_THEME change
default
topicoman
just like this example
/**
* Theme for the public area
*/
define('K_PUBLIC_THEME', 'picoman');
- Download 3 files are provided here:
picoman.css
,picoman_rtl.css
andpicoman.php
- Place
picoman.css
andpicoman_rtl.css
to/public/styles/
directory - Place
picoman.php
to/public/config/theme/
directory - Done
https://picoman-theme.blogspot.com/2020/12/picoman-mobile-first-design-tcexam.html
Please keep my credit and link visible and reachable. thanks :)