ikawhero
89c870e7b2
Quiz summary text shouldn't be cleaned as only entered by teacher
...
Merged from stable
2006-01-16 06:29:51 +00:00
mjollnir_
f90666aa5c
Abstracted a bit of the restore procedure to allow for silent restoring.
...
Added new function, import_backup_file_silently
Changed everything that prints stuff to check for a constant first.
Backup_flush checks a different constant, this is so that output can still
get flushed to the browser when necessary but not print <li>s everywhere.
Please test this!
2006-01-15 21:09:13 +00:00
toyomoyo
e8f7b20f9a
more bug fixes =(
2006-01-13 07:24:43 +00:00
mjollnir_
20258a2e43
Added in a check for php5 before including uni_soap.php5 - for some reason it was getting through and being included in my php 4.3 something
2006-01-13 04:51:39 +00:00
mjollnir_
1ecea97679
Granular backup & restore:
...
This patch allows the much requested selection of individual instances of modules within a course to backup and restore.
It needs A LOT of testing and probably some prettyifying too.
2006-01-13 03:45:31 +00:00
toyomoyo
7c5406967d
some bug fixes
2006-01-12 02:39:13 +00:00
toyomoyo
c8ee027b0e
added 2 fields in xml, addindex and dropindex, and bug fixes
2006-01-11 01:46:22 +00:00
mjollnir_
2422dc936a
Quiz confirmation popup is now for limited attempts and/or timelimit, or a combination of the above
2006-01-11 01:00:34 +00:00
toyomoyo
1e4d9ff6dc
utf8 migration support scripts
2006-01-09 06:06:49 +00:00
toyomoyo
fed1f84eac
bug fix for #4504
2006-01-09 01:25:11 +00:00
moodler
ed55f76bb5
Nicer presentation of quiz questions (merged from stable)
2006-01-06 07:26:25 +00:00
stronk7
8867a3bb88
Now Quiz is using the new Excel generation API.
...
Merged from MOODLE_16_UTF8. Abandoning the branch.
2006-01-05 16:43:05 +00:00
moodler
39ee02a3b1
Various old fixes that had not been checked in
2006-01-05 07:09:35 +00:00
gbateson
69407d9549
allow import from HP5 quizzes (including JBC and old JQuiz)
2006-01-02 14:33:29 +00:00
gbateson
b18fd5ca39
added unicode support (all Hot Potatoes quiz types)
2006-01-01 12:03:51 +00:00
gbateson
2072cc7100
for JCloze import, defaultgrade (per gap)= 1, and defaultgrade (per exercise) = number of gaps
2005-12-31 14:52:18 +00:00
gbateson
2ccf56f90d
fixed import of JCloze into quiz module as a MULTIANSWER question
2005-12-31 10:38:57 +00:00
toyomoyo
d8688c0d26
cookieless patch for quiz
2005-12-23 06:29:39 +00:00
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