Tim Hunt
7c5bd5bfab
MDL-20636 Working towards being able to attempt a quiz.
2011-02-09 20:18:12 +00:00
Tim Hunt
48f1784a16
MDL-20636 Quiz view page now works.
2011-02-09 20:18:09 +00:00
Tim Hunt
f255782339
MDL-20636 You can now create a quiz, and edit the settings.
...
Little else works, but this is just the first step.
2011-02-09 20:18:06 +00:00
Tim Hunt
25302dee78
MDL-20636 Started work converting the quiz.
2011-02-09 20:18:03 +00:00
Tim Hunt
74c479f212
MDL-20636 Merge branch 'master' into qe2_wip
...
Conflicts:
lib/questionlib.php
question/type/calculated/lang/en/qtype_calculated.php
question/type/questiontype.php
2011-02-03 11:18:40 +00:00
Eloy Lafuente (stronk7)
909d2b8f63
MDL-25791 quiz - bump version
2011-02-01 09:37:36 +01:00
Eloy Lafuente (stronk7)
278de0eb52
Merge branch 'MDL-25791_20_quizdb_rev1' of git://github.com/samhemelryk/moodle
2011-02-01 09:35:49 +01:00
Sam Hemelryk
16da818528
mod-quiz MDL-25791 Fixed database discrepancies between a fresh install and an upgraded site within the Quiz module
2011-02-01 12:54:16 +08:00
Petr Skoda
b6f3e4f8f0
Merge branch 'MDL-26098' of git://github.com/timhunt/moodle
2011-01-31 19:25:41 +01:00
Petr Skoda
8afc38bd39
Merge branch 'MDL-25708' of git://github.com/stronk7/moodle
2011-01-31 14:21:53 +01:00
Sam Hemelryk
2b1f6ced64
Merge branch 'MDL-26178' of git://github.com/timhunt/moodle
2011-01-31 17:47:30 +08:00
Tim Hunt
3fa5724a1f
javascript MDL-26098 manual grading was not working when quiz_attempts.id and question_attempts.id were out of synch.
2011-01-29 14:03:02 +00:00
Tim Hunt
3708abd0f2
javascript MDL-26098 make the review this question in a previous state popup work.
2011-01-29 13:59:51 +00:00
Tim Hunt
2cb01c9205
mod_quiz MDL-26178 it let you try to preview a quiz with several empty pages.
...
You should not be allowed to preview an empty quiz, to make it correctly detect this case.
2011-01-29 12:11:10 +00:00
Helen Foster
82b15e2811
MDL-21250 capital letters removal
...
Also some spotted leading and trailing whitespace was removed from some
strings.
2011-01-27 16:24:30 +01:00
Sam Hemelryk
0243d7eb2f
Merge branch 'w04_MDL-25855_20_filerequire' of git://github.com/skodak/moodle
2011-01-24 11:51:38 +08:00
Sam Hemelryk
ab8bc2ee1c
Merge branch 'MDL-25884' of git://github.com/timhunt/moodle
2011-01-24 10:20:22 +08:00
Petr Skoda
99d19c13ae
MDL-25855 some more missing filelib includes
2011-01-23 18:34:41 +01:00
Eloy Lafuente (stronk7)
3f2efc20ad
MDL-25708 recordsets - page and quiz modules
2011-01-25 19:59:01 +01:00
Tim Hunt
151c2284dd
quiz MDL-25884 mod/quiz/index.php broken when logged in as a student.
2011-01-18 23:17:46 +00:00
Petr Skoda
2f20e23ba6
MDL-25791 PULL-125 reverting commits that create null problems during upgrade
2011-01-17 21:08:05 +01:00
Petr Skoda
1f50b85867
Merge branch 'MDL-25791' of git://github.com/samhemelryk/moodle
2011-01-17 20:52:31 +01:00
Tim Hunt
c97325f6e8
quiz MDL-25722 get rid of annoying alerts when quiz is in 'secure' mode.
...
See http://moodle.org/mod/forum/discuss.php?d=165772 , where people have tried out this fix and found that it works.
2011-01-17 13:34:46 +00:00
Sam Hemelryk
e4e19a65f9
mod-quiz MDL-25791 bumped version number, rebased patch, and removed unwanted phpdoc global
2011-01-14 17:49:12 +08:00
Sam Hemelryk
b3abfc46e3
mod-quiz MDL-25791 Added conditions around upgrade code so that it is only executed if needed
2011-01-14 17:44:10 +08:00
Sam Hemelryk
0022ea3669
mod-quiz MDL-25791 Fixed database discrepancies between a fresh install and an upgraded site within the Quiz module
2011-01-14 17:44:06 +08:00
Tim Hunt
7a7197482d
MDL-20636 Fix if the use of the File API so images work in questions.
2011-01-13 18:35:57 +00:00
Tim Hunt
cce1b6556c
MDL-20636 Fix a bunch of minor errors in the truefalse preview.
...
Most significantly, all behaviours now work.
2011-01-13 18:35:46 +00:00
Tim Hunt
d1b7e03d5d
MDL-20636 Current work-in-progress converting the question engine to Moodle 2.0
2011-01-13 18:35:29 +00:00
Tim Hunt
d9c26e2174
blocklib MDL-25654 fix API inconsistency be renaming add_pretend_block to add_fake_block.
...
I added a deprecated method add_pretend_block that forwards to add_fake_block, so old code should be break. However, I aslo updated all the callers in core code.
2010-12-20 18:22:37 +01:00
David Mudrak
d774e8171a
MDL-25316 quiz_get_extra_capabilities() does not need to fetch subcapabilities explicitly
2010-12-02 16:51:52 +00:00
Helen Foster
e6f6fa179b
MDL-21250 capital letters removal
2010-12-02 16:48:22 +00:00
Tim Hunt
f2956c9813
quiz editing MDL-25391 creating a new question and adding it directly to the quiz was broken.
...
Thanks to Chad Outten for finding this before it was too late, and skodak for the review.
2010-11-24 09:05:22 +00:00
Tim Hunt
423b992ee3
quiz editing MDL-25374 recent change broke JS on the order and paging tab.
2010-11-23 09:56:14 +00:00
Tim Hunt
94dbfb3a82
quiz editing MDL-24750 The Add random button should also let you add questions from an existing category.
...
Also includes a fix for MDL-24749 by Sam Hemelryk. Thanks Sam.
This commit also includes a certain amount of code cleaning up.
2010-11-22 09:52:42 +00:00
Tim Hunt
b81653e0af
question export MDL-25324 Better file names for question exports - argh! missed lang stings
...
Grr!
2010-11-19 11:11:33 +00:00
Andrew Davis
94263cca87
quiz MDL-25297 fixing quiz messaging issues
2010-11-19 09:50:12 +00:00
Andrew Davis
235da58d8c
quiz MDL-25297 fixed erroneous inline comments
2010-11-19 08:18:48 +00:00
Andrew Davis
bc68fc9a9b
message MDL-25297 refactored quiz to make message notifications work
2010-11-19 05:18:34 +00:00
Tim Hunt
d744fc392a
quiz NOBUG improve a comment.
2010-11-18 22:38:50 +00:00
Helen Foster
fca0c7b9af
MDL-25205 help string improvement
2010-11-15 20:47:07 +00:00
Tim Hunt
16cad79ba9
quiz editing MDL-25205 help for the order and paging page.
2010-11-15 17:00:38 +00:00
Tim Hunt
6577832390
quiz reports MDL-25206 Make it more obvious how to review the students responses.
2010-11-15 16:41:42 +00:00
Sam Hemelryk
d067fc474c
javascript MDL-25013 YUI modules are now recursively loaded and a stacktrace stored when this occurs
2010-11-12 05:26:47 +00:00
Eloy Lafuente
0f66acede0
MDL-22135 - logs restore, course and activities + cleanup
2010-11-11 19:46:04 +00:00
Tim Hunt
a9efae50e3
question upgrade MDL-16094 fix up earlier mistakes in the text format upgrade.
...
There was a mistake in the text format upgrade in the question bank. The wrong conversions were performed, and the wrong arguments were passed to text_to_html in the conversions that were done.
Also, not all the calls to format_text had been updated to use the values in the new format columns.
I think this change fixes everything, but I have only had very limited time to test it. I am committing it anyway, because that seems to me to be the best way to maximise testing. I think that the new code is certainly better than the old code was.
2010-11-11 17:32:25 +00:00
Andrew Davis
d38755249d
message MDL-25148 using method on $PAGE to allow or disallow popup notifications
2010-11-11 06:11:43 +00:00
Andrew Davis
46505ee75e
message MDL-24694 removed references to user->emailstop. the column itself will be removed in a later version
2010-11-05 08:04:40 +00:00
Sam Hemelryk
367a75fae4
themes lib MDL-24895 Multiple fixes to better handle overflow.
...
Major tasks undertaken in this patch:
* New format_text argument, overflowdiv.
* New page layout Report.
* Review of all format_text calls.
* Added support for the report layout to all themes.
* Changed forum post display from tables to divs.
2010-11-05 02:53:47 +00:00
Tim Hunt
29946ad595
quiz 'secure' mode MDL-21085 remove popup-blocker check.
...
It was unnecessary on modern browsers, since they let thought a pop-up if you just clicked on a link, so this check was just causing an annoying and misleading alert.
Since the popupchecker was only used here, and since it was implemented in a way that does not work on all browsers, I just deleted the function. If anyone ever finds that they acutally need this functionality, they can re-implement it in a way that works.
2010-11-02 19:49:09 +00:00