18451 Commits

Author SHA1 Message Date
mits
bcb1789331 changed README.txt to README.html. 2006-02-18 20:38:51 +00:00
gustav_delius
0f9f31c81c Using html template for multichoice question 2006-02-18 20:01:36 +00:00
gustav_delius
bffa0685da Added periods at the ends of the answer prompt sentences 2006-02-18 19:58:17 +00:00
gustav_delius
ee49be211b updated required Moodle version in an attempt to stop people installing the unstable quiz module code (I use unstable in the sense of rapidly changing, not in the sense of buggy of course :-)) 2006-02-18 19:03:06 +00:00
gustav_delius
7f65c565be First steps towards separating logic and layout in the printing of questions: the print_question() method in the default question type now uses the template question.html 2006-02-18 17:32:56 +00:00
gustav_delius
7aa42eb0c8 The import tab has to provide the course id. 2006-02-18 15:11:03 +00:00
gustav_delius
c54da50b29 An additional sorting order for category question list 2006-02-18 15:09:08 +00:00
gustav_delius
a258d4fea8 Make sure teachers can only import into categories for which they have editing rights. 2006-02-18 13:09:59 +00:00
gustav_delius
39230689ef shuffleanswers is always turned on in cloze questions
Feedback popups are now sticky, see http://moodle.org/mod/forum/discuss.php?d=39983#183780
2006-02-17 18:31:15 +00:00
gustav_delius
7f30d941bc Corrected the page comment 2006-02-17 17:28:47 +00:00
gustav_delius
344be2522c Added link to questions bank 2006-02-17 17:15:56 +00:00
gustav_delius
6551bb8969 Changing headers to decoupling the question editing page from the quiz module. 2006-02-17 17:15:17 +00:00
gustav_delius
fe5a3eb249 Better prompts for multiple choice questions, see bug 2791 2006-02-17 14:14:18 +00:00
toyomoyo
80329e02da forgot timelimit 2006-02-17 02:47:01 +00:00
toyomoyo
b73b9d81ec better fix for 4360 2006-02-17 01:31:28 +00:00
gustav_delius
f00da052c0 Bug in "Prevent late submissions" setting fixed, thanks to Samuli, see bug 4780 2006-02-16 22:01:57 +00:00
gustav_delius
5c6b657acb Bug in "Prevent late submissions" setting fixed, thanks to Samuli, see bug 4780 2006-02-16 21:56:57 +00:00
gustav_delius
997bcf0eb8 As Eloy pointed out, my recent addition for including child categories used by random questions did not restrict to the course or the instances currently being backed up. 2006-02-16 18:15:15 +00:00
gustav_delius
95ea52d41b Changed language string "Move category to" to "Parent", see bug 4727 2006-02-16 10:26:44 +00:00
gustav_delius
92c781cab3 Update the stamp each time a question is edited. This is the outcome of a long Skype discussion with Eloy on 15/02/06. A planned improvement for the future is to set the stamp to a md5 hash of the questiondata to ensure that identical questions will have identical stamps. Currently it is possible to obtain some duplication during question restore if between backup and restore the teacher clicks on the Save button on the editing page without acutally making any changes. Admittedly not a very likely scenario and hence the current system is good enough for now. 2006-02-16 10:20:27 +00:00
gbateson
84f037e086 micro increment version to 2.1.13 2006-02-16 10:18:54 +00:00
gbateson
e5be91b770 correctly handle HTML entities in readings 2006-02-16 10:17:48 +00:00
exe-cutor
33d8eacfe4 Changed sequence of error messages. This makes more sense and should be better
understandable from a user's point of view.
2006-02-16 09:05:11 +00:00
exe-cutor
a70d959a71 this file now does the authentication and doesnt use Shibboleth lazy sessions anymore for
various reasons, including security
2006-02-16 08:59:59 +00:00
exe-cutor
b0e1220af4 Changed shib auth instructions to reflect new procedure for shib auth 2006-02-16 08:53:36 +00:00
exe-cutor
100f9e0d43 We dont use lazy sessions anymore for serveral reasons, including security 2006-02-16 08:52:29 +00:00
exe-cutor
0762da9ce2 not needed anymore with new shib auth procedure. 2006-02-16 08:50:50 +00:00
exe-cutor
e2a420d6b2 Changed instructions to reflect new shib auth procedure 2006-02-16 08:50:15 +00:00
vyshane
a684d28b29 Fixed notice in picture field edit view.
Made the field type icons clickable to edit the field.
2006-02-16 08:15:00 +00:00
vyshane
cbde4dc94d Added back some strings that got lost. 2006-02-16 06:17:33 +00:00
vyshane
a508f208ce RSS support 2006-02-16 03:35:10 +00:00
toyomoyo
7ac8a18b6e fixed a string 2006-02-16 01:50:09 +00:00
michaelpenne
e51b142a78 Removed changes made earlier for ungraded essay questions. Will try to find an alternate method. 2006-02-16 00:30:50 +00:00
gustav_delius
6a687a0e98 Now contains code to also backup those categories needed by random questions that recurse into child categories.
Fixed the way the $status flag is handled.
2006-02-15 22:30:54 +00:00
gustav_delius
2b9221b9ff Fixed bug leading to warnings 2006-02-15 22:18:49 +00:00
gustav_delius
3181dafd62 added language strings, in particular for the tabs and decimal digits 2006-02-15 12:17:25 +00:00
gustav_delius
1bc28beba0 Improved the comment for set_field() 2006-02-15 12:13:20 +00:00
ethem
46bbbb4c85 DB new upgrade system. 2006-02-15 10:15:27 +00:00
gustav_delius
f0b2c1cc2b Applied fixes from bug 4319. Thanks to Jaroslav 2006-02-15 08:59:32 +00:00
gustav_delius
03d1753c1c Renamed table quiz_newest_states to question_sessions 2006-02-15 08:38:41 +00:00
gustav_delius
832d40420c Renamed table quiz_newest_states to question_sessions 2006-02-15 08:34:36 +00:00
gustav_delius
786187cdfd Removed unnecessary code: questions are only deleted if they have no attempts. 2006-02-15 08:13:14 +00:00
toyomoyo
ee14d73682 no update for en_utf8 2006-02-15 06:43:46 +00:00
toyomoyo
e51d9eb4bf changed some strings 2006-02-15 06:38:32 +00:00
toyomoyo
e5952c5a78 removed ability to update/delete en_utf8 2006-02-15 06:02:14 +00:00
patrickslee
94f9f07d3b Re-formatted the imporved flat file enorlment description 2006-02-15 03:27:56 +00:00
toyomoyo
9214c22430 fix for 4758 2006-02-15 01:55:04 +00:00
gustav_delius
b2a90f76b2 Don't apply lateness check when teacher previews. 2006-02-15 00:16:57 +00:00
gustav_delius
adaa8c8650 Grammar fix, bug 4526 2006-02-15 00:06:28 +00:00
gustav_delius
193b283985 removed a warning, see bug 4406 2006-02-14 23:24:10 +00:00