Commit Graph

2238 Commits (988e72c528942b6e030ee2a5218bfd00b6c87346)
 

Author SHA1 Message Date
Julian Prud'homme 988e72c528 [svn r12976] If there is only one session imported, we redirect on the session resume page : http://projects.dokeos.com/?do=details&id=1867 17 years ago
Yannick Warnier e32f7bc13b [svn r12975] Fixed a bug whereby link categories were not copied 17 years ago
Yannick Warnier 0c8c93f69c [svn r12974] Minor - Added condition to avoid errors on non-object access 17 years ago
Yannick Warnier cdc194724b [svn r12973] Minor - Added condition to avoid warnings when empty array 17 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 17 years ago
Yannick Warnier 903b0996a5 [svn r12971] Added path checks to get_link() for SCORM contents (fixes CALFAT learning paths problems) 17 years ago
Yannick Warnier 3abaab93a2 [svn r12969] Added cmi.student_data._children 17 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) 17 years ago
Yannick Warnier 1af3cfc52f [svn r12965] Now using an additional parameter in the call to learnpath::start_current_item() to trigger a possibly new attempt (this is the only code authorized to do this) 17 years ago
Yannick Warnier 5d71d0d77a [svn r12964] Minor - added error_logging (and a $debug variable to control it) 17 years ago
Yannick Warnier eee3f7c828 [svn r12963] - added parameter to open() and conditions to better control the creation of new attempts and fix a bug whereby additional attempts were created frighteningly quick 17 years ago
Yannick Warnier 970fff9a61 [svn r12962] - Added parameter with default value in start_current_item() to avoid duplicated start calls and fix the additional multiple attempts problem 17 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 [...]" 17 years ago
Yannick Warnier 1745c7d37c [svn r12959] Added additional comments for the set_score() change. 17 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'). 17 years ago
Yannick Warnier b137515cf0 [svn r12957] Added max_time_allowed field to deal with the optional SCORM 1.2 parameter adlcp:maxtimeallowed 17 years ago
Eric Marguin cccf074975 [svn r12956] simpleXmlElement->nodeValue() becomes simpleXmlElement->nodeValue due to strange compatibility reasons 17 years ago
Julian Prud'homme 6762cceeeb [svn r12954] Add this feature : http://projects.dokeos.com/?do=details&id=1868 17 years ago
Olivier Sourie c5691dd0ba [svn r12953] 17 years ago
Patrick Cool 03337c6f4e [svn r12952] Fixed 2 bugs: 17 years ago
Yannick Warnier e966fb2b5c [svn r12951] Fixed newbie error introduced when added hotpotatoes integration and preventing score record 17 years ago
Julian Prud'homme 72cd0a7795 [svn r12948] Fix a bug : http://projects.dokeos.com/?do=details&id=1847 (the first one) 17 years ago
Julian Prud'homme 683b845fc0 [svn r12947] Fix bug : http://projects.dokeos.com/?do=details&id=1850 + other minor bugs 17 years ago
Julian Prud'homme 02c0ad98c8 [svn r12942] Fix a bug 17 years ago
Julian Prud'homme c29ac3620f [svn r12927] Fix a bug : http://projects.dokeos.com/?do=details&id=1846 (the 6th bug) 17 years ago
Eric Marguin 347a1d27d9 [svn r12926] DLTT import 17 years ago
Eric Marguin 0928a191ef [svn r12925] change the color of woogie subtitle 17 years ago
Eric Marguin a51cb72e0e [svn r12924] update woogie logo 17 years ago
Julian Prud'homme 615fc33e53 [svn r12923] Fix a bug with the slideshow (now don't display only default course documents) 17 years ago
Eric Marguin 3c30fd96cd [svn r12922] fix a stupid bug introduced by myself 17 years ago
Eric Marguin de37e36aaa [svn r12921] change classpath for compatibility reasons 17 years ago
Eric Marguin 28561ec46e [svn r12920] add the sources of woogie 17 years ago
Eric Marguin d6397309a9 [svn r12919] alpha version of oogie... still a lot of things to improve (refactoring of html for example). 17 years ago
Eric Marguin 5c9fcc8a29 [svn r12918] DLTT import 17 years ago
Julian Prud'homme c1f0a8b0e9 [svn r12917] Fix the second bug of http://projects.dokeos.com/?do=details&id=1854 17 years ago
Julian Prud'homme 16c1426e0b [svn r12916] Change the constant PCLZIP_TEMPORARY_DIR 17 years ago
Eric Marguin 4c599de22b [svn r12915] alpha version of oogie... still a lot of things to improve (refactoring of html for example). 17 years ago
Patrick Cool b6e4ce871c [svn r12914] uncommenting Display::display_introcution_section http://www.dokeos.com/forum/viewtopic.php?t=11271 17 years ago
Patrick Cool 2466c124bb [svn r12913] bugfix http://www.dokeos.com/forum/viewtopic.php?t=11288 17 years ago
Patrick Cool 8be479d967 [svn r12912] bugfix: preview and fillsurvey now correctly works with multi-page surveys 17 years ago
Julian Prud'homme 4c9480f79c [svn r12911] Fix a bug with the course cat order : http://projects.dokeos.com/?do=details&id=1851 17 years ago
Julian Prud'homme 5a624b334d [svn r12910] Fix a bug with the 2 columns display mode : http://projects.dokeos.com/?do=details&id=1852 17 years ago
Julian Prud'homme 8f726f79fa [svn r12909] Fix lang var bugs : http://projects.dokeos.com/?do=details&id=1842 17 years ago
Julian Prud'homme 5c157352ac [svn r12908] Fix a display bug : the html was not interpreted 17 years ago
Julian Prud'homme 5514f682a8 [svn r12907] Fix a bug 17 years ago
Julian Prud'homme 478e037348 [svn r12906] Change a wrong lang var 17 years ago
Julian Prud'homme 080f43340e [svn r12905] replace a hard coded string by a lang var 17 years ago
Julian Prud'homme 37145730bd [svn r12904] Fix a bug : api_get_course_id() was called before the inclusion of global.inc.php 17 years ago
Julian Prud'homme 32a3a32caf [svn r12903] Fix a minor bug : http://www.dokeos.com/forum/viewtopic.php?t=11240 17 years ago
Eric Marguin 0c1c1d9b10 [svn r12902] fix a bug when uploading pictures 17 years ago