jamiesensei
92186abc95
working on multipage form for calculated question type
2007-01-11 04:59:16 +00:00
jamiesensei
9aa022feef
xhtml validity fix for static element type
...
qtype calculated form - started
2007-01-10 05:05:26 +00:00
vyshane
0927589412
Xhtml fixes for MDL-7861.
2007-01-09 09:07:16 +00:00
skodak
60af27037b
MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed
2007-01-08 19:34:16 +00:00
jamiesensei
08224df157
migrated randomsamatch to formslib.
...
fixed small typo in quiz mod_form
2007-01-08 13:58:42 +00:00
jamiesensei
24f7485b15
some extra validaton for multichoice and some bug fixes for multichoice and random qtype.
2007-01-08 10:35:57 +00:00
skodak
0d905d9f34
MDL-7861 new class .icon and .iconsmall
2007-01-08 09:14:05 +00:00
jamiesensei
4a163300c8
removed redundant files after formslib conversion
2007-01-08 09:09:39 +00:00
vyshane
0fd5feef05
Xhtml fixes for MDL-7861.
2007-01-08 07:58:22 +00:00
jamiesensei
490d89e591
removing more redundant files after qtype form formslib migration
2007-01-07 17:22:31 +00:00
jamiesensei
c6fc998899
more last fixes to question forms and removal of redundant files
2007-01-07 17:06:50 +00:00
jamiesensei
04786f082d
removing redundant files after migration to formslib and some further bug fixing in question type forms.
2007-01-07 16:36:38 +00:00
jamiesensei
6e9b6ba207
numerical and random question type creation form migrated to formslib
2007-01-07 16:10:42 +00:00
jamiesensei
375ed78a93
fixed the MoodleQuickForm_questioncategory, question_category_options function wasn't committed so I've implemented it from question_category_select_menu code.
2007-01-07 13:54:36 +00:00
jamiesensei
271ffe3f25
various formslib work including bug fixes for MDL-8039 id attribute collision between forms and page ids. Also added editor helpbutton. This is a fix for MDL-6941 need the ability to associate several helptopics with htmleditor. Also started on converting forms for question types to formslib.
2007-01-07 12:46:47 +00:00
jamiesensei
01ae934f23
renamed file and some changes to form definition etc.
2007-01-07 12:11:57 +00:00
skodak
d2ce367fb9
MDL-8062 Remove name attribute from <form> and related javascript code cleanup (tested with FF, IE, Konq and Opera)
2007-01-06 19:22:58 +00:00
skodak
ccffd41265
fixed potential problems with undefined $USER->screenreader
2007-01-04 21:39:47 +00:00
moodler
f4ba7e1a54
Bend over for XHTML 1.0 Strict ... MDL-8049
...
Removed Javascript language attribute tags and added CDATA
2007-01-03 14:44:17 +00:00
ikawhero
96ed722ba3
Minor change so code works on all versions of PHP
2006-12-29 02:36:41 +00:00
jamiesensei
1d284fbd85
fixing all the form names as per new class naming convention (PHP class names are also used for html id for styling)
2006-12-28 15:43:47 +00:00
tjhunt
36703ed725
MDL-8003 - part - Use formslib for question editing forms
...
This commit does two things:
1. Gives question types he opion to use formslib for their editing forms, instead of the old mechanism.
2. Converts the truefalse question type to formslib.
2006-12-22 15:39:40 +00:00
vyshane
2b0870563d
Refactored printing of feedback images and printing of feedback html classes. See MDL-7467 for more details.
2006-12-18 06:04:47 +00:00
vyshane
134f2cc05a
Removed tabs from source.
2006-12-18 01:18:18 +00:00
tjhunt
55894a4205
MDL-7928 - Numerical question type should use * for the match anything answer. Merged from MOODLE_17_STABLE.
2006-12-15 18:30:39 +00:00
tjhunt
828df720a2
MDL-7925 - description question types were being created with defaultgrade = 1. It should be zero, so fix the bug, and reset any wrong ones in the database. Merged from MOODLE_17_STABLE.
2006-12-15 15:41:56 +00:00
vyshane
e0c256473d
Changes for MDL-7467.
...
The images show each possible answer's "correctness":
Green tick - correct answer
Amber tick - partially correct answer
Red cross - wrong answer
Each image will have the appropriate alt text.
The answer that the student has picked is highlited by changing the background colour: light green, light amber or light yellow, depending on the correctness of the chosen answer. In addition to this, the image for that answer is much bigger in size than for the other possible answers. The alt text for this image will indicate that this answer was picked.
This way, the visual cues, the relative importance of each answer (chosen/non-chosen), and the relative relationships (correct/wrong) are kept. The chosen answer is emphasised by the background highlighting, by the bigger size of the icon, and by the alt text as well. I think this covers all the bases.
2006-12-14 02:32:32 +00:00
toyomoyo
077f381461
accessiblity, associating <th> with respective row or col
2006-12-13 08:24:23 +00:00
tjhunt
9016b062e7
MDL-7602 - Multianswer question type only works with invalid HTML. Merged from MOODLE_17_STABLE.
2006-12-12 08:58:53 +00:00
tjhunt
bb080d2046
MDL-7896 - error from random question type in adaptive mode. Merged from MOODLE_17_STABLE.
2006-12-11 23:46:15 +00:00
tjhunt
fb6179a16c
MDL-7804 - Essay questions do not backup properly. Merged from MOODLE_16_STABLE.
2006-12-05 18:47:40 +00:00
tjhunt
f60774823f
MDL-7719. Merged from MOODLE_17_STABLE.
2006-12-04 16:21:40 +00:00
toyomoyo
93a501c181
fix for MDL-7496, incorrect is read almost last, need to be said first
2006-11-30 08:27:58 +00:00
tjhunt
485349ddf2
MDL-7720 - non-unicode-safe case-insensitive string comparison in shortanswer question type. Merged from MOODLE_17_STABLE.
2006-11-28 18:44:18 +00:00
tjhunt
2962ad61e4
Put back spaces in code that Martin Dougiamass stripped out of the lang strings without thinking about the consequences. Merged from MOODLE_17_STABLE.
2006-11-28 18:42:18 +00:00
toyomoyo
73ca1421cf
fix for MDL-7494, add information to help screen readers deal with cloze questions
2006-11-28 08:53:13 +00:00
toyomoyo
04d6ac46dd
fix for MDL-7497, add mouseless feedback to cloze questions
2006-11-28 07:07:34 +00:00
skodak
802fe94a28
Double quotes breaking short answers in a multianswer/cloze question MDL-6676
2006-11-26 21:57:43 +00:00
tjhunt
a4d79b0eb5
MDL-7567 Numerical questions occasionally mix up the order of their answers. Merged from MOODLE_16_STABLE.
2006-11-15 16:58:44 +00:00
tjhunt
ee6c93555f
MDL-5811 - Quiz editing outputs nasty junk before print_header sometimes. Second attempt at fixing. I forgot to mention the bug number in the previous commit to mod/quiz/edit.php. Merged from MOODLE_17_STABLE.
2006-10-31 12:06:52 +00:00
stronk7
5d0fc5c33d
Deprecating old "upgrade" files. MDL-7214
...
Merged from MOODLE_17_STABLE
2006-10-26 22:46:02 +00:00
stronk7
3aac1dc9a0
Deprecating old "upgrade" files. MDL-7214
...
Merged from MOODLE_17_STABLE
2006-10-26 22:39:10 +00:00
stronk7
dfdd533230
New upgrade.php file added for this module. MDL-7214
2006-10-26 18:12:42 +00:00
tjhunt
ef95c65ed1
Fix problem with multichoice question grading. Merged from MOODLE_17_STABLE.
2006-10-19 11:54:17 +00:00
tjhunt
9a8b42c981
MDL-6848 - Display problem with < > characters in shortanswer when outputting the correct answer. Merged from MOODLE_16_STABLE.
2006-10-17 22:17:17 +00:00
tjhunt
6a00f57926
MDL-6386 - stripslashes missing in multianswer qustions. Thank to Joseph Rezeau. Merged from MOODLE_16_STABLE.
2006-10-17 22:01:23 +00:00
tjhunt
026bec73b8
Fix bug with numerical questions with multiple answers. Merged from MOODLE_17_STABLE.
2006-10-17 15:56:52 +00:00
tjhunt
879caa5172
Make things a bit more robust. Sorry, I can't remember exactly what the problem was that this fixed any more. It has been sitting around for a couple of weeks and I had forgotten to commit it.
2006-10-16 15:23:54 +00:00
toyomoyo
e8dc3e8df6
merged fixing warnings
2006-10-12 02:39:59 +00:00
toyomoyo
1f4d6e9af8
merged fixing warnings
2006-10-12 02:31:40 +00:00