Commit graph

7163 commits

Author SHA1 Message Date
skodak
11d075757e MDL-14789 meta_type now used instead of type 2008-06-16 21:08:40 +00:00
robertall
45d4986761 [MDL-15258] Clean up data_presets_export() function. 2008-06-16 18:33:26 +00:00
jamiesensei
74af927e51 MDL-15268 "Content for Quiz Statistics report table" little bit of css styling of columns 2008-06-16 16:19:07 +00:00
jamiesensei
f8d4e7b16b MDL-15268 "Content for Quiz Statistics report table" more columns of Quiz Statistics report table. 2008-06-16 15:46:46 +00:00
robertall
7c6a0735b5 [MDL-15258] Move data_presets_export() function out from common module specific library. Merged and ported from MOODLE_19_STABLE. 2008-06-16 14:02:27 +00:00
jamiesensei
455c3efa13 MDL-14204 "Content for Quiz Statistics report table - Random_guess_score" oops ought to give that function name a 'question_' prefix 2008-06-16 13:59:30 +00:00
jamiesensei
6f51ed72be MDL-14204 "Content for Quiz Statistics report table - Random_guess_score" added method random_guess_score to question type objects and a new function in questionlib that calls the question type method. 2008-06-16 13:29:00 +00:00
skodak
633c33410f MDL-14129 fixed undefined $i variable 2008-06-15 21:27:16 +00:00
robertall
efe056922b [MDL-15069] Change filename of exported preset to ensure downloading the latest version. Merged and ported from MOODLE_19_STABLE. 2008-06-15 15:35:27 +00:00
dongsheng
5c2f6a7fb1 "MDL-14129, fix print_error" 2008-06-15 12:24:36 +00:00
jamiesensei
c025084022 MDL-14203 "split report into two seperate reports - Quiz Statistics report and Individual Item Analysis report" added start of "Quiz structure analysis" table 2008-06-15 11:58:16 +00:00
jamiesensei
26a29b1ab5 MDL-15250 "Adding a new function quiz_question_action_icons that outputs a string of html" 2008-06-15 11:52:07 +00:00
dongsheng
1aef51b8e3 "MDL-14129, fix print_error" 2008-06-15 11:40:25 +00:00
dongsheng
bcc45748f5 "MDL-14129, fix print_error" 2008-06-15 11:25:45 +00:00
dongsheng
08b56f936d "MDL-14129, fix print_error" 2008-06-15 11:00:30 +00:00
dongsheng
4d6ba0f097 "MDL-14129, fix print_error" 2008-06-15 10:47:14 +00:00
skodak
07e6860901 MDL-15094 added some overlook conversions - thanks to Eloy's script ;-) 2008-06-15 10:43:20 +00:00
skodak
8b54b5cdb9 MDL-15094 fixed conversion typo 2008-06-15 10:42:48 +00:00
skodak
b1f93b1512 MDL-15246 moving all remaining ddl function to adminlib, keeping old lib/ddllib.php only for BC withexisting code; fixed inline docs related to ddl 2008-06-15 10:32:50 +00:00
skodak
004efe6629 MDL-15245 converted dml searchlib 2008-06-15 10:12:27 +00:00
dongsheng
83b10e578e "MDL-14129, fix print_error" 2008-06-15 09:14:55 +00:00
dongsheng
b3c4db7c1a "MDL-14129, fix print_error" 2008-06-15 08:34:35 +00:00
agrabs
0f22be2e94 MDL-15234 - exported questions from moodle 1.8 will not be imported correctly on moodle 1.9 2008-06-13 21:52:25 +00:00
dongsheng
a5047f1553 "MDL-14129, fix print_error" 2008-06-13 09:10:05 +00:00
dongsheng
86f9334590 "MDL-14129, fix print_error" 2008-06-13 05:12:50 +00:00
robertall
a7e35395aa [MDL-8407] Re-added one line of code from v 1.176 needed by tabs.php and export.php to make the default role required to export database records weaker. Sorry for the messup in merging at the previous commit. 2008-06-12 15:18:13 +00:00
jamiesensei
b3db36202d MDL-14203 "split report into two seperate reports - Quiz Statistics report and Individual Item Analysis report" checking this file in although it is not used yet. It is included in report.php. 2008-06-12 14:36:19 +00:00
skodak
b572ce19dd MDL-8407 reverting last commit - needs to be merged properly 2008-06-12 14:13:51 +00:00
robertall
86be772077 [MDL-8407] Make the default role required to export database records weaker (use the 1.9 mod/data capability "viewalluserpresets"). Merged from MOODLE_19_STABLE. 2008-06-12 13:55:46 +00:00
nicolasconnault
415f8c3eeb CONTRIB-490 Fixed minor bugs uncovered by generator script 2008-06-12 12:55:13 +00:00
dongsheng
1858ba0c67 "MDL-14129, fix print_error" 2008-06-12 11:52:15 +00:00
dongsheng
baa336f08e "MDL-14129, fix all print_error" 2008-06-12 10:55:23 +00:00
nicolasconnault
37b86a39b7 MDL-15107 Fixed bug in dmllib code 2008-06-12 09:08:16 +00:00
nicolasconnault
739b748b22 MDL-15113 Fixed bug in dmllib code 2008-06-12 09:07:37 +00:00
jamiesensei
040c36e37f MDL-14203 "split report into two seperate reports - Quiz Statistics report and Individual Item Analysis report" added calculations for CIC, ER and SE. 2008-06-11 15:31:42 +00:00
jerome
9267ffda3c MDL-15112 lesson dml conversion - fix the previous fix ($DB->count_records_select should be $DB->count_records) 2008-06-11 06:04:06 +00:00
jerome
590a837a34 MDL-15112 lesson dml conversion 2008-06-11 05:51:43 +00:00
jerome
667b0a1601 MDL-15112 lesson dml conversion 2008-06-11 05:39:52 +00:00
jamiesensei
08a7ead5d1 MDL-14203 "split report into two seperate reports - Quiz Statistics report and Individual Item Analysis report" added CIC, ER and SE calculations. Calculation needs debugging. 2008-06-10 18:15:19 +00:00
jamiesensei
0c1c764e82 MDL-14203 "split report into two seperate reports - Quiz Statistics report and Individual Item Analysis report" started quiz statistics report in directory 'statistics' 2008-06-10 16:18:10 +00:00
agrabs
d558080856 MDL-15202
-
 The item textarea print out a notice while the excelexport if there are no values
2008-06-10 13:04:34 +00:00
agrabs
7e29e8005d MDL-15107 - feedback dml conversion 2008-06-10 13:02:07 +00:00
jamiesensei
5bb614fec5 MDL-14821 "Quiz: report overview page is not XHTML compliant" wrapped hidden form params in div with style 'display:none'.
Merged from 1.9
2008-06-10 10:24:15 +00:00
dongsheng
550f965438 "MDL-14129, fix print_error" 2008-06-10 06:27:38 +00:00
dongsheng
282fd2b21a "MDL-12304, fix double text, merged from MOODLE_18_STABLE" 2008-06-10 05:17:49 +00:00
skodak
245ac55791 MDL-14679 last forgotten bits of dml conversion 2008-06-09 19:48:24 +00:00
skodak
96d1387809 MDL-14679 towards adodb separation 2008-06-09 18:48:28 +00:00
skodak
294ce9870f MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
jamiesensei
8673a56615 MDL-15113 "quiz dml conversion" - fixing some sql broken during the conversion and removing unnecessary comma seperated list of ids where there are arrays of ids that can be used instead. 2008-06-09 13:27:31 +00:00
skodak
318e374544 MDL-15112 converted some skipped dml stuff 2008-06-09 12:29:40 +00:00