Commit Graph

49 Commits (ef36ec5b74e7bf3bb4b7fbc450aa67cf1af665eb)

Author SHA1 Message Date
Isaac Flores 92eeb99542 [svn r19836] logic changes -improved learnpath with scorm - (partial FS#3994) 16 years ago
Isaac Flores 9b1fc8c58c [svn r19808] logic changes - allow sum total time in scorm - (partial FS#3994) 16 years ago
Julio Montoya 5ed638905f [svn r19665] First attempted to improve the error handling in the scorm_api.php based in the "SCORM Run-Time Environment" document see FS#3994 16 years ago
Cristian Fasanando 28ada05106 [svn r19654] Logic change - Added log message layout after remove frames when you display learning path and option show bug is activated only on teacher interface - partial FS#3909 16 years ago
Cristian Fasanando 529dbfdec4 [svn r19520] Minor - Fixed navigation previous and next item into learning path display - partial FS#3909 16 years ago
Cristian Fasanando 2212daef96 [svn r19506] Logic change - Remove frames in learning path display when it is in mode full screen - partial FS#3909 16 years ago
Cristian Fasanando 914d49bfb4 [svn r19487] Logic changes - improve remove frames when you display items into learning path - partial FS#3909 16 years ago
Cristian Fasanando 6ef3c25c63 [svn r19463] Logic changes - Remove frames, changed by div tags and fixed navigation element - see FS#3909 16 years ago
Julio Montoya 3cd90b4fc0 [svn r18737] Fixing the mp3 player when viewing or editing in a LP (see FS#3685) 16 years ago
Yannick Warnier 1ce1d88a39 [svn r17337] Switched to jQuery for SCORM API (see private FS#3124) 17 years ago
Yannick Warnier 814306aecf [svn r17064] Accept the possibility of a missing first interaction (still to be improved) 17 years ago
Yannick Warnier 2fa53682c2 [svn r16442] Fix typo in string comparison (by Eric M) 17 years ago
Julio Montoya 99d7b02a57 [svn r16127] LP's menu improvements see FS#2841 17 years ago
Julio Montoya 5d2468d2ce [svn r16074] Showing the LP image and the author name. FS#2841 17 years ago
Yannick Warnier 719ee27639 [svn r15386] Fixed a series of bugs preventing quiz export/import as SCORM - now recording interactions as well - see FS#2526 17 years ago
Yannick Warnier 3ba666ecac [svn r15340] Moved status icons to general image directory - see FS#2575 17 years ago
Yannick Warnier 18a911ec62 [svn r15312] Fixed score recording for HotPotatoes and Dokeos exercises in Dokeos learning paths by adding max-score to parameters sent from the exercises tool - see FS#2493 17 years ago
Yannick Warnier 209de5d2e1 [svn r14952] Minor - updated code header 17 years ago
Yannick Warnier 4293fe8323 [svn r14951] Added string to avoid JS warning in specific vendor case 17 years ago
Julio Montoya 2b195924fb [svn r14950] Lisibilité de la table des matières d'un parcours FS#2478. 17 years ago
Yannick Warnier d01e1175eb [svn r13988] Major improvements in the handling of scores and prerequisites in the learning path tool. Implies database field values update, meaning you need to create a new learning path if you want to try it out in 1.8.5 SVN (without executing the upgrade script). Should close FS#2112. 18 years ago
Yannick Warnier 3a0aa2c187 [svn r13762] Improvement of time recording on window unload (testing) 18 years ago
Yannick Warnier 75c07997e9 [svn r13759] Improve JS SCORM library to record time upon click on stats icon 18 years ago
Yannick Warnier 3463bf2207 [svn r13609] Added limit on SetValue() of objectives (cannot set higher than current length of interactions array) - Fixes FS#2037 18 years ago
Yannick Warnier 570d745395 [svn r13608] Added limit on SetValue() of interactions (cannot set higher than current length of interactions array) - Fixes FS#2037 18 years ago
Yannick Warnier 13c3546074 [svn r13598] Added apostrophes around item score to allow LMS to set value to '' by default as requested by SCORM 18 years ago
Yannick Warnier 0fb9b13c41 [svn r13591] Removed substringing of objective ID 18 years ago
Yannick Warnier 473ff00ac3 [svn r13590] Added management of SCORM objectives. Needs some testing but the feature seems to work. 18 years ago
Yannick Warnier 7137e0423c [svn r13305] Only show debug for course admin (even if activated) 18 years ago
Yannick Warnier ab92cf2beb [svn r13230] Updated rules for saving data upon commits (only save if LMSSetValue() has been called) 18 years ago
Yannick Warnier a18be7084e [svn r12972] Fixed bad behaviour in LMS where status was changed automatically once score was > 80%. SCORM 1.2 norm specifically says that the LMS *cannot override SCO determined status* (kept behvaviour for non-SCORM like Dokeos paths and AICC 18 years ago
Yannick Warnier 3abaab93a2 [svn r12969] Added cmi.student_data._children 18 years ago
Yannick Warnier 0521427c00 [svn r12966] Added switch on mastery_score to adopt SCORM 1.2 recommandation fully (to support mastery_score, the LMS must be able change the status of the sco according to the real score) 18 years ago
Yannick Warnier 69192c1843 [svn r12960] Returning error code as string as required by the SCORM 1.2 rule: "The return values are Strings that can be converted to integer numbers that identify errors [...]" 18 years ago
Yannick Warnier 7e2a86eed7 [svn r12958] Added code to deal with SCORM 1.2's mastery_score and max_time_allowed. Possibly introducing a risk in calculating the status of the element. If the mastery score has been reached, then the status is changed to "passed" (if not already 'completed'). 18 years ago
Yannick Warnier afdb8d39fb [svn r12661] Made fullscreen popup window resizable 18 years ago
Yannick Warnier 8c0b593b8b [svn r12653] Added scrollbars to popup window 18 years ago
Yannick Warnier e8d7f3b542 [svn r12652] Important - Fullscreen SCORM is now fully full-screen with no frame added and opens as a popup. Keep track of this commit for possible later removal. 18 years ago
Yannick Warnier eec74575d5 [svn r12629] Added cmi.score.scaled setting (not functional, added in prevision for SCORM 1.3) 18 years ago
Yannick Warnier 9bf47e1779 [svn r12605] Added flag for use as anonymous user 18 years ago
Yannick Warnier 70786d04f2 [svn r12448] - Added management of SCORM cmi.core.exit value that needs to be kept in-database to allow for better follow-up of the students interruptions 18 years ago
Julian Prud'homme a3de6f0333 [svn r12273] 7th step in removing all $_SERVER['PHP_SELF'] 18 years ago
Julian Prud'homme 34d48d13dc [svn r11815] Fix a bug with when student's name contains single quotes 18 years ago
Eric Marguin b19902e9a6 [svn r10286] fix a refresh bug with ie in learnpath 19 years ago
Eric Marguin 593a98a3eb [svn r10248] improve audiorecorder 19 years ago
Yannick Warnier 25efebf163 [svn r10136] Added asset timing features (using xajax_start_timer()) 19 years ago
Yannick Warnier 2775e2eaa1 [svn r10129] Better element existence check in logit_ functions - avoids JS warnings 19 years ago
Patrick Cool 1ec0fb21d0 [svn r9987] replace $_uid with $_user['user_id'] 19 years ago
Ludovic Gasc 3f54b7927e [svn r9834] desactivate upgrade button (not yet tested) 19 years ago