Dean Lennard
8e8bd3f967
MDL-20636 Changed renderer function scopes so they can be overridden.
2011-05-11 15:04:13 +01:00
Dean Lennard
2c3e2b53e6
MDL-20636 Added phpDoc comments
2011-05-11 15:04:07 +01:00
Andrew Davis (andyjdavis)
4433f871f2
MDL-26704 gradebook: added some intelligence to the dates displayed on the user outline activity report
2011-05-10 11:14:16 +08:00
Tim Hunt
78a61cd6d0
MDL-20636 quiz renderers. Some final clean-ups.
2011-05-09 14:22:20 +01:00
Dean Lennard
7933ab8c67
MDL-20636 Code Checked
2011-05-09 12:31:13 +01:00
Dean Lennard
37015e0cd1
MDL-20636 Convverted html to html::writer and code checked
2011-05-09 12:31:11 +01:00
Dean Lennard
88c7e2a9b6
MDL-20636 Changed guest access and enrollment code checking
2011-05-09 12:31:09 +01:00
Dean Lennard
56cef201da
MDL-20636 Created view object in renderer file
2011-05-09 12:31:07 +01:00
Dean Lennard
3b7efd6d8f
MDL-20636 Added viuew object as class
2011-05-09 12:31:05 +01:00
Dean Lennard
fcd5e24506
MDL-20636 Code checked
2011-05-09 12:31:03 +01:00
Dean Lennard
da59992eda
MDL-20636 Made changes to view and renderer sections
2011-05-09 12:31:01 +01:00
Dean Lennard
8d47043fee
MDL-20636 updates to code
2011-05-09 12:30:59 +01:00
Dean Lennard
cbe8754358
MDL-20636 code checked
2011-05-09 12:30:57 +01:00
Dean Lennard
7886376a12
MDL-20636 changed accessrules to return the button instead of eco it and applied this change to render file
2011-05-09 12:30:55 +01:00
Dean Lennard
213d4cff9c
MDL-20636 updates to view/renderer code
2011-05-09 12:30:53 +01:00
Dean Lennard
06eb64b8ba
MDL-20636 added view page to the renderer file
2011-05-09 12:30:51 +01:00
Dean Lennard
13040e1452
MDL-20636 changes made to renderers, attempt and view
2011-05-09 12:30:49 +01:00
Dean Lennard
63be47d932
MDL-20636 Made changes to the three files and code checked
2011-05-09 12:30:47 +01:00
Dean Lennard
bcd42560e3
MDL-20636 Updated code to include html writer
2011-05-09 12:30:45 +01:00
Dean Lennard
9f335e76fa
MDL-20636 Fixed issues raised
2011-05-09 12:30:43 +01:00
Dean Lennard
606e07d574
MDL-20636 Attempt as converting attempt.php over to renderer
2011-05-09 12:30:41 +01:00
Tim Hunt
b3782c71bf
MDL-20636 My go and creating a renderer for mod/quiz/review.php.
...
Note that this breaks the attempt.php page; there are a lot of methods that are missing PHPdoc comment; there are probably now some unused methods that could be deleted; and there are a couple of places which could be handled a bit better.
But, overall, I think this way makes sense.
2011-05-09 12:30:39 +01:00
Tim Hunt
c749527bec
MDL-20636 Finished backup and restore of attempt data. Yay
2011-05-05 21:26:25 +01:00
Tim Hunt
bea1a6a73a
MDL-20636 Work-in-progress on quiz attempt backup and restore.
2011-04-28 21:21:43 +01:00
Petr Skoda
cf717dc26b
MDL-27148 use new get_in_or_equal() param prefix instead of start
2011-04-14 15:15:01 +02:00
Tim Hunt
6160bdb1f3
MDL-20636 Move question lang strings to the right place.
2011-04-12 15:20:29 +01:00
Tim Hunt
d0e25622bd
MDL-20636 Two gradeboundary 0%s on the quiz editing form. One shoudl be a HTML editor. #392
...
This was a weird variable aliasing issue.
2011-04-11 14:40:04 +01:00
sam marshall
6553cda7c9
MDL-26778 Change to completion should immediately affect nav block
...
Includes change so that updating completion resets the cache, and a debugging
warning if any module calls the completion viewed thing after it's already
printed navigation (which will mean navigation obviously doesn't update right
away). All existing modules that currently update after printing navigation
were updated.
2011-04-11 12:40:13 +01:00
Tim Hunt
330c1148a4
MDL-20636 Quiz report graph not showing up due to an SQL error. #426
2011-04-08 18:09:24 +01:00
Tim Hunt
a056778d8a
MDL-20636 Fix unit test that the recent code change broke. #382
2011-04-08 17:46:15 +01:00
tjh238
7c85d7c871
MDL-20636 Bug 11493 can't show marks available for deferred feedback summative iCMAs
2011-04-08 17:16:55 +01:00
Tim Hunt
33dae771db
MDL-20636 Fix bare in language string in OU code. #427 , #429
2011-04-08 16:58:43 +01:00
Tim Hunt
55ca80edde
MDL-20636 Fix lots of problems found by the new improved codechecker.
2011-04-04 20:11:29 +01:00
Tim Hunt
1322daba08
MDL-20636 Fix visibility of quiz_attempt_report_table::get_row_class. #357
2011-04-01 14:39:31 +01:00
Tim Hunt
6b5f24d376
MDL-20636 Handle deleting response files when the usage is deleted. #216
2011-03-31 12:45:17 +01:00
Tim Hunt
8d13ea834c
MDL-20636 Another little bug found by Jamie.
2011-03-30 14:30:40 +01:00
Tim Hunt
e65f89b914
MDL-20636 Fix typo. Thanks Jamie.
2011-03-30 11:00:33 +01:00
Tim Hunt
06cd11a989
MDL-20636 Fix scope of quiz edit form data_preprocessing.
2011-03-28 11:40:15 +01:00
Tim Hunt
a208aefbc4
MDL-26425 change all table subclasses to use parent::__construct
2011-03-27 20:06:45 +01:00
Tim Hunt
c7df5006b9
MDL-20636 Add lots of missing public/protected/private.
2011-03-23 16:22:25 +00:00
Eloy Lafuente (stronk7)
34c0b5bd86
MDL-26848 I left one remaining "xxx" there, grrr
2011-03-22 12:28:57 +01:00
Eloy Lafuente (stronk7)
18e3cba749
MDL-26848 fixing some "stupid" comments and specs of 1 field
2011-03-21 22:20:17 +01:00
Eloy Lafuente (stronk7)
c6f7c3e7f3
Merge branch 'MDL-26848' of git://github.com/timhunt/moodle
2011-03-21 21:56:46 +01:00
Tim Hunt
ff58648f8a
MDL-20636 Fix problem editing truefalse questions. #298
...
Also, fix a notice on the quiz editing form.
2011-03-21 12:42:54 +00:00
Tim Hunt
8c448e1c83
MDL-26861 quiz view align Summary of your previous attempts table consistenty
...
Fix thanks to Joseph Rézeau.
2011-03-19 09:31:27 +00:00
Tim Hunt
ea003cd59a
MDL-26848 get rid of stupid unsigned columns in the quiz statistics report.
2011-03-17 12:48:01 +00:00
Tim Hunt
6d03fd9830
MDL-20636 Fix for Bug 11593 merged from our 1.9 version. #268
2011-03-16 14:34:19 +00:00
Eloy Lafuente (stronk7)
6326817e0f
Merge branch 'MDL-26767' of git://github.com/timhunt/moodle
2011-03-14 12:07:41 +01:00
Eloy Lafuente (stronk7)
b5686d021b
Merge branch 'MDL-26735' of git://github.com/timhunt/moodle
2011-03-13 23:41:48 +01:00
Tim Hunt
56b0df7eac
MDL-20636 Kill Left over addslashes in the question engine code. #223
2011-03-11 13:45:38 +00:00