moodler
aa8139414e
Replaced optional_var with optional_param
2005-12-07 06:21:58 +00:00
patrickslee
7352cd1caa
Fixed an SQL query compatibility issue in quiz module
...
Merged form MOODLE_15_STABLE
2005-12-06 21:13:20 +00:00
patrickslee
a935cf4cdf
Fixed a typo in quiz_category_object->output_edit_single_table()
...
Merged from MOODLE_15_STABLE
2005-12-06 21:01:54 +00:00
moodler
7f8edff98c
Merged from stable, added autocomplete=off
...
(Bug #4423 - Short Answer Quiz Q's Saving Form Entries)
2005-12-05 06:15:53 +00:00
moodler
f8432d2500
Merged from stable (Bug #4423 - Short Answer Quiz Q's Saving Form Entries)
2005-12-05 06:11:26 +00:00
moodler
0bfa18bce2
Added extra CSS hooks to distinguish different correctness responses
2005-11-28 04:33:08 +00:00
defacer
64f36986b6
The bug where an event was not created for closing-time-only-supplied
...
quizzes also existed when updating a quiz instance (not only adding)...
2005-11-23 22:22:44 +00:00
defacer
001996c2f2
Fix for bug 4358:
...
No "Quiz closes" event was created for quizzes which ONLY had a closing date
2005-11-23 21:34:48 +00:00
defacer
9173a5671c
Searching around in the langfile, it seems that these are the correct
...
strings for the helpbuttons' title attribute. I added the first helpbutton
back in as well (exists in 1.5.3+ but not in HEAD???).
2005-11-23 21:16:47 +00:00
defacer
8635a2824a
Fixing one get_string() that didn't specify the Quiz langfile, and changing
...
another to be uniform with the help file title.
Some things in the langfile need fixing too, coming right up.
2005-11-23 21:00:40 +00:00
stronk7
140b7eb5db
Log actions must be strored to DB without &
...
print_log() takes care of it! Bug 3853.
(http://moodle.org/bugs/bug.php?op=show&bugid=3853 )
Merged from MOODLE_15_STABLE
2005-11-23 09:46:25 +00:00
mjollnir_
e366107f67
Merged from MOODLE_15_STABLE: Fixing bug 4345: merging problem when fixing bug 4303
2005-11-18 21:03:05 +00:00
skodak
baf4b75fe5
quoting typo; merged from MOODLE_15_STABLE
2005-11-16 16:35:21 +00:00
mjollnir_
526cdd63a0
Merged from MOODLE_15_STABLE: Fixing merging problem in the quiz report fix ealier - disabling wrong checkbox for site course quizes
2005-11-16 01:38:07 +00:00
mjollnir_
39a2761465
Merged from MOODLE_15_STABLE: Fixing bug 4303 - quiz reports dying on large enrolments - getting all users into an array and imploding it into an IN() replaced with joins. This changes the functionality SLIGHTLY in two ways - 1. show students with no attempts now JUST shows students with no attempts, rather than both. Show students with no attempts is now disabled for the site course as is not really relevant and could be ridiculously large
2005-11-15 22:23:43 +00:00
moodler
704fbf6e1b
added pop up blocker checker
2005-11-09 02:17:26 +00:00
moodler
233de2e316
added popup checker in quiz
2005-11-09 02:16:13 +00:00
moodler
8604a1f884
Added encryption to the select form names so that it's a lot more
...
difficult to cheat on these questions by looking at HTML source. SC178
2005-11-08 06:56:34 +00:00
moodler
69ef01c00d
We don't show unenrolled users in quiz reports normally
2005-11-08 06:52:32 +00:00
moodler
708b521a6d
Merged changes from STABLE.
...
Not sure I did the right thing on questiontypes/calculated/questiontype.php
Hope I didn't create a bug there.
(can people please remember to merge changes into head whenever they change stable?)
2005-11-01 03:29:58 +00:00
moodler
1e462286f7
Merged addslash fixes from STABLE
2005-11-01 02:51:06 +00:00
moodler
6a08340572
Language key [[guestno]] corrected to [[guestsno]] (bug 4254).
2005-10-31 07:44:47 +00:00
moodler
fcf5aebf0f
Fix for incorrect order of question numbers when downloading detailed
...
results as Excel spreadsheet. Merged from STABLE. (SE)
2005-10-28 03:54:33 +00:00
patrickslee
2f5fe55234
Fixed dis-ordered displaying for quiz overview report when no soring is specified (Merged from MOODLE_15_STABLE)
2005-10-28 02:22:34 +00:00
urs_hunkler
09b6a59785
merged from 1.5
2005-10-22 15:46:30 +00:00
moodler
999aa80783
added addslashes as per bug number 4213
2005-10-21 09:24:15 +00:00
patrickslee
3f7f17bfa1
Fixed a small bug which displays quiz name incorrectly in quiz regrade report
2005-10-17 01:18:04 +00:00
mjollnir_
5cde495031
Merged from MOODLE_15_STABLE (ish): Fixing the mass migrate postgres upgrade to be silent in quiz. Added a fix to a previous rename table that breaks pg_dump & pg_restore (incorrectly named sequence)
2005-10-05 01:36:59 +00:00
patrickslee
9db357c08b
Improved number rounding for grades fix (Merged from MOODLE_15_STABLE
2005-10-02 22:03:36 +00:00
urs_hunkler
508308fb7c
Added CSS properties for Firefox for fixed placement of the timer. It is a preliminarily fix. Please follow Bug #4053 .
2005-09-21 14:23:13 +00:00
michaelpenne
cfdfadecd3
Changes the save button from 'Save' to 'Save Changes'. More moodley :)
2005-09-19 22:40:46 +00:00
michaelpenne
503114809f
Added backup/restore code for essay question type. In the process of testing, fixed several other bugs
...
in the quiz restore code regarding state restoration.
2005-09-19 22:38:18 +00:00
michaelpenne
275161455f
When one deletes a course, essay records in the quiz_essay are now deleted
2005-09-19 22:35:03 +00:00
michaelpenne
4f1b940454
The two .sql scripts were missing the uniqueid column in the quiz_attempts table.
2005-09-19 19:12:35 +00:00
patrickslee
7b2523bdba
Added some number rounding for grades to prevent PostgreSQL errors (Merged from MOODLE_15_STABLE mod/quiz/locallib.php)
2005-09-19 00:26:23 +00:00
patrickslee
25c4cc57f8
Corrected some table/field names (Merged from MOODLE_15_STABLE)
2005-09-19 00:25:11 +00:00
gustav_delius
dbc72c9959
Fix for bug 3995
2005-09-17 13:09:43 +00:00
gustav_delius
a567590ba5
Fix for bug 4019
2005-09-17 12:33:29 +00:00
gustav_delius
c3f806312f
Fix for bug 4052
2005-09-17 12:10:35 +00:00
mindforge
943ccdb7df
Merged changes from 1.5
2005-09-16 10:13:18 +00:00
thepurpleblob
3861020201
Merged from STABLE
2005-09-16 09:46:59 +00:00
thepurpleblob
3c6c0e2522
Merged from STABLE
2005-09-16 09:32:00 +00:00
mindforge
e8d2c01660
Merged changes from 1.5
2005-09-16 09:25:42 +00:00
gustav_delius
4df4ca3eea
Fix for bug 4077
2005-09-16 07:06:14 +00:00
mindforge
f8180ec8d8
Merged from 1.5.
2005-09-14 11:17:24 +00:00
gbateson
856624f977
added "$question->usecase = 0;" for JMatch and JQuiz quizzes (other quizzes already set this property)
2005-09-09 01:19:30 +00:00
mindforge
acd48843a9
Merged from 1.5 stable
2005-09-08 18:13:19 +00:00
mindforge
46ef1cf1de
Merged changes from 1.5
2005-09-08 11:43:18 +00:00
mindforge
3809825467
Fix for the issue described in http://moodle.org/mod/forum/discuss.php?d=30192
2005-09-07 14:08:14 +00:00
mjollnir_
f3221af9e5
Initial checkin of stats (from processing the log table).
...
I will write up some information about it for the developers wiki.
2005-09-01 04:14:31 +00:00