jamiesensei
|
d71226a4ac
|
whitespace fixes
|
2008-07-21 08:02:37 +00:00 |
|
jamiesensei
|
35bf63526a
|
MDL-15718 "overview report slow for large data sets - print_user_picture queries the db if only provided with a userid"
|
2008-07-20 14:40:22 +00:00 |
|
jamiesensei
|
162db41723
|
MDL-15198 "non-standard sql in reportlib.php" using CASE statement to wrap logic in fields list
|
2008-07-20 14:34:53 +00:00 |
|
jamiesensei
|
7f29a7dbe4
|
MDL-15631 "move detailled responses report out of contrib into main distribution" adding responses report to main distribution
|
2008-07-20 14:29:10 +00:00 |
|
gustav_delius
|
5f9ef821df
|
Moved detailed responses report into contrib
|
2006-03-26 12:02:46 +00:00 |
|
mjollnir_
|
ecb5d875af
|
Updated the comments around the horrible sql construction in the quiz reports for overview & response
|
2006-03-01 03:00:33 +00:00 |
|
mjollnir_
|
eeaf5ebce1
|
Ported the rework of the reports to the responses report. PLEASE try not to load all users into memory and then implode it into a string for the sql - just JOIN, it is what the database is good at :(
|
2006-03-01 02:46:15 +00:00 |
|
gustav_delius
|
4f48fb42af
|
Towards removing reference to quiz module from the question code
Renaming tables:
quiz_questions -> question
quiz_states -> question_states
Renaming functions:
quiz_delete_question -> delete_question
quiz_get_question_options -> get_question_options
quiz_get_states -> get_question_states
quiz_restore_state -> restore_question_state
quiz_save_question_session -> save_question_session
quiz_state_is_graded -> question_state_is_graded
quiz_extract_responses -> question_extract_responses
quiz_regrade_question_in_attempt -> regrade_question_in_attempt
quiz_process_responses -> question_process_responses
quiz_isgradingevent -> question_isgradingevent($event)
quiz_search_for_duplicate_responses -> question_search_for_duplicate_responses
quiz_apply_penalty_and_timelimit -> question_apply_penalty_and_timelimit
quiz_print_question_icon -> print_question_icon
quiz_get_image -> get_question_image
quiz_make_name_prefix -> question_make_name_prefix
quiz_get_id_from_name_prefix -> question_get_id_from_name_prefix
quiz_new_attempt_uniqueid -> question_new_attempt_uniqueid
quiz_get_renderoptions -> question_get_renderoptions
quiz_print_quiz_question -> print_question
quiz_get_question_responses -> get_question_responses
quiz_get_question_actual_response -> get_question_actual_response
quiz_get_question_fraction_grade -> get_question_fraction_grade
quiz_get_default_category -> get_default_question_category
Renaming constants:
QUIZ_EVENT.... -> QUESTION_EVENT....
QUIZ_MAX_NUMBER_ANSWERS -> QUESTION_NUMANS
|
2006-02-28 09:26:00 +00:00 |
|
gustav_delius
|
f02c6f017e
|
Renamed QUIZ_QTYPES to QTYPES
|
2006-02-24 13:48:43 +00:00 |
|
gustav_delius
|
03d1753c1c
|
Renamed table quiz_newest_states to question_sessions
|
2006-02-15 08:38:41 +00:00 |
|
stronk7
|
8867a3bb88
|
Now Quiz is using the new Excel generation API.
Merged from MOODLE_16_UTF8. Abandoning the branch.
|
2006-01-05 16:43:05 +00:00 |
|
moodler
|
69ef01c00d
|
We don't show unenrolled users in quiz reports normally
|
2005-11-08 06:52:32 +00:00 |
|
gustav_delius
|
3db6659d2d
|
fix for bug 3953 provided by Jean-Michel
|
2005-08-26 08:00:19 +00:00 |
|
gustav_delius
|
80ed3fe6b0
|
New report plug-in contributed by Jean-Michel, see http://moodle.org/mod/forum/discuss.php?d=27730
|
2005-07-22 11:41:12 +00:00 |
|