4070 Commits

Author SHA1 Message Date
toyomoyo
81ef8c1f48 fixing a weird index in scorm_scoes_track (see bug report 4742) 2006-02-14 02:44:03 +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
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
thepurpleblob
2ad273d70b Format now uses defaultquestion(). Bug #4752 2006-02-13 16:11:17 +00:00
thepurpleblob
cb04e0d664 Now picks up default $question object. Bug #4752 2006-02-13 15:48:48 +00:00
bobopinna
baef508d2c Removed the last short tag 2006-02-13 15:14:57 +00:00
thepurpleblob
42e5993199 Added initialisation method for question object. Permits setting of default
values for required (but not imported) database fields.
Bug #4752
2006-02-13 14:46:26 +00:00
gustav_delius
acb0c2d93e fixing hardcoded string, see bug 4432 2006-02-13 13:28:40 +00:00
gustav_delius
353138dc11 Added a unique index for attempt->uniqueid 2006-02-13 13:20:57 +00:00
gustav_delius
6d08ff4f01 Fixing javascript, see bug 4418 2006-02-13 11:23:47 +00:00
vyshane
a593aeee92 Added RSS support for data module. 2006-02-13 07:57:54 +00:00
moodler
fd198b8776 Adding new feature: Time delay between quiz attempts 2006-02-13 01:49:52 +00:00
moodler
e61eab5a83 Adding new feature: delay between quiz attempts 2006-02-13 01:45:29 +00:00
gustav_delius
41323dff31 Added missing percentages to the grade selector, closing bug 4250 2006-02-12 22:38:13 +00:00
gustav_delius
aa960f6b04 Edit link in preview window now says 'Edit'. 2006-02-12 22:26:53 +00:00
gustav_delius
0b72ce2051 Made page compatible with new tabbed interface and removed continue button as requested in bug 2919 2006-02-12 21:50:38 +00:00
gustav_delius
721b5b28c9 Stopped using the language strings for the assignment module because that was requested in bug 4558. 2006-02-12 21:23:54 +00:00
gustav_delius
8779eab55d Avoid error messages in case $quiz->sumgrades is zero, closing bug 4454. Merged from STABLE 2006-02-12 21:08:43 +00:00
gustav_delius
162cbee229 Added field to versioning table needed by new versioning table (to be committed later) 2006-02-12 15:28:17 +00:00
gustav_delius
d40d8ef7b1 quiz_delete_question() now recursively also deletes data associated with newer versions of the question. 2006-02-12 15:24:45 +00:00
skodak
fac01360b3 removed isset_param() 2006-02-12 11:27:22 +00:00
skodak
23ca8954be removed isset_param() and fixed warning 2006-02-12 11:24:24 +00:00
gustav_delius
5a981c9480 shuffleanswers option can now also be set at the question level, see http://moodle.org/mod/forum/discuss.php?d=39371 2006-02-12 09:46:34 +00:00
gustav_delius
906935f3b0 Put the default grade option onto question edit forms, see http://moodle.org/mod/forum/discuss.php?d=39371#181767 2006-02-11 22:37:30 +00:00
gustav_delius
7c4127efad Put the default grade option onto question edit forms, see http://moodle.org/mod/forum/discuss.php?d=39371#181767 2006-02-11 21:07:08 +00:00
gustav_delius
90ec0c2fc7 removed two method definitions that are used for the editing form 2006-02-11 16:40:09 +00:00
gustav_delius
6f51aa2e5b get_actual_response() method for cloze question type contributed by Jean-Michel, see http://moodle.org/mod/forum/discuss.php?d=27730#181773 2006-02-11 16:13:21 +00:00
moodler
3c73df8e5d Added missing require_once('locallib.php'); 2006-02-10 03:59:30 +00:00
danmarsden
d921818dc1 tidy up download of files when groups are turned on. + fix for Bug 4601 Bug 4476 2006-02-09 22:45:31 +00:00
danmarsden
df5fb55cbc Bug #4452 link names to profiles 2006-02-09 21:50:21 +00:00
danmarsden
313441331e add ability to delete responses, add pragma to text download and removed hardcoded localised string. 2006-02-09 21:09:10 +00:00
danmarsden
a56ca75fda backticks around release to allow upgrade to work correctly when using mysql 5 2006-02-09 18:12:51 +00:00
gustav_delius
c4adc2c493 Added a second row of tabs to the Edit tab: Questions, Categories, Import, Export, Settings
Added phpdoc header to some files
Improved language string and help file for decimal digits on grades
2006-02-09 13:57:22 +00:00
gustav_delius
4eedc50cbc Excluded the description questiontypes from random questions
Fixed a warning message when there are no questions

Removed the category id number from the message shown to users when there are not enough random questions because this id number does not mean anything to the user.
2006-02-09 13:46:05 +00:00
thepurpleblob
716a508520 parameters all go through required_param() and optional_param() 2006-02-09 11:50:25 +00:00
vyshane
bbe39b6ca9 Updated lang/en/data.php.
Removed hard coded message strings from scripts and moved them to the language file.
Fixed a display bug in multimenu field.
Removed rounded help buttons from fields, made the fields use html title to
display the descriptions instead.
2006-02-09 04:44:56 +00:00
toyomoyo
4a6716ceab bug fix for 4670 2006-02-09 02:18:13 +00:00
danmarsden
c100a341a6 Bug 3768 - Release is now a reserved word in MySql 5 2006-02-08 23:46:21 +00:00
fyang1024
b827a98e10 remove the testing code 2006-02-08 06:01:13 +00:00
fyang1024
407ed8c619 change class name soapclient to soap_client according to the nusoap.php in the lib/soap folder 2006-02-08 06:00:24 +00:00
toyomoyo
d6af3cfab9 add_instance change too 2006-02-08 04:58:21 +00:00
toyomoyo
17e5f3fc9d adding 3 more fields to mod.html, and modified data_update_instance 2006-02-08 04:56:44 +00:00
moodler
72ef06cfe5 Added new feature, the time enforced delay on attempting quizzes 2006-02-08 04:44:57 +00:00