1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-13 12:10:34 +01:00

46 Commits

Author SHA1 Message Date
moodler
3e28f9bc07 Various new strings, mostly capability names 2006-09-24 13:51:06 +00:00
tjhunt
a4514d91de Renamed new commentary feature to 'general feedback'. 2006-09-19 13:35:42 +00:00
tjhunt
78fd16a5fb Improved one language string. Thank Mitshiro Yoshida. 2006-08-23 09:23:56 +00:00
tjhunt
212b7b8cd9 MDL-5270 - give students a feeback comment for their performance in the entire quiz.
Also, along the way I noticed and fixed MDL-6290 student grades not rescaled when quiz maximum grade changed.
2006-08-22 17:31:26 +00:00
tjhunt
1b8a7434e2 Bug 6239 - Allow questions to have some teacher-supplied commentary.
While implementing this, I removed the ~100 lines of very similar code from the top of each question type's editquestion.html template, and moved this to a the function print_question_form_start() in the base class, which uses the template question/type/editquestionstart.html. This is described in more detail here: http://moodle.org/mod/forum/discuss.php?d=51590, and is why this patch makes the codebase 523 lines smaller.
2006-08-11 14:59:18 +00:00
koenr
4239429527 making one perfectionist happy (bug 5646) 2006-07-29 20:00:26 +00:00
tjhunt
3b48ba9dc1 Bug - lang strings using concatenation, not $a. Merged from MOODLE_16_STABLE. 2006-07-24 14:40:48 +00:00
tjhunt
45d5305e19 Bug - Fix 'are you sure you want to start an attempt' warning. 2006-07-18 16:49:33 +00:00
tjhunt
d7444d442f Bug - missing string for unknown questiontype. Also tidied up some messy code. Merged from MOODLE_16_STABLE. 2006-07-18 15:34:24 +00:00
tjhunt
1367cb8d6b SC#277. Merged from MOODLE_16_STABLE. 2006-07-18 13:33:45 +00:00
tjhunt
bba6c85f24 Bug 5968 - Improvements to the numerical question type. You can now display feedback for wrong answers. You can also award partial credit for different levels of accuracy. 2006-07-12 18:10:22 +00:00
tjhunt
df7d152e77 Improved on-screen instructions for matching questions. 2006-07-05 15:39:27 +00:00
tjhunt
a58ffe3fe2 Bug 5971 - Allow matching questions to have extra wrong answers. 2006-07-04 17:11:00 +00:00
tjhunt
5190eed81b Bug : Lang string name missmatch when starting quiz attempt. Merged from MOODLE_16_STABLE. 2006-06-28 10:13:40 +00:00
tjhunt
3e734b607d Bug : Make calculated questions less confusing to create. Merged from MOODLE_16_STABLE. 2006-06-05 16:59:58 +00:00
tjhunt
cd70aa32f2 Bug 5247: stop people creating tests with a close date before the open date. 2006-06-01 14:27:37 +00:00
gustav_delius
7d042862c8 Warning strings for missing questions or question types. Misprint in string name fixed. 2006-04-30 17:33:30 +00:00
mjollnir_
309c0d55b2 mod/quiz/view changes to only display attempt grades when teacher allows.
Changed view.php to only display grades when the teacher has not set
options forbidding it.  Further, where there is some attempts that are
allowed to be displayed, and others not, highligting of the highest score,
and printing of the overall grade allocation has been disabled to ensure
the hidden grade is not revealed.
Credit: Peter Bulmer peterbulmer@catalyst.net.nz
2006-04-18 22:54:10 +00:00
thepurpleblob
8c65c93e50 New string - importfromthisfile 2006-04-13 12:11:12 +00:00
gustav_delius
ffa6ed53e4 Fixed display of information about existing attempts. 2006-04-12 23:24:58 +00:00
gustav_delius
9d4cbe5615 Manual grading report plugin is now no longer essay-specific. 2006-04-10 20:28:46 +00:00
gustav_delius
b6e907a245 Manual grading 2006-04-07 16:00:29 +00:00
gustav_delius
755bddf118 Improvements to response history. Three small bug fixes. 2006-04-06 19:59:02 +00:00
gustav_delius
0a5b58af89 Many bugfixes accummulated during CVS outage, more to come. 2006-04-05 05:53:18 +00:00
moodler
c6f32032ea added ['confirmstartattemptnotimelimit'] 2006-03-29 03:05:27 +00:00
gustav_delius
3a58ad11bc The "Reports" tab is now a "Results" tab so that the grading fits in better. 2006-03-27 08:45:02 +00:00
gustav_delius
31e95855b8 Improved quiz report plugin mechanism and converted the manual grading script into a report plugin 2006-03-27 08:41:20 +00:00
gustav_delius
0705c069c0 Shortened and simplified a string, so that it fits better onto the quiz editing form. 2006-03-25 21:28:41 +00:00
thepurpleblob
e86ce920fa Added new strings for question grade matching 2006-03-22 16:27:04 +00:00
gustav_delius
4b87fbe7ad Improved language strings used during deletion of courses 2006-03-20 23:05:35 +00:00
gustav_delius
f30bbcaf5b Improved handling of event types so that now graded states can always be distinguished from ungraded ones. 2006-03-19 18:28:29 +00:00
thepurpleblob
02fecf447c Additional strings for new import feature (bug ) 2006-03-13 19:41:13 +00:00
thepurpleblob
0399e15d90 Mostly error messages for import and export, previously hard coded. 2006-03-09 16:18:28 +00:00
thepurpleblob
c6333d4de5 Added string for blackboard_6 2006-03-08 14:35:58 +00:00
mjollnir_
03c8c27ee0 By popular request - quiz report now shows students with attempts only, students with no attempts only, students with attempts AND no attempts. This fixes bugs and 2006-03-01 02:20:32 +00:00
gustav_delius
d211bc1db1 Added string used to avoid confusion due to hidden questions, see bug 4217 2006-02-19 17:37:29 +00:00
gustav_delius
1c34035a40 Language string for the question reordering tool
Fixed grammar
2006-02-19 16:32:59 +00:00
koenr
a8126fc554 XHTML compliance typo 2006-02-18 21:35:30 +00:00
gustav_delius
162f62daaf New strings for shuffle options 2006-02-18 21:06:08 +00:00
gustav_delius
bffa0685da Added periods at the ends of the answer prompt sentences 2006-02-18 19:58:17 +00:00
gustav_delius
c54da50b29 An additional sorting order for category question list 2006-02-18 15:09:08 +00:00
gustav_delius
fe5a3eb249 Better prompts for multiple choice questions, see bug 2791 2006-02-17 14:14:18 +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
adaa8c8650 Grammar fix, bug 4526 2006-02-15 00:06:28 +00:00
moodler
fb03508866 Added new lang: time enforced delay on attempting quizzes 2006-02-08 04:47:03 +00:00
moodler
49aafb90bd New base version of English in Unicode format 2006-02-06 09:28:59 +00:00