Commit Graph

57 Commits (76246217804de3ec24cc733d7cdeaacced0ba20e)

Author SHA1 Message Date
Ivan Tcholakov 6388bd2f00 Feature #747 - Replacement of the function api_parse_tex() with the function text_filter() which has generic purpose. The function text_filter is dummy yet, it may be developed in the future. 15 years ago
Julio Montoya 7cf77ea7fb Partial fix when trying to import qti exercises see BT#1368 15 years ago
Ivan Tcholakov e7ee8b881d Bug #1787 - Tests tool, QTI export: A patch for undefined function mime_content_type() has been added. 15 years ago
Yannick Warnier 0a1834a899 Hiding possible fatal error 15 years ago
Julio Montoya a48433631f Avoiding fatal error see CT#1363 15 years ago
christian1827 9620389815 merge 15 years ago
Ronny Velasquez 84feb58304 Fixed Partial \"Import a test from qti2\" 15 years ago
Ivan Tcholakov 54a9b942c2 Task #763 - All the replacements api_get_path('WEB_COURSE_PATH') --> api_get_path(WEB_COURSE_PATH) and other similar to them. 15 years ago
Noel Dieschburg a5222167c0 Dummy changes 15 years ago
Arthur Portugal a0e8331441 MInor - Needed the a require_once of the file exercise because not find the class answer CT#191 15 years ago
Ivan Tcholakov 14108b1593 Feature #576 - Applying the function api_get_permissions_for_new_directories() on its relevant places. Using the function umask() has been avoided because this function is not thread-safe. Other minot corrections. 15 years ago
Julio Montoya 6a2019dd97 Fixing SCORM export when using the Exact question 15 years ago
Julio Montoya 72ee6c4010 Fixing SCORM export when using the Exact question 15 years ago
Julio Montoya f44d0aea1e New type of question: Multiple answer \"combination\" requires testing 15 years ago
Ivan Tcholakov 588a409e3a Feature #306 - Line endigs cohrrence, Part 1: Converting \r\n line endings (Windows style) to \n (Unix style) in php, html, js, xml, txt files. 16 years ago
Ivan Tcholakov 7aef9165bf Feature #306 - Trimming totally trailing whitespace in php-source files, part 1, 220 files. 16 years ago
Ivan Tcholakov b8bf14f443 [svn r21933] FS#2867 - The FCKEditor, all introduction sections: Eliminating the global variable $fck_attribute. 16 years ago
Isaac Flores 9ffc322043 [svn r21479] logic changes - improvements in export scorm - (partial FS#4300) 16 years ago
Isaac Flores 54d801ad0a [svn r20515] minor - logic changes - deleted error log - (partial FS#2602) 16 years ago
Isaac Flores 5952396047 [svn r20514] logic changes - improvements in export scorm - (partial FS#2602) 16 years ago
Ivan Tcholakov 031a083de8 [svn r20451] FS#306 - The Tests tool: Improvements for better encoding management. 16 years ago
Carlos Vargas 9a0519884d [svn r20231] completing exercises to breadcrumb in gradebook see FS#3696 16 years ago
Ivan Tcholakov b5d160a14d [svn r19694] FS#4008 - Removing the extra-comments. Visual compacting the code for all introduction settings. 16 years ago
Ivan Tcholakov 508d22fdbb [svn r19693] FS#4008 - Restoring the settings for the online editor in course description tool, introduction section. Adding comments in all introduction sections to protect their settings. 16 years ago
Cristian Fasanando a12dca3f3d [svn r18575] Minor - Fixed warning when you export an exercise - see FS#3679 16 years ago
Juan Carlos Raña bfb0480a6b [svn r18481] configure introduction buttons bar 16 years ago
Ivan Tcholakov b2f4413d90 [svn r18115] FS#2867 - Introduction sections, special cases for settings for the FCKEditor. Adding comments. 16 years ago
Ivan Tcholakov 333dd58cf7 [svn r17787] FS#2867 - FCKEditor, configuration options for the tool introduction sections: Clearing the global variable $fck_attribute immediatelly after its use to ensure that the concrete settings will not interfere in other places. 16 years ago
Ivan Tcholakov af7ec8566d [svn r17769] FS#2867 - FCKEditor: Moving towards the new system of managing URLs (to use relative or at least semi-absolute ones, a built-in the editor option is started to be used). Changing/addition of editor's configuration options for Documents tool and all tool introduction sections. 16 years ago
Eric Marguin b5f0c77cd6 [svn r15917] add delineation hotspot type 17 years ago
Yannick Warnier 0c23f16551 [svn r15543] Little fix to CSS inclusion 17 years ago
Yannick Warnier d045e11997 [svn r15538] Added automatic disable on submit button when results have been sent - see FS#2602 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 61f674bba8 [svn r15138] Updated default CSS name 17 years ago
Yannick Warnier 36d3e56f4d [svn r14523] Added exercise description in SCORM export (includes images) 17 years ago
Yannick Warnier f34f0f1c3c [svn r13865] oops 17 years ago
Yannick Warnier 41d3b1cf65 [svn r13301] Fix encoding problem by using $charset inside calls to htmlentities() and htmlspecialchars 18 years ago
Yannick Warnier 9adc39c6c1 [svn r13254] Completely ignoring free answers-type in IMS/QTI export 18 years ago
Yannick Warnier 389137687b [svn r13253] Added silent ignorance of free answers as they are not supported by IMS/QTI apparently 18 years ago
Yannick Warnier 0bc43e95db [svn r13252] Updated non-exported message 18 years ago
Yannick Warnier 858db1daee [svn r13251] More improvements to the quiz SCORM export: 18 years ago
Yannick Warnier 9752335395 [svn r13239] Additional improvements to enable all question types. Still misses matching randomization and max/min score. 18 years ago
Yannick Warnier d24fbbee95 [svn r13238] Small aesthetic changes 18 years ago
Yannick Warnier 2b8ce5ca69 [svn r13236] Added code for Hotspot tests integration (miss images and code to return results as JS) 18 years ago
Yannick Warnier 9221385d40 [svn r13233] Added CSS inclusion 18 years ago
Yannick Warnier b3f09e1700 [svn r13226] Switched button onclick event handler for doQuit() rather than checkAnswers(which isn't sending anything to the server) 18 years ago
Yannick Warnier f4893e4cf8 [svn r13225] Added ID to textarea of free answer 18 years ago
Yannick Warnier 26cc443a7c [svn r13204] Small additional fixes 18 years ago
Yannick Warnier 5adbf695e7 [svn r13203] Additional tuning to prevent redundancy of JavaScript library code 18 years ago
Yannick Warnier 8a3031ff76 [svn r13202] Added a few changes for exercise export (wrapping several questions in one exercise) 18 years ago