Ruslan Kabalin
f8e28244cb
MDL-31226: quiz: Fix message for attempts built on previous.
...
At the moment, when attempt is built on the last one, "not yet answered"
message is shown, which confuses many people. This patch modifies the state to
"complete" for attempt based on previous and modifies the output string.
Many thanks to Tim Hunt for guiding me through quiz infrastructure and some code
suggestions.
2013-08-02 16:19:18 +01:00
Colin Chambers
c7218aef8d
MDL-36570 question editing: group answer/choice fields better.
2013-03-28 17:25:45 +00:00
Tim Hunt
00cefd925a
MDL-38279 questions: must have default mark positive.
2013-03-01 15:21:09 +00:00
Colin Chambers
6dbc346095
MDL-37422 Quiz: Group fields related to 'Settings for multiple tries.'
2013-02-01 14:30:27 +00:00
Jean-Michel Vedrine
a5d7862b58
MDL-37172 Hardcoded strings in some question imports formats
...
AMOS BEGIN
MOV [unknownorunhandledtype,qformat_blackboard_six],[unknownorunhandledtype,question]
AMOS END
2013-01-25 22:31:06 +01:00
Tim Hunt
b5d09003bb
MDL-37599 question import: add missing string.
...
AMOS BEGIN
MOV [matcherror,question],[invalidgrade,question]
AMOS END
2013-01-21 12:07:47 +00:00
Eloy Lafuente (stronk7)
563bcc2322
Merge branch 'MDL-31726' of git://github.com/colchambers/moodle
2013-01-15 21:44:38 +01:00
Dan Poltawski
d7738ce27c
Merge branch 'MDL-36529' of git://github.com/colchambers/moodle
2013-01-15 14:55:18 +08:00
Dan Poltawski
864ff70c74
Merge branch 'MDL-36534' of git://github.com/timhunt/moodle
2013-01-15 14:44:28 +08:00
Dan Poltawski
01dcd9d770
Merge branch 'MDL-35793' of git://github.com/timhunt/moodle
2013-01-15 12:56:51 +08:00
Tim Hunt
5574862063
MDL-36534 question editing: clean up lang strings.
...
There were a number of lang strings in suboptimal places.
This commit fixes that, and also removed some unused strings.
AMOS BEGIN
MOV [addmorechoiceblanks,qtype_multichoice],[addmorechoiceblanks,question]
MOV [youmustenteramultiplierhere,qtype_calculated],[youmustenteramultiplierhere,qtype_numerical]
AMOS END
2013-01-14 14:52:49 +00:00
Colin Chambers
5d5895f21a
MDL-36529 Quiz: Shorten 'Settings for multiple tries'
2013-01-10 16:03:25 +00:00
Colin Chambers
086cced749
MDL-31726 Pre-fill question type combined feedback
2013-01-10 15:57:36 +00:00
Tim Hunt
4125ded139
MDL-35793 question preview: config for the display options.
...
The settings control the display options used when a user
first previews a question in the question bank. Once a
user has previewed some questions, these are stored as user
preferences.
It may not seem worth making this configurable, but acutally
it is important when training new users to get them started
off using the right opitions.
2012-12-22 17:38:37 +00:00
Thanh Le
599cc731e3
MDL-35792 question preview: way to update options without restarting.
...
It is useful, and possible, to update the display options without
restarting the question. You now only have to restart if you are
changing the maximum mark or the behaviour.
2012-12-22 17:38:30 +00:00
Frederic Massart
67e3dd2c95
MDL-27083 Questions: Orphaned questions are adopted on upgrade
2012-07-23 11:37:09 +08:00
Tim Hunt
18056cd8dd
MDL-32087 question preview: add a help icon to the technical info.
2012-05-14 19:26:06 +01:00
Tim Hunt
a2b4d8968c
MDL-32087 question preview: add a Save button.
...
Without this, there are some interactions with the question that could
only be tested by adding the question to a quiz, which was a pain.
2012-05-14 19:26:04 +01:00
Tim Hunt
802f8d2af4
MDL-32087 question preview: make more technical info available.
...
... but hide it in a collapsible region.
2012-05-14 19:26:04 +01:00
Tim Hunt
b8a70832be
MDL-32404 question export: missing error message when exporting an empty category.
2012-04-14 15:58:54 +01:00
Dan Poltawski
44d70cc753
MDL-32299 quiz mod_form: fix help string typo
2012-04-10 11:29:57 +08:00
Tim Hunt
ce74dcc3b6
MDL-32299 quiz mod_form: help icons for the review options
2012-04-05 16:25:32 +01:00
Tim Hunt
d5ffb7896b
MDL-31721 question editing: improve working for Show num correct
...
AMOS BEGIN
CPY [shownumpartscorrect,question],[shownumpartscorrectwhenfinished,question]
AMOS END
2012-02-23 12:37:02 +00:00
Tim Hunt
24400682a0
MDL-31065 question stats: fix analysis of responses not matching a given answer
...
When shortanswer, numerical, calculated and calculatedsimple questions
did not have a '*' match-anything answer, then any student response that
did not match any of the teacher-given answers were classified as
'[No response]', which was not right.
This patch fixes that. Such responses are now classified as
[Did not match any answer].
While I was doing this, I noticed that the display of tolerance
intervals for numerical questions in the response analysis was horrible,
so I improved it.
2012-01-20 17:44:22 +00:00
Tim Hunt
0030db53d8
MDL-30558 question bank, missing string with obscure permissions.
...
AMOS BEGIN
MOV [selectcategoryabove,mod_quiz],[selectcategoryabove,question]
AMOS END
2011-12-02 14:52:01 +00:00
Tim Hunt
a49e92a4e9
MDL-29164 question import, missing lang string.
...
AMOS BEGIN
MOV [noquestionsinfile,mod_quiz],[noquestionsinfile,question]
AMOS END
2011-10-31 15:35:07 +00:00
Tim Hunt
bed495578f
MDL-29854 questions: display better message and more useful continue
...
when an error occurs in the middle of processing responeses.
2011-10-25 14:49:57 +01:00
Tim Hunt
a41c441c05
MDL-28365 Move question lang string to the right file
...
All the references to this sring were already referring to it in the new
place.
AMOS BEGIN
MOV [cannotread,mod_quiz],[cannotread,question]
AMOS END
2011-08-15 15:18:21 +01:00
Tim Hunt
22c97c6446
MDL-28471 Further tweaks to the question flag code.
2011-07-26 17:43:55 +01:00
Wale Olujide
474ee9389a
MDL-28471 make the question flag smaller, and give it a label.
2011-07-26 16:38:07 +01:00
Tim Hunt
da72991636
MDL-27979 Should be an edit link for each question when previewing or reviewing a quiz.
2011-06-22 21:07:40 +01:00
Tim Hunt
460797abbd
MDL-27928 missing string in the question bank UI.
...
AMOS BEGIN
MOV [categorymove,mod_quiz],[categorymove,question]
AMOS END
2011-06-19 10:44:44 +01:00
Tim Hunt
fde4560dae
MDL-27490 Implement a manage question behaviours admin page
...
While doing this, I found various bugs in the manages question types admin page, and so fixed them, and updated the code
there to use $OUTPUT and html_writer.
AMOS BEGIN
MOV [cannotdeletemissingqtype,admin],[cannotdeletemissingqtype,question]
MOV [cannotdeleteqtypeinuse,admin],[cannotdeleteqtypeinuse,question]
MOV [cannotdeleteqtypeneeded,admin],[cannotdeleteqtypeneeded,question]
MOV [deleteqtypeareyousure,admin],[deleteqtypeareyousure,question]
MOV [deleteqtypeareyousuremessage,admin],[deleteqtypeareyousuremessage,question]
MOV [deletingqtype,admin],[deletingqtype,question]
MOV [numquestions,admin],[numquestions,question]
MOV [numquestionsandhidden,admin],[numquestionsandhidden,question]
MOV [qtypedeletefiles,admin],[qtypedeletefiles,question]
MOV [uninstallqtype,admin],[uninstallqtype,question]
AMOS END
2011-06-17 16:21:32 +01:00
Sam Hemelryk
46d3b9be73
Merged branch 's7_MDL-26105_block_settings_master' git://github.com/andyjdavis/moodle.git with changes
2011-06-13 16:54:52 +08:00
Dongsheng Cai
b1627a92e5
MDL-26105 Block settings should contains less options, and be more user friendly
...
AMOS BEGIN
MOV [page-blog-index, pagetype], [page-blog-index, blog]
MOV [page-blog-x, pagetype], [page-blog-x, blog]
MOV [page-tag-x, pagetype], [page-tag-x, tag]
MOV [page-course-view-weeks, pagetype], [page-course-view-weeks, format_weeks]
MOV [page-course-view-weeks-x, pagetype], [page-course-view-weeks-x, format_weeks]
MOV [page-course-view-topics, pagetype], [page-course-view-topics, format_topics]
MOV [page-course-view-topics-x, pagetype], [page-course-view-topics-x, format_topics]
AMOS END
2011-06-09 13:51:14 +08:00
Tim Hunt
c014b989ba
MDL-27649 Convert the calculated question types to use the new variants mechanism.
2011-05-26 21:53:47 +01:00
Tim Hunt
6160bdb1f3
MDL-20636 Move question lang strings to the right place.
2011-04-12 15:20:29 +01:00
Tim Hunt
c73c98365b
MDL-20636 Question import, support for files in hints.
...
Also fix some minor bugs and unit tests.
2011-03-23 14:27:22 +00:00
Tim Hunt
42663bb78e
MDL-20636 Fix a bunch of missing strings caused by separating question from quiz.
2011-03-02 17:42:53 +00:00
Tim Hunt
2daffca554
MDL-20636 Fix 30 TODOs
2011-02-24 17:47:51 +00:00
Tim Hunt
5e8a85aa64
MDL-20636 Massively reduce the number of references to quiz in the question code.
...
This mostly involves moving lang strings around, but I don't have time to do an AMOS script now.
2011-02-23 18:53:50 +00:00
Tim Hunt
88f0eb1546
MDL-20636 Reveiw all throw statements.
2011-02-23 16:50:09 +00:00
Tim Hunt
f7c1dfaf79
MDL-20636 Finish off converting question import.
2011-02-21 17:29:18 +00:00
Tim Hunt
c76145d3e4
MDL-20636 Previewing a truefalse question in deferred feedback mode now works.
2011-01-13 18:35:43 +00:00
Tim Hunt
2b7da64586
MDL-20636 It is now possible to save a truefalse question you have created.
...
This includes all the necessary DB upgrades.
Also all unit tests in question/type/simpletest and question/type/truefalse now pass.
2011-01-13 18:35:41 +00:00
Pierre Pichet
a3130f2cf7
MDL-25353 Correcting lang string
2010-11-21 04:55:25 +00:00
David Mudrak
5b2b977db7
MDL-21250 capitalized words in core_question
2010-11-20 20:38:31 +00:00
David Mudrak
432ef80368
Fixed the error string wording
2010-11-20 19:38:23 +00:00
Tim Hunt
87214c4e89
question export MDL-25324 Better file names for question exports - argh! missed lang stings
...
AMOS BEGIN
MOV [exportfilename,mod_quiz],[exportfilename,core_question]
MOV [exportnameformat,mod_quiz],[exportnameformat,core_question]
AMOS END
2010-11-19 11:11:19 +00:00
Tim Hunt
2a1516f224
question moving MDL-21195 add missing error message strings.
2010-08-05 17:33:11 +00:00