jamiesensei
|
c386eaa3df
|
MDL-15384 'change name of quiz report classes to "quiz_{reportname}_report"' easy to do, changed class name of all reports and changed the code in report.php which instantiates the correct class.
|
2008-06-24 08:59:29 +00:00 |
|
skodak
|
04264aeda4
|
MDL-15343 mod upgrade savepoints implemented (the xmldb generator is not updated yet)
|
2008-06-22 23:35:52 +00:00 |
|
skodak
|
eee5d9bb85
|
MDL-14956 DDL exceptions
|
2008-06-22 16:51:55 +00:00 |
|
jamiesensei
|
6102a59d11
|
Fixing typo introduced in 1.298 version of this file.
|
2008-06-22 12:57:44 +00:00 |
|
jamiesensei
|
f37f30d435
|
MDL-14754 "rename and reorder quiz reports tabs" added new db table quiz_report that lists reports and has a field for their display order. Standard reports are automatically added to table. Reports that are not on disk are ignored.
|
2008-06-20 13:43:06 +00:00 |
|
jamiesensei
|
0b8953aec3
|
MDL-15165 "Essay quiz Manual grading "these are no attempts to show" when there are actually attempts" - not resolved. But while reviewing the query I found a LIMIT clause in sql that I've replace with params to the get_records_sql function. Also made the logic in attempt_sql method more robust.
Merged from 1.9
|
2008-06-19 15:24:27 +00:00 |
|
jamiesensei
|
8b2f8253ad
|
MDL-15264 "Bar graph image missed when group with no attempts selected" added a query to check for sure that there are some grades there to display in the graph. Also now displaying grades for all groups a user has permission to view - but only if that is up to 4 groups and only if there are less than 500 grades total.
Merged from 1.9 branch
|
2008-06-19 14:03:24 +00:00 |
|
jamiesensei
|
e72efdd426
|
MDL-15268 "Content for Quiz Statistics report table" adding more if conditions to only display stuff when the calculations are possible. This depends on how many attempts there have been and how many questions there are.
|
2008-06-18 11:38:17 +00:00 |
|
jamiesensei
|
f44d7d467b
|
MDL-15268 "Content for Quiz Statistics report table" some columns of Quiz Statistics report table only make sense if there is more than one question in the quiz. Adding an if condition.
|
2008-06-17 14:14:23 +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 |
|
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 |
|
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
|
bcc45748f5
|
"MDL-14129, fix print_error"
|
2008-06-15 11:25:45 +00:00 |
|
skodak
|
07e6860901
|
MDL-15094 added some overlook conversions - thanks to Eloy's script ;-)
|
2008-06-15 10:43:20 +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 |
|
dongsheng
|
a5047f1553
|
"MDL-14129, fix print_error"
|
2008-06-13 09:10:05 +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 |
|
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 |
|
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 |
|
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 |
|
skodak
|
245ac55791
|
MDL-14679 last forgotten bits of dml conversion
|
2008-06-09 19:48:24 +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
|
dfee5a9a8a
|
MDL-15113 converted some skipped dml stuff
|
2008-06-09 12:18:13 +00:00 |
|
nicolasconnault
|
9cf4a18b41
|
MDL-15113 Upgrade to DMLLIB 2.0. Needs further testing and bug-fixing.
MDL-15100 Fixed a bug in gradelib.php
Plus edited tablelib.php for table_sql upgrade to dmllib 2.0
|
2008-06-09 10:00:35 +00:00 |
|
jamiesensei
|
9575899294
|
MDL-15180 "moved form to the top of the page"
|
2008-06-07 13:56:42 +00:00 |
|
jamiesensei
|
134cf8ae00
|
MDL-14821 "Quiz: report overview page is not XHTML compliant" gave the fieldsets in the form different names to avoid html id attribute conflict.
|
2008-06-07 12:56:58 +00:00 |
|
jamiesensei
|
aa17ea53c4
|
MDL-15150 "Quiz Report broken in course without students" also now displaying a message when there are no attempts.
|
2008-06-06 14:59:24 +00:00 |
|
jamiesensei
|
a4ee9a602d
|
MDL-15150 "Quiz Report broken in course without students" added warning message if there are no students in course yet.
|
2008-06-06 14:03:55 +00:00 |
|
jamiesensei
|
181608b708
|
MDL-15092 "Quiz overview report won't display if there are more than 29 questions" fixed this by going back to the old way of fetching data for display in the table. However still use table JOINs when user wants to sort by question grade. The user can sort by a maximum of two columns at once so the JOINs will not exceed the limit.
|
2008-06-06 13:21:50 +00:00 |
|
jamiesensei
|
c35f3afcf1
|
MDL-15170 "convert to use new tablelib api"
|
2008-06-06 12:09:14 +00:00 |
|
skodak
|
cd655b33f9
|
MDL-15095 towards restore lib dml conversion
|
2008-06-03 23:35:50 +00:00 |
|
skodak
|
9db7dab2ca
|
MDL-15095 towards restore lib dml conversion
|
2008-06-03 22:36:54 +00:00 |
|
skodak
|
c18269c7e5
|
MDL-14679 towards modform conversion
|
2008-06-01 21:36:11 +00:00 |
|
skodak
|
7cac0c4b2b
|
MDL-14679 fixed references to mod.html
|
2008-06-01 19:09:13 +00:00 |
|
skodak
|
3264868249
|
MDL-14679 removed magic quotes from forms validation() method, fixed some minor problems
|
2008-06-01 17:53:25 +00:00 |
|
skodak
|
c6307ef24d
|
MDL-14679 removed all instances of get_records_sql_menu()
|
2008-06-01 16:08:16 +00:00 |
|
skodak
|
44e1b7d7ff
|
MDL-14679 remoed all instances of get_records_list()
|
2008-06-01 15:42:48 +00:00 |
|
skodak
|
fd0e6640cc
|
MDL-14679 fixed some more $db's
|
2008-05-31 22:18:41 +00:00 |
|
skodak
|
219f652b91
|
MDL-14679 upgrade $DB conversion
|
2008-05-31 18:05:42 +00:00 |
|
skodak
|
ae040d4bcc
|
MDL-14679 finished moodlelib conversion
|
2008-05-30 19:59:50 +00:00 |
|
jamiesensei
|
f198d0bda7
|
MDL-15047 "Quiz overview report download is broken - patch" fixed.
Merged from 1.9 stable branch.
|
2008-05-30 12:23:10 +00:00 |
|
jamiesensei
|
f17a34b5ef
|
MDL-15011 "grading report : allow user to select to grade next 10 ungraded attempts" added a new link and options to the grading report page to display only the next 10 ungraded attempts to grade. Also some fixes for faulty sql for ungraded option which was not respecting the users groups selection.
|
2008-05-29 14:14:27 +00:00 |
|
jamiesensei
|
ee5163b051
|
MDL-15002 "grading report : notice from quiz_num_attempt_summary about how many total attempts there are on the quiz and how many in this group would make UI clearer" added call to function and fixed centering of notice on overview and grading report by adding a clear:left to stop the centering being affected by the groups menu.
merged from 1.9 branch
|
2008-05-26 14:26:24 +00:00 |
|
jamiesensei
|
a76a131ab5
|
MDL-12824 "Essay type of quiz questions needs to color mark which students have been graded and which have NOT"
Fixing notices introduced by the changes for this bug in grading report when no question is selected.
|
2008-05-26 13:18:46 +00:00 |
|