Tim Hunt
fa16dd3d67
quiz editing MDL-23764 changing category sends you to the question bank page.
2010-08-11 18:41:53 +00:00
Tim Hunt
e934fa008b
question editing MDL-23758 notice on clicking cancel.
2010-08-11 16:37:11 +00:00
Dongsheng Cai
fe6ce23489
MDL-16094 File storage conversion Quiz and Questions
2010-08-10 09:56:48 +00:00
Tim Hunt
8b7d4fb70e
quiz editing MDL-19766 fixed page load flicker of things revealed later by JavaScript.
2010-08-06 17:55:33 +00:00
Tim Hunt
e044ebb46e
question navigation MDL-20276 make sure the current node is hilighted.
2010-08-06 15:46:19 +00:00
Tim Hunt
688d875300
qformat xml MDL-22743 questiontextformat not imported correctly since the fix for MDL-9700 went in.
2010-08-05 13:11:27 +00:00
Tim Hunt
05c3103186
qformat_multianswer NOBUG fix comment.
2010-08-05 13:04:42 +00:00
Tim Hunt
87eeac9071
multianswer question import MDL-11326 make a better question name.
...
Also fix coding style in this file.
2010-08-05 12:13:27 +00:00
Tim Hunt
90c7912e93
quiz editing MDL-22371 with JS off, clicking add question, then cancel, did not work.
...
Also, other simpilar issues with other buttons.
And, finally fix the absolute URLs being passed as returnurl. Apache mod_security did not like that.
2010-08-04 19:44:59 +00:00
Tim Hunt
613aff5053
qtype_truefalse MDL-22658 questions get marked as answered even when an answer has not been selected.
2010-08-04 17:54:55 +00:00
Tim Hunt
ff065f96bc
mod quiz + questions MDL-22370 convert JavaScript to YUI3 and modules.
...
Note, quiz editing JS has not been done yet.
2010-08-04 15:22:04 +00:00
Tim Hunt
9fb32418a7
qtype shortanswer MDL-20380 small refactoring to help subclasses. Thanks to Oleg Sychev.
2010-08-03 10:39:52 +00:00
David Mudrak
5fcefc9728
MDL-21695 question: replaced help files with new help strings
...
AMOS BEGIN
HLP question/categoryparent.html,[parentcategory_help,core_question]
HLP question/categories.html,[editcategories_help,core_question]
HLP quiz/export.html,[exportquestions_help,core_question]
HLP quiz/exportcategory.html,[exportcategory_help,core_question]
HLP quiz/exportcategory.html,[exportcategory_help,core_question]
HLP quiz/importcategory.html,[importcategory_help,core_question]
HLP quiz/matchgrades.html,[matchgrades_help,core_question]
HLP quiz/quiz/stoponerror.html,[stoponerror_help,core_question]
HLP qtype_multichoice/multichoiceshuffle.html,[shuffleanswers_help,qtype_multichoice]
HLP quiz/matchshuffle.html,[shuffle_help,qtype_match]
HLP quiz/generalfeedback.html,[generalfeedback_help,mod_quiz]
AMOS END
2010-08-02 21:24:32 +00:00
David Mudrak
7292c11f51
MDL-21695 quiz: deprecated setHelpButton() and old_help_icon() replaced with new calls
...
Some help icons dropped without replacement as suggested by Helen, the
Help Writer. Some strings moved to core_question.
AMOS BEGIN
HLP quiz/timelimit.html,[timelimit_help,mod_quiz]
HLP quiz/grademethod.html,[grademethod_help,mod_quiz]
HLP quiz/questionsperpage.html,[newpage_help,mod_quiz]
HLP quiz/shufflewithin.html,[shufflewithin_help,mod_quiz]
HLP quiz/penaltyscheme.html,[penaltyscheme_help,mod_quiz]
HLP quiz/repeatattempts.html,[eachattemptbuildsonthelast_help,mod_quiz]
HLP quiz/reviewoptions.html,[reviewoptionsheading_help,mod_quiz]
HLP quiz/showuserpicture.html,[showuserpicture_help,mod_quiz]
HLP quiz/decimalpoints.html,[decimalplaces_help,mod_quiz]
HLP quiz/decimalplacesquestion.html,[decimalplacesquestion_help,mod_quiz]
HLP quiz/requirepassword.html,[requirepassword_help,mod_quiz]
HLP quiz/requiresubnet.html,[requiresubnet_help,mod_quiz]
HLP quiz/timedelay1.html,[delay1st2nd_help,mod_quiz]
HLP quiz/timedelay2.html,[delaylater_help,mod_quiz]
HLP quiz/overallfeedback.html,[overallfeedback_help,mod_quiz]
HLP quiz_statistics/negcovar.html,[negcovar_help,quiz_statistics]
MOV [penaltyfactor,mod_quiz],[penaltyfactor,core_question]
MOV [penaltyfactor_help,mod_quiz],[penaltyfactor_help,core_question]
HLP quiz/penalty.html,[penaltyfactor_help,core_question]
AMOS END
2010-08-02 20:56:15 +00:00
Tim Hunt
d8011b7bde
NOBUG quiz summary Align the submit all and finish button properly.
2010-07-28 15:04:26 +00:00
Tim Hunt
c95ce1dc52
NOBUG qtype numerical fix unit test.
2010-07-28 15:03:04 +00:00
Petr Skoda
0384043b59
MDL-23450 moving question/format/hotpot to contrib for now, because it is not ready for Moodle 2.0 yet
2010-07-24 17:30:46 +00:00
Petr Skoda
8b59e62e2d
MDL-19698 deprecated assign new by ref in questions
2010-07-19 08:34:24 +00:00
Petr Skoda
2e69d93048
MDL-16094 temporary workaround for removed textformat field
2010-07-14 16:47:54 +00:00
Petr Skoda
f728d49b00
MDL-19380 uploadlib cleanup before readding of antivirus integration
2010-07-14 08:40:48 +00:00
Petr Skoda
2e0406a53a
repeating upgrade typo fixed
2010-07-06 16:10:17 +00:00
Tim Hunt
45c4a5c770
quiz MDL-21533 remove all mention of overlib from the quiz, by moving necessary code to qtype_multianswer, which is the only place it is used.
2010-07-05 16:55:39 +00:00
Tim Hunt
b97d264489
qtype base: NOBUG improve comments and private function name.
2010-07-05 16:53:50 +00:00
Petr Skoda
572ae764aa
no more id cvs markers or closing php tags
2010-07-04 12:08:18 +00:00
Petr Skoda
a4cdd6d2c8
MDL-23068 removing obsolete $result and removing empty upgrade files that would be probably never used at all + minor cleanup/fixing
2010-07-04 10:27:56 +00:00
Tim Hunt
728d60a1f6
question import/export: MDL-22100 ' / etc. in category names confuse the import/export.
2010-07-02 13:36:49 +00:00
David Mudrak
096ec8d63d
MDL-21695 Cleaning up legacy strings and help
...
Text of help pages Read carefully, Write carefully and Ask questions
moved to wiki by Helen. Text formatting help removed, to be
re-introduced properly in editors rewrite. Unused editorhelp form
element removed completely.
2010-06-27 21:34:01 +00:00
Petr Skoda
df997f841f
MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
...
AMOS START
MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
MOV [enrolenddate,core],[enrolenddate,enrol_self]
CPY [welcometocourse,core],[welcometocourse,enrol_self]
CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
MOV [notenrollable,core],[notenrollable,core_enrol]
MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
MOV [coursemanager,core_admin],[coursecontact,core_admin]
MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
MOV [enrolme,core],[enrolme,core_enrol]
MOV [unenrol,core],[unenrol,core_enrol]
MOV [unenrolme,core],[unenrolme,core_enrol]
MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
MOV [enrolments,core],[enrolments,core_enrol]
MOV [enrolperiod,core],[enrolperiod,core_enrol]
MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
2010-06-21 15:30:49 +00:00
Pierre Pichet
d90b016b1b
MDL-17278 Adding control and display features of shared datasets
2010-06-15 04:20:03 +00:00
Pierre Pichet
46a8f8ee8f
MDL-20296 correcting the display (the ||| separator was visible) better test line 431
2010-06-12 02:55:38 +00:00
Gordon Bateson
8785967704
mod/hotpot MDL-22726 fix importing of intructions from a Hot Potatoes quiz file into the Moodle question bank
2010-06-10 23:42:23 +00:00
Tim Hunt
85a712680b
question restore: MDL-22720 silly typo in question restore.
...
Thanks to Vadim Dvorovenko for finding and fixing this.
2010-06-10 14:58:39 +00:00
Dongsheng Cai
a1eb90c0eb
MDL-22574, fixed question import button
2010-06-08 03:04:39 +00:00
Petr Skoda
4b7c96d9e6
MDL-22574 removing obsolete choose file elements that can not work any more, developers have to upgrade code
2010-06-05 09:58:30 +00:00
Pierre Pichet
49580a59d1
MDL-20296 add isset() tests in function split_old_answer () lines 358-362
2010-06-04 12:28:45 +00:00
Pierre Pichet
b79c7c289b
MDL-20296 correcting fill with correct display in preview
2010-06-04 03:53:02 +00:00
Rossiani Wijaya
0f56fde284
MDL-20447 - bulk upload: add page heading
2010-06-02 06:13:27 +00:00
Pierre Pichet
91d2399d84
MDL-21695 adding help and link strings
2010-05-27 14:57:49 +00:00
Helen Foster
ffa956c9c9
MDL-21695 adding help and link strings
2010-05-26 14:31:22 +00:00
Helen Foster
62ca4e1547
MDL-21695 changing link string
2010-05-26 13:25:41 +00:00
Helen Foster
a0e5b40be6
MDL-21695 changing help string
2010-05-26 11:54:32 +00:00
Helen Foster
b8d7548437
MDL-21695 adding help string
2010-05-26 11:51:52 +00:00
Pierre Pichet
eb1284a2c7
MDL-20296 cleaning code
2010-05-26 04:14:31 +00:00
Pierre Pichet
4433c6c407
MDL-22578 temporary fix of explorer and safari display of numerical unit choice (radio elements)
2010-05-26 04:11:55 +00:00
Pierre Pichet
8ef9f8ead6
MDL-21694 using strings from namely qtype_calculated as this code is also used with qtype_calculatedmulti .
2010-05-26 00:08:51 +00:00
Pierre Pichet
efeedf0475
MDL-21695 moving strings related to Choose dataset properties and Edit the datasets from quiz.php to qtype_calculated.php
...
and adding very elementary.. help strings
2010-05-26 00:01:21 +00:00
Pierre Pichet
327b0d444d
MDL-20296 using $state->options->raw_unitpenalty to display the unit penalty
2010-05-25 17:17:46 +00:00
Pierre Pichet
7897d6fcad
MDL-20296 using $state->options->raw_unitpenalty to dispaly the unit penalty
2010-05-25 17:12:17 +00:00
Helen Foster
2ea1237927
MDL-21695 changing help and link strings
2010-05-25 15:59:09 +00:00
Helen Foster
00aac9a54b
MDL-21695 adding help and link strings
2010-05-25 15:50:55 +00:00