Quote:
Originally Posted by Zero Tolerance
- Bump -
Okay, i've finally got back on track and am ontop of things at the current moment - with that in mind i have started creating v2 of this system.
|
wow, great, i am waiting for the new features.
Quote:
- Improved Visualization Of Questions Control
- To cut down on long page displays - the system adds a expand/collapse system into all the quiz's, upon expanding the corresponding questions for that quiz appear, and vice versa.
- Current Status: Completed
|
It'd be great if administrator can format quiz questions too, so some important words in the question can be underlined, bolded, or colored somehow
It'd be great if you could consider adding quiz start_time and end_time in the result table too, so you can know when someone is taking the quiz (and when he finish it)
it's also a tool for admin to check if someone do the test unreasonably long or short.
[sql]
ALTER TABLE `quiz_results` ADD `r_start_time` INT( 10 ) NOT NULL;
ALTER TABLE `quiz_results` ADD `r_end_time` INT( 10 ) NOT NULL;
[/sql]
my cumtomized version is attached, (if you dont mind)