Commit graph

18973 commits

Author SHA1 Message Date
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
gustav_delius
85b9b86f51 Round also the raw score. 2006-02-14 23:08:06 +00:00
mjollnir_
35cfff0e66 added to magpie the ability to do POSTs as well as GETs.. submitted this patch upstream but upstream doesn't seem to look at patches on sf.net 2006-02-14 20:33:40 +00:00
gustav_delius
8c85be6698 Rounding errors could lead to "Partially correct" for correct answers, see http://moodle.org/mod/forum/discuss.php?d=39548 2006-02-14 18:37:03 +00:00
gustav_delius
24edc235c6 Fixed submit buttons 2006-02-14 18:21:06 +00:00
thepurpleblob
bfb5216f5d Format now uses defaultquestion() method. Bug #4752 2006-02-14 09:53:37 +00:00
thepurpleblob
4db0b132cb Bring formatting into line with Moodle standard (at last!) 2006-02-14 09:45:29 +00:00
moodler
40470d9349 Added new feature: time delay between quiz attempts 2006-02-14 05:12:24 +00:00
vyshane
de9b123967 Fixed typo for get_string call for 'rsshowmany' 2006-02-14 04:10:47 +00:00
vyshane
235ef1e56e Added string for RSS explanation 2006-02-14 04:09:51 +00:00
toyomoyo
5ae56899ba backup and restore for comments and ratings 2006-02-14 04:02:19 +00:00
mjollnir_
f9648e77cf Added cron support for blocks - it was already there in the tables, now we just need to use it 2006-02-14 03:24:08 +00:00
toyomoyo
d02cb0d006 new ratings functionality 2006-02-14 03:21:56 +00:00
toyomoyo
1f45ca1428 taking out the print_object 2006-02-14 03:19:19 +00:00
toyomoyo
4d3d87f0a4 adding ratings and comments functionality 2006-02-14 03:17:21 +00:00
toyomoyo
81ef8c1f48 fixing a weird index in scorm_scoes_track (see bug report 4742) 2006-02-14 02:44:03 +00:00
toyomoyo
a9149e77e4 bug fix for 4742 2006-02-14 02:35:11 +00:00
toyomoyo
1c8510355f adding index pagetype to block_pinned to make it consistent 2006-02-14 02:34:37 +00:00
mjollnir_
3a11c548b2 Fixing a warning in debug mode 2006-02-14 02:01:31 +00:00
mjollnir_
347723bda2 fixing bug # 4751 - adding unique key in postgres for mod/quiz for gustav 2006-02-14 02:01:06 +00:00
gustav_delius
12318329fa Edit link in preview mode now also for descriptions, see bug 4518 2006-02-13 23:48:12 +00:00
gustav_delius
b04523d1c4 convert sequence field to text to accomodate very long sequences, see bug 4257 2006-02-13 23:34:30 +00:00
gustav_delius
a42f000635 Matching questions now no longer give away the answer in the page source, see bug 694 (that is an old bug!) 2006-02-13 23:15:40 +00:00
koenr
d8891d4a23 typo 2006-02-13 22:52:45 +00:00
michaelpenne
b9376ebef0 The following changes were made to help reduce confusion for students when essay questions are being used in a quiz.
- When a essay question has been submitted or being reviewed and has not been graded by the instructor, then the Marks are not shown and displays a message to the student instead of saying Incorrect. (changes to questiontypes/questiontype.php in functions print_question and print_question_grading_details).

    - For students, in view.php, a notice is printed to inform him/her that s/he has ungraded essay question(s).
    - For teachers, in view.php, a notice is printed to inform him/her that s/he has X number of ungraded essays for X number of studnets

    - In review.php, next to the grade output, informs the viewer if X number of ungraded essays in this attempt.

    - In questiontypes/essay/questiontype.php created a utility function to generate the numbers used in the above changes.

    - In lang/en/quiz.php added new lang entries.

So, hopefully the student will now understand that their grade does not include the ungraded essay questions.  Modification of lang entries might be needed to further drive this point.
2006-02-13 20:27:34 +00:00
michaelpenne
d8ed413b92 Converted tabs to spaces 2006-02-13 17:44:50 +00:00
michaelpenne
2f6f0b8ce2 [Fixed] In function save_session_and_responses, now checks to makes sure $state->options->graded is set. 2006-02-13 17:41:19 +00:00
thepurpleblob
5744931aa2 Format now uses defaultquestion() method. Bug #4752 2006-02-13 16:24:05 +00:00
thepurpleblob
d3ca8695cb Now used defaultquestion() method. Bug #4752 2006-02-13 16:17:22 +00:00