598 Commits

Author SHA1 Message Date
piers
c78b79d037 MDL-17572 - remove php short tags. 2008-12-09 22:00:03 +00:00
danmarsden
46e58e8077 fix php short tags:MDL-17566: Thanks Stephen Bourget 2008-12-09 20:41:44 +00:00
piers
309ee0895b MDL-17115 - SCORM onload API checking. Hunt for the API. Matching part of the patch that fixes scorm version detection. 2008-12-07 22:22:51 +00:00
danmarsden
7325b01691 skip content structure page:MDL-11908: skip content structure page with multiple scos - if a teacher has set to skip, it should skip! - even with multiple scos. 2008-12-07 21:54:49 +00:00
piers
f2c86f9445 MDL-17115 - SCORM onload API checking. Hunt for the API. 2008-12-05 03:19:56 +00:00
danmarsden
43f4e520be rename api.php file:MDL-17515: Moodle API will treat files called api.php in a special way.... 2008-12-05 02:50:17 +00:00
piers
b86aa44854 MDL-17310 - Fixup an issue with relative directory paths. Thanks Jonathan. 2008-12-04 03:25:43 +00:00
danmarsden
9316beca89 force scorm update:MDL-17034: force update of SCORM when scorm_simple_play is used. 2008-12-01 03:32:39 +00:00
piers
7554f67190 MDL-16651 - add in delete attempt capability - thanks Dan/Tim. 2008-11-29 17:51:47 +00:00
danmarsden
d54e2145ba add time restriction MDL-12588 - add ability to restrict the viewing of SCORM objects using a time/date restriction like most other modules already allow. 2008-11-28 09:20:59 +00:00
danmarsden
86ed86b8dd MDL-17115 - no point in waiting for SCORM API to load when we know JS is disabled. 2008-11-28 06:49:10 +00:00
piers
15f5036a10 MDL-17310 - take the opportunity to change the scorm defaults to a highest grade orientation. 2008-11-23 21:39:29 +00:00
skodak
38d044fc91 MDL-17310 scorm: Install asks for scorm &auth questions on install rather than just front page settings - whitespace 2008-11-19 15:11:49 +00:00
skodak
6b12d2373d MDL-17310 scorm: Install asks for scorm &auth questions on install rather than just front page settings 2008-11-19 15:10:45 +00:00
skodak
76d56ed5c4 MDL-17310 scorm: Install asks for scorm &auth questions on install rather than just front page settings 2008-11-19 15:06:50 +00:00
piers
9b426d0380 MDL-16810 - Allow site configuration of scorm settings. Bad array subscript. 2008-11-11 23:11:39 +00:00
piers
1adc77e6d2 MDL-16810 - Allow site configuration of scorm settings. Fixing grammar of texts, and default options values. Clean up $CFG values nolonger required. 2008-11-11 04:45:39 +00:00
piers
30fc6e2dac MDL-16810 - Allow site configuration of scorm settings. Thanks Jason Hardin. 2008-11-11 02:46:20 +00:00
piers
d6d1f9b3be MDL-16949 - fix wrong addition of times in SCORM API, thanks Xabi Martin. 2008-11-10 23:56:54 +00:00
danmarsden
edf13ee87a scorm: MDL-16185 display warning when zlib_compression on - causes errors with certain browsers. 2008-11-10 07:43:24 +00:00
piers
7f7946fdd7 MDL-17178 - fix grade update so that it happens both when the lesson status, and the score changes. 2008-11-09 22:27:18 +00:00
danmarsden
54370d105b MDL-17128 SCORM backuplib generates invalid XML - causes backup to fail. thanks to Mark Nielsen for patch. 2008-11-04 20:33:03 +00:00
piers
83eceb6ca8 MDL-17052 - remove use of $_POST. 2008-10-29 16:10:38 +00:00
piers
728d0599df MDL-16810 - fix typo on function name. thanks to Jason Hardin. 2008-10-14 04:36:19 +00:00
piers
f7c9304b04 MDL-7068 - SCORM 2004 compliance - fix mod/scorm to handle core data elements correctly - now passes test DMI. 2008-10-05 22:35:46 +00:00
piers
560417ffa2 MDL-16722 - Upload limit does not respect course upload limit in settings for mod/scorm. 2008-09-29 00:35:28 +00:00
piers
b62932337c MDL-7068 - SCORM 2004 compliance. Handle cmi.interactions hydration (scorm 1.2 to as well). fix regex - replace too greedy. 2008-09-25 23:59:32 +00:00
tjhunt
16851b22ad MDL-16676 All references to the text.html and emoticons.html files need to be updated to point to text2.html and emoticons2.html 2008-09-25 10:04:01 +00:00
piers
bf34ac0fb2 MDL-7068 - SCORM 2004 compliance. Handle cmi.interactions hydration (scorm 1.2 to as well). 2008-09-24 23:12:09 +00:00
skodak
4370f063b3 MDL-16644 removing stripslahses() and friends 2008-09-23 21:15:41 +00:00
skodak
2fd0e9fe58 MDL-16644 removing striplsahses() and friends 2008-09-23 21:09:46 +00:00
skodak
8546def3b6 MDL-16596 basic areafiles formslib element 2008-09-20 20:56:21 +00:00
nicolasconnault
4f0d8cc837 MDL-11501 Fixed error in xml file 2008-09-17 06:41:08 +00:00
piers
1881df2733 MDL-7097 - API debug. Change the control of debugging over to SCORM admin settings. 2008-09-16 22:50:16 +00:00
piers
6381fa56ed MDL-11501 Scorm New attempts and reviewing. Changes to help customise player/package interactions. 2008-09-16 20:32:50 +00:00
piers
1cd167cc44 MDL-7097 - API debug. Add ability to manually poke the SCORM API for 1.2 and 2004. 2008-09-15 19:56:36 +00:00
skodak
9528568bf0 MDL-16088 scorm new file api conversion 2008-09-09 08:30:00 +00:00
piers
527af45775 MDL-11734 - cmi.comments_from_learner not read - write. revamp the handling of array style elements. 2008-09-08 19:45:50 +00:00
piers
4675994ab2 MDL-16299 - Javascript error during scorm player load. SCOID should not be populated - TOC figures this out. 2008-09-08 00:31:15 +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
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
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
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
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
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