moodler
5da9e4a5ac
Small bugfix to allow question categories to be changed
2003-07-07 15:08:03 +00:00
moodler
bca64a122b
Don't allow grades to ever be set for description questions
2003-07-06 04:19:11 +00:00
moodler
f65ed9726a
Don't shuffle quiz questions by default (confusing to newcomers)
2003-07-06 04:08:46 +00:00
moodler
575de48fc3
Description questions should not be selected randomly
2003-07-06 04:08:11 +00:00
moodler
401c8de6c5
New question type called "Description". All it does is print some
...
text and/or an image, without requiring an answer. Can be used
to provide text for a following group of questions, or to insert
a joke in the quiz etc ...
This code is based on code sent in by Ursula Raab. Thanks!
See: http://moodle.org/mod/forum/discuss.php?d=508
2003-07-06 04:00:05 +00:00
stronk7
7bfa4fade3
Excluded form quiz_choose_random_questions the quiz
...
questions to avoid duplicates in quiz. Bug #544 . Closed.
2003-07-02 17:30:42 +00:00
moodler
717f40c6d8
Some fixes to avoid pointless uses of $ME
2003-06-16 14:40:51 +00:00
moodler
0880e50d53
Wider question textareas
2003-06-13 16:16:16 +00:00
moodler
a6e5c89237
Changes to includes to make it more robust on different versions of PHP
...
while remaining secure
2003-06-12 12:00:15 +00:00
moodler
8c8a042559
Rmoved dot
2003-06-12 03:42:55 +00:00
moodler
34c84a186c
Extensions for grades and comments from Thomas Robb.
2003-06-12 03:01:56 +00:00
moodler
21b1125f63
Make form destinations relative (to course/mod.php) to avoid
...
some form problems on mis-configured servers (wwwroot not quite right)
2003-06-10 05:33:58 +00:00
moodler
a5f25c0165
No need to shuffle the answers of multi-choice questions
2003-06-09 14:05:37 +00:00
moodler
4fa7532c24
Improved display of quiz listing to show the closing date, as well as
...
direct links for the teacher to review attempts. Thanks, Scott Elliott!
2003-06-07 06:08:45 +00:00
moodler
5325f8b8cf
A little more guidance on the quiz page.
2003-05-23 15:20:41 +00:00
moodler
be23a53ca9
Some fixes, after some testing
2003-05-21 06:10:43 +00:00
moodler
79da6d8717
Change to parsing to allow answers in any order - needs testing
2003-05-21 05:00:44 +00:00
moodler
11697b48ea
Minor code cleanups
...
- lowercasing
- removing short php tags
- adding some emoticon help here and there
2003-05-20 08:03:12 +00:00
moodler
4d01ada343
More on Bug 427_ on second thoughts it's better this way, now at least
...
the true/false entries get updated every time the question is updated.
2003-05-17 03:02:59 +00:00
moodler
a6ccb416f1
This should fix the non-translatability of true/false questions bug 427
2003-05-17 02:54:20 +00:00
moodler
3a4c2fd089
I knew there was something else I'd forgotten!
...
Added a check to all modules (well view.php anyway) to check whether a
module is hidden or not. If it is, then students get a message.
2003-05-15 18:03:22 +00:00
moodler
33de9f7bdc
FIxed bug where questions weren't being shown in reviews.
2003-05-15 17:01:35 +00:00
moodler
d288fa5255
Better code to deal with shuffleorder.
...
Now feedback is always in the same order as the quiz, and
reports are always in the natural order.
2003-05-14 16:52:25 +00:00
moodler
ada728e24d
Fix the order of questions when shuffle is NOT being used.
...
See bug 423 for details: http://moodle.org/bugs/bug.php?op=show&bugid=423
2003-05-14 15:23:54 +00:00
moodler
f5fb84cee7
Small bug fixed where last question of a file wasn't detected if it
...
wasn't followed by a blank line
2003-05-07 05:46:01 +00:00
paca70
ea563f8f99
Postgres needs full longnames for indexes to prevent overlapping names.
2003-05-03 06:44:03 +00:00
moodler
005103e0bc
Changed some function names, making room for export functions later
2003-05-03 04:31:49 +00:00
moodler
c6bcd06aba
Tidied up the quiz imports a bit, and added AON as a format choice
...
Also added Scott Elliott's Blackboard module!
2003-05-02 15:31:24 +00:00
paca70
9a652ddb2b
Don't give fatal error when questions were not found.
2003-04-28 06:36:14 +00:00
paca70
e8a0fc9a4f
Corrected typo
2003-04-27 17:35:54 +00:00
paca70
5352ceba67
quiz_match was missing...
2003-04-27 15:33:31 +00:00
moodler
1b5910c4a5
Trying a different tack for recent_activity since the old way was
...
still producing too much data and overflowing PHP memory on busier
sites (eg moodle.org).
Now, there are more database queries, which is unfortunate, but the
data is much more specific, and no sorting needs to be done, so
this is a performance boost.
I don't know how these will cancel out ... my guess is that very
small sites may be very slightly slower on the course page, but
that large sites will be much faster.
Let's see.
2003-04-26 15:08:34 +00:00
moodler
3d89198946
Cleaned up definition of constant COURSE_* values in course/lib.php
...
Moved COURSE_TEACHER_COLOR out to style sheets where it belongs (.teacheronly)
Added some efficiency when printing recent activity
- don't print more than one weeks worth of updates
- don't keep re-parsing logs once they've been used
2003-04-26 12:17:30 +00:00
stronk7
e6c136e1bf
Changed to show the hidden quizzes dimmed (bug #364 )
2003-04-24 18:19:23 +00:00
moodler
61367e6417
More robust variable checking
2003-04-24 17:13:52 +00:00
paca70
fe8bc4c9a5
Removed two `'s
2003-04-18 21:05:12 +00:00
moodler
e1122620b5
Er, similar to the last few changes but this way seems to actually work. :-)
...
Need sleep ...
2003-04-16 13:48:16 +00:00
moodler
2408867e8c
Improvements for shuffleorder in collections of random questions
2003-04-16 13:25:03 +00:00
moodler
96192c4459
After doing a quiz that has been shuffled, present the feedback in the
...
same order. Note that shuffled ANSWERS may still appear reshuffled.
When viewing reports, all shuffling is switched off so that quizzes
always appear in the default order (for easier comparison).
Also a few tweaks, robustness etc
2003-04-16 13:10:48 +00:00
moodler
77cff58927
Fixes for bug 268 - Changing answers of questions can lose responses for
...
existing quizzes with those questions.
When updating a question it now checks for existing answers and updates
those instead of making new ones.
2003-04-15 14:43:29 +00:00
moodler
d6a6331129
Add category to random question names
2003-04-15 13:14:33 +00:00
moodler
5a25f84d25
Fix for off-by-one grade error when 'Save Grades' had not been used
2003-04-14 13:52:59 +00:00
moodler
0bf2925db8
Minor fixes
2003-04-11 14:44:12 +00:00
moodler
c6eed09730
New "create multiple questions" wizard.
...
Improvements to the importing routine for AON
2003-04-10 17:55:57 +00:00
moodler
c05eca327c
Importing improved to include pre and post-processing.
...
Removal of Random Matching code from the generic case.
Implementing a particular custom import style aon.php
2003-04-10 13:12:40 +00:00
moodler
da5fb074c3
Minor robustness fix
2003-04-10 13:11:34 +00:00
moodler
b1db099b7e
New icons
2003-04-10 13:04:20 +00:00
moodler
52c018a0b5
More logical position for shuffle options
2003-04-09 14:27:58 +00:00
moodler
4b85b71712
New quiz switches to
...
- shuffle questions order
- shuffle answers order
2003-04-09 13:57:08 +00:00
moodler
72e5815533
More fixes resulting from random question feature
2003-04-09 08:11:20 +00:00