Commit graph

3709 commits

Author SHA1 Message Date
thepurpleblob
ac04332685 Removed check for student/teacher on submit and replaced with check for (not)
guest, as (a) it didn't stop guests and (b) it broke the studentview mode
2005-09-20 09:22:06 +00:00
gbateson
4b83220717 Improved the setting of quiz name and summary for quiz chains 2005-09-20 07:12:00 +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
stronk7
baceaf91f0 First version of the IMS CP resource module.
Known limitations:
    - IMS Metadata is not loaded (soon it will be).
    - IMS submanifests are not supported (is anybody using them?).
    - Need to convert loaded data to SITE->charset, have to think a bit about it.

But it loads IMS CP packages like a charm! ;-)
2005-09-19 16:53:02 +00:00
gbateson
7882cdaf79 improved handling of Hot Potatoes navigation buttons 2005-09-19 06:29:14 +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
gbateson
4b4a288247 Fixed bug for student view of index.php
Replaced use of DIRECTORY_SEPARATOR constant with '/'
2005-09-16 11:57:25 +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
gbateson
ab45e35e90 the v6 folder has been moved into the "templates" folder for HotPot v2.1 2005-09-16 07:48:16 +00:00
gbateson
57f35d211e changes to database and most scripts to allow enhancements for HotPot v2.1
- click-by-click reporting
  - manipulate "chains" of hotpot activities
  - standardized reporting across all quiz types
  - several smaller features
2005-09-16 07:24:12 +00:00
gustav_delius
4df4ca3eea Fix for bug 4077 2005-09-16 07:06:14 +00:00
gbateson
410229b604 changes to database and most scripts to allow enhancements for HotPot v2.1
- click-by-click reporting
  - manipulate "chains" of hotpot activities
  - standardized reporting across all quiz types
  - several smaller features
2005-09-16 02:55:56 +00:00
mindforge
f8180ec8d8 Merged from 1.5. 2005-09-14 11:17:24 +00:00
moodler
ea30fc5c0b Incorrect value being passed to header function.
Merged from stable. (SE)
2005-09-14 07:25:48 +00:00
bobopinna
45b700159a Added direct import of manifest files.
Now is possible to select in the package field a imsmanifest.xml file
2005-09-13 07:00:16 +00:00
bobopinna
e112e31851 Included support for guest users.
Now guest, teacher and admin (not student) can play scorm package without save tracks.
2005-09-13 06:50:55 +00:00
bobopinna
e45ecd37d5 Modified debug mode: now only andmin view api communication alert when debug mode is on 2005-09-13 06:47:08 +00:00
stronk7
aa5c32fda7 Extended theme support to the chat window. Bug 3376.
(http://moodle.org/bugs/bug.php?op=show&bugid=3376)

Merged from MOODLE_15_STABLE
2005-09-10 22:57:21 +00:00
moodler
20affd1593 Merged fixes for zero date displays in assignments 2005-09-09 16:17:43 +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_
95d71ad3a3 Fixed a warning for empty array in forum print_overview for my moodle 2005-09-07 05:43:27 +00:00
mjollnir_
29dc9751e3 Friendlier forum information in overview in my moodle 2005-09-06 01:34:48 +00:00
stronk7
bcbebdc53b Avoid empty or unlinkable activity names.
Merged from MOODLE_15_STABLE
2005-09-05 22:34:18 +00:00
moodler
cdc75e602f Merged include file fix from stable 2005-09-05 05:32:49 +00:00
mjollnir_
f871698811 Reworked my moodle overview api to be more efficient. Note that this changes how mod_print_overview is called 2005-09-05 01:31:08 +00:00
martinlanghoff
125b1645ff forum/trackreads - small optimization to overview 2005-09-02 06:38:45 +00:00
martinlanghoff
0ce852ecfb Merged from MOODLE_15_STABLE - forums/trackreads: Small optimizations to forum_tp_can_track_forums() 2005-09-02 06:37:18 +00:00
martinlanghoff
a85168b765 Merged from MOODLE_15_STABLE - forums/trackreads: Postgres-optimized query - from many minutes to a few milliseconds 2005-09-02 06:32:18 +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
gustav_delius
537daa79be Merged from STABLE. 2005-08-31 16:32:49 +00:00
thepurpleblob
82cff43c85 Incorrect variable name - not sure why this worked! 2005-08-31 09:30:25 +00:00
mjollnir_
0283911078 Merged from MOODLE_15_STABLE: Preventing another warning. In some cases in the calendar blocks, resource filtering gets called with no courseid 2005-08-31 06:13:26 +00:00
mjollnir_
5838e5b21f Merged from MOODLE_15_STABLE: Avoid a warning when displaying multichoice quiz questions 2005-08-31 05:24:31 +00:00
thepurpleblob
cc93459372 Export now saves file in correct course file area (ie, the current one).
Export now works for published courses where the teacher is not
a teacher on the 'remote' course.
See bug #3996 and bug #3985
2005-08-30 15:13:37 +00:00
bobopinna
699927cf78 Fixed next sco search 2005-08-30 11:48:22 +00:00
mindforge
263c42ad81 Improved error messages (see bug #3986). 2005-08-30 08:38:27 +00:00
bobopinna
15d2f0ca70 Code cleaning 2005-08-30 07:29:05 +00:00