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
f5cbbecaf5
empty() --> !isset()
2003-04-09 13:41:11 +00:00
moodler
72e5815533
More fixes resulting from random question feature
2003-04-09 08:11:20 +00:00
moodler
434802d5ce
Slightly more efficient database access.
2003-04-09 07:23:42 +00:00
moodler
34d52ad7d2
First implementation of completely random questions.
...
When you add a random question to a quiz, then a question
is chosen randomly from the same category.
Questions are not repeated in a particular quiz attempt.
This still needs more testing, but it's looking OK so far.
2003-04-09 06:32:51 +00:00
moodler
d62413e869
Use "modified" date of posts when displaying them, not the "created" date.
2003-04-08 14:09:24 +00:00
moodler
29cbd93a45
Just much simpler way of doing the last patch.
2003-04-07 16:08:52 +00:00
moodler
8daaf761c3
Added code to catch runaway case when there is more than one news forum.
...
It shouldn't happen, but I think it can when the database is having
problems.
2003-04-07 15:20:08 +00:00
moodler
c4dfc485eb
Fixes for main SQL defintions - from Juro Chlebec
2003-04-04 10:47:37 +00:00
moodler
e4be3d5943
Renamed randommatch.html -> randomsamatch.html
2003-03-30 16:51:24 +00:00
moodler
432d39026d
New template for Match questions
2003-03-30 16:48:34 +00:00
moodler
54a67a5921
First cut at adding new "fixed" Match question type, which is manually
...
created. Works OK after limited testing.
I've also renamed some strings to do with "Random Match", so that this
question type is now called "Random Short-Answer Match".
Later there will be a new 'Random Match' which randomly selects one of the
existing "Match" questions.
2003-03-30 16:46:50 +00:00
moodler
2d0b30a028
What was I thinking? This is much cleaner (and no duplicates).
2003-03-29 04:08:51 +00:00
moodler
adaf39283c
Changes to activate the "force subscribe" option on the Site News forum.
...
By default it is OFF, but if it is turned on, then site news is emailed
to ALL enrolled students and ALL current teachers.
2003-03-29 03:39:56 +00:00
moodler
036d3c1f90
Typo!
2003-03-26 05:48:21 +00:00
moodler
6eff984aee
Added some new indexes on quiz tables in MySQL
2003-03-26 05:46:09 +00:00
moodler
b2d0ca3b7c
Removed some tabs :-)
2003-03-21 14:09:51 +00:00
moodler
000cc405ba
Hack from Roberto Pinna (Bobo) to add sorting when viewing submissions
...
Might need some tidying up still but it's functional ..
2003-03-21 14:07:25 +00:00
moodler
ef4145f6ae
Changes to make regrading work properly if the quiz has changed
...
and also an exptended timelimit for when regrading is REALLLLY slow
fue to some other unknown reason (as yet)
2003-03-20 07:28:53 +00:00
gregb_cc
a2631c99d9
This closes bug http://moodle.org/bugs/bug.php?op=show&bugid=310
...
assignment_get_unmailed_submissions now ensures that a student is still enrolled
2003-03-14 19:58:53 +00:00
gregb_cc
b9287b2fba
Added a useful message, to make the cron output more helpful in diagnosing
...
"stuck" assignments.
2003-03-13 20:59:31 +00:00
moodler
d4be5253aa
Making a consistent download link for uploaded resources (same as web page)
2003-03-12 08:02:05 +00:00
moodler
2d8cf6799a
Whoops! Accidentally checked in a quick hack I did for someone.
2003-03-12 07:49:54 +00:00
moodler
f82c2d428a
Modified Greg's work to:
...
- rename the main_frame variable to framename, because it
- might have caused some confusion
- none of the global variables have underscores
- put the config in the config table, with a default of _top
2003-03-12 07:36:22 +00:00
gregb_cc
08b3606390
This is a first attempt to make moodle frame safe.
...
I've added the variable CFG->main_frame to config-dist.php, and replaced _top
targets with the variable in all the php files. HTML files, like those in the
documentation, have not been modified, as they are not (yet) parsed.
The variable should probably get moved into the config table, and get some
documentation.
I've also included, but commented out, a slight change in weblib.php, which
would guarantee that messages would be seen before redirecting the user (unless
delay intentionally set to 0 when redirect is used).
2003-03-11 21:35:12 +00:00
moodler
0d1a40f00a
Updated versions only
2003-03-03 17:48:39 +00:00
moodler
df103e8212
Questions now have a defaultgrade column (which defaults to 1)
...
... this grade is used as the default grade when adding questions
to a quiz.
At the moment it's just so that some imported questions can have
different defaults, but a field should be added to all question
editing pages.
2003-03-03 17:43:13 +00:00
moodler
c363d9d11f
Added QUIZ_DEFAULT_SCORE ... later this will be a quiz option
2003-03-03 17:05:35 +00:00
moodler
14bdb2387a
Sort question list by question type
2003-03-01 05:11:44 +00:00
moodler
02986c8002
Can now specify a number of random match questions to create automatically
...
during import.
2003-03-01 05:08:03 +00:00
moodler
3e7542449b
Removed save_session() - no longer necessary
2003-02-27 02:49:18 +00:00
moodler
610b9de6f7
Draft-only version from Les
2003-02-25 12:43:56 +00:00
moodler
86bce68fa8
New table for Postgres
2003-02-24 10:42:07 +00:00
moodler
95dbc030a8
First version of code to implement new "Random Matching" type
...
of questions. These use 2 or more short answer questions at
random to construct a questions where you have to match
answers to questions. Only lightly tested so far.
Quiz questions can now be edited with Richtext editor.
Sundry little fixes along the way.
2003-02-24 10:37:56 +00:00
moodler
c2a96d6b32
Fixes for the use of LIMIT in SQL for Postgres 7.3 (from Petri Asikainen)
2003-02-18 03:16:07 +00:00
moodler
a01b257195
Little changes
2003-02-17 18:13:41 +00:00
moodler
734d2c9887
Fixes to survey_get_responses() to make it work better with PostgreSQL
...
(from Petri Asikainen)
2003-02-17 08:35:51 +00:00
moodler
c4e78a1b60
Tidy up the import screen
2003-02-16 08:03:55 +00:00
moodler
68fefdbe14
Change MC answers to letters a, b, c etc ...
2003-02-16 08:03:17 +00:00
moodler
49220fa70c
Various quiz changes. Most importantly is the new framework for importing
...
quiz questions. Importing works but is still being tested.
2003-02-16 07:08:57 +00:00
moodler
de2146b276
Note for something that needs to be fixed
2003-02-06 06:37:10 +00:00
moodler
54d0590b47
Robustness fixes
2003-01-24 07:48:54 +00:00
moodler
66fef9f99f
If comment contains quotes then it can cause problems when
...
an assignment is uploaded. Bug fixed by Ray Kingdon.
2003-01-23 04:23:05 +00:00
moodler
48d38fad63
Some robustness fixes
2003-01-23 02:50:38 +00:00
moodler
7d2e5b6595
Remove name on submit button
2003-01-20 15:43:09 +00:00
moodler
41b95af210
Strip slashes from short answers before comparing
2003-01-16 15:19:49 +00:00
moodler
dcde9f020a
Displayed time formats are now stored in lang files
...
(see the new strftime* strings) so they can be customised per language
2003-01-15 10:55:54 +00:00
moodler
c078c29bb2
For assignments without a timemodified stamp, add one when graded
2003-01-14 03:01:10 +00:00