7305 Commits

Author SHA1 Message Date
moodler
99bd2ec8aa MDL-15405 Send the correct filearea forum_attachment (not that we really use it) 2008-09-02 03:00:51 +00:00
piers
df7ba61012 MDL-16299 - Javascript error during scorm player load. Ensure SCOID is always populated. 2008-09-01 23:04:59 +00:00
jamiesensei
ca2f6fc795 MDL-16110 "Improvement to Overview Report - Columns in csv file do not line up" 2008-09-01 08:30:14 +00:00
jamiesensei
02cd0be02e MDL-16125 "Improvement to Detailed Responses Report - Format of csv export" removing commas from table content which throw the csv export. 2008-09-01 08:24:25 +00:00
tjhunt
e41a7d2841 MDL-16263 - next bit. Flags on the quiz summary page. 2008-08-29 11:40:58 +00:00
tjhunt
337fa7a0ef MDL-16263 - followup - fix notices. 2008-08-29 11:30:16 +00:00
tjhunt
b5f8c377a1 MDL-16219 - revert Nic's bogus change. This was already fixed by updating questionlib.php. 2008-08-29 11:04:32 +00:00
tjhunt
5626f5d296 MDL-10682 - followup - missed another place where rounding is needed. 2008-08-29 11:02:02 +00:00
tjhunt
fd9f17a108 MDL-16263 - followup - fix regression. 2008-08-29 10:18:11 +00:00
tjhunt
62e76c6766 MDL-16263 A way for students to flag/bookmark, particular questions during a quiz attempt for later review.
This is an initial implementation that is now at a working state, but with a few things left to do. It seemed like a good idea to commit it before leaving work on Friday night.
2008-08-29 10:08:27 +00:00
nicolasconnault
7b6757b0d5 MDL-16219 Fixing the passing of an array by reference (variable must be defined before function call). Also fixing whitespace. 2008-08-29 07:29:35 +00:00
moodler
03efef4a7e FIx fileareas being sent to mform for forum post 2008-08-29 06:57:10 +00:00
tjhunt
4a9294bee4 XHTML strict! 2008-08-29 05:48:09 +00:00
piers
e125e165f5 MDL-14492 - Provide feedback to user about redirect delay in loadsco.php. Add sanity checking for scorm_resize() as it tries to set -ve heights if user specifies a small area. Thanks francois. 2008-08-29 04:10:20 +00:00
stronk7
493f08200b Add missing $DB 2008-08-28 18:04:16 +00:00
skodak
1160eb5af2 MDL-15420 fixed wrong show submission to others test; merged from MOODLE_19_STABLE 2008-08-28 07:23:05 +00:00
tjhunt
b826bcefcf MDL-16219 - mod/quiz/reviewquestion.php does not call questiontype::get_html_head_contributions. This was missed when implementing MDL-6368. 2008-08-28 02:15:19 +00:00
piers
e4f976a896 MDL-4746 - Course 01 of the ADL SCORM 1.2 test suite fails on point 4. only set browsed status if the SCO hasn't set a status. 2008-08-27 23:24:38 +00:00
danmarsden
8ba4f1e03e MDL-16137 - clear scorm directory if it already exists 2008-08-27 22:38:52 +00:00
danmarsden
ea38a6b98a MDL-10767 - set values of checkboxes correctly 2008-08-27 22:02:16 +00:00
skodak
455a8fede8 MDL-15497 fixed notice when deleting forum 2008-08-27 15:50:33 +00:00
skodak
4e6a816a98 fixed whitespace 2008-08-27 15:48:46 +00:00
skodak
fa686bc4e0 MDL-16220 allow deleting of all files attached to context 2008-08-27 11:46:48 +00:00
scyrma
4302300219 MDL-15405: A first form (partly) converted to the new filepicker element. 2008-08-27 07:57:54 +00:00
piers
9797d144b5 MDL-4746 - Course 01 of the ADL SCORM 1.2 test suite fails on point 4. Fix cmi.comments, and mastery_score checking. 2008-08-27 02:41:13 +00:00
dongsheng
f1644b99f1 "MDL-13413, chat transcripts donot include instructor when using separate groups" 2008-08-27 02:21:11 +00:00
stronk7
7facd18e7d Prevent SQL error when forcing download. MDL-15921 ; merged from 19_STABLE 2008-08-26 23:02:58 +00:00
nicolasconnault
3e10224d1f MDL-16176 2008-08-26 08:21:52 +00:00
tjhunt
ed3afff95b MDL-7010 - followup - delete file that is no longer required. 2008-08-26 05:58:32 +00:00
tjhunt
e4686e896e MDL-16200 question/type/datasetdependent/ missing version.php. This was a mistake made when fixing MDL-6095. 2008-08-26 01:09:23 +00:00
tjhunt
e2249afe2b MDL-7010 Convert mod\quiz\config.html to mod/quiz/settingstree.php using the new admin tree system. 2008-08-26 01:05:01 +00:00
jamiesensei
a3668b25c0 MDL-16121 "Manual Grading Doesn't Work" grades where not getting saved. Fixed that now. 2008-08-25 07:44:20 +00:00
piers
4eaaf0a60d MDL-15881 - Probable bug: Not able to update SCORM. 2008-08-24 23:02:09 +00:00
piers
a0b366843b MDL-16111 - SCORM grade not updated in Grader Report. Include grading by learning objects if status is complete. 2008-08-24 21:10:09 +00:00
nicolasconnault
dbf4d660f4 MDL-16182 Loosening the api a bit, solves the issue. 2008-08-23 07:01:44 +00:00
mjollnir_
be48dec2d2 MDL-15768 - fix forum permission checking for portfolio export 2008-08-22 16:34:44 +00:00
nicolasconnault
05ec116569 MDL-16178 Fixed 2008-08-22 14:53:46 +00:00
mjollnir_
3342790c70 fixing error caused by $DB migration 2008-08-22 12:31:16 +00:00
tjhunt
9624187313 MDL-6353 Also make the repagination UI better by making it always visible, and convert the show/hide page breaks and reordering tool check boxes to be buttons. 2008-08-22 02:46:54 +00:00
tjhunt
4c07690efc MDL-6353 Quiz questions per page setting is confusing. People expect that changing this setting will repaginate the quiz, which is not the case, so change the wording of this setting and its choices. 2008-08-22 02:13:00 +00:00
piers
2aa9a35e4e MDL-13431 - SCORM results not transferring to Gradebook. SCORM API debugging tool - add reference to SCORM, and SCO identifier. 2008-08-22 01:35:26 +00:00
piers
7ce6eb873d MDL-16111 - SCORM grade not updated in Grader Report. Make sure that lastattempt does not exceed maxattempts. 2008-08-22 01:30:28 +00:00
piers
5b4b959b5a MDL-15859 - [PATCH] Fixes for tests of '' on Oracle.$DB->sql_empty() changes. 2008-08-21 21:22:23 +00:00
piers
aee1652b55 MDL-13431 - SCORM results not transferring to Gradebook. remove add_to_log. 2008-08-21 09:09:44 +00:00
bobopinna
b44c704f05 MDL-14967 Upgrade all code using DML - fixed missing changes in scorm_get_scoes 2008-08-21 07:32:19 +00:00
piers
7ef16bf927 MDL-16111 - SCORM grade not updated in Grader Report. Thanks John Macklin. 2008-08-21 03:12:08 +00:00
danmarsden
ef7f7453c9 MDL-14620 - fix link to repository and tidy up using $CFG vars - missed a bit 2008-08-21 02:12:01 +00:00
danmarsden
d9397d51bc MDL-14620 - fix link to repository and tidy up using $CFG vars 2008-08-21 01:47:30 +00:00
piers
7bbb7f4974 MDL-13431 - SCORM results not transferring to Gradebook. SCORM API debugging tool. 2008-08-21 00:36:12 +00:00
piers
1eb6604eb7 MDL-13431 - SCORM results not transferring to Gradebook. Add logging mechanism so that launched URI can be traced. 2008-08-20 23:30:26 +00:00