Cristian Fasanando
53cd7b0f26
[svn r17605] Logic Changes - Fixed bug founded in learning path score and when you display a exercise item should show check icon when the exercise is over see FS#3427
16 years ago
Yannick Warnier
98df6fce03
[svn r17598] Fixes to latest commits
16 years ago
Marco Villegas
15ef79fbb7
[svn r17550] search: refactor search engine index and search interface and let learnpath follow it
...
Search engine:
- Index
- use wrapper methods instead on calling xapian.php directly in most of callings
- improve dokeos xapian-API
- XapianIndexer
- new methods:
- replace_document()
- remove_term_from_doc()
- add_term_to_doc()
- DokeosIndexer
- new methods:
- dokeos_preprocess_results()
- Preprocess all results depending on the toolid
- set_terms()
- general interface for getting, comparing and set search engine terms
- get_terms_on_db()
- Get the terms stored at database (normal, no xapian)
- more wrappers for XapianIndexer methods: dokeos_query_query(), dokeos_query_query(), dokeos_get_boolean_query(), dokeos_join_queries()
- remove tags search engine feature to replace it with a new generic feature: specific fields
- it let define xapian prefix terms dinamically to be included across dokeos index on each tool
- move search engine document ID field from lp item table to a general man db table search_engine_ref
- Search
- use search_engine processor classes to change how process results depending of the dokeos tool
- change interface for terms select at search: now use one multiple select foreach specific field instead of jquery thickbox plugin only for tags
- search ajax suggestion feature to query terms on db
- it need some work
Learnpath:
- refactor search engine pieces to use new tables search_engine_ref, specific_field and specific_field_values
- add scorm and woogie index
- remove search widget from lp list and use it from main/search
- also, there are part on audios on lp items feature added
16 years ago
Yannick Warnier
f1dd2b790c
[svn r17312] Escape interactions for database insertion
17 years ago
Yannick Warnier
8f6eb42d10
[svn r17110] Added methods to deal with interactions at JS level
17 years ago
Yannick Warnier
ee03f1d969
[svn r16437] Add filtering to SCORM objectives recording (suggestion by Eric M.)
17 years ago
Yannick Warnier
ac65895d3f
[svn r16215] Fix typo
17 years ago
Yannick Warnier
cef95ab31d
[svn r16214] Fix typo
17 years ago
Yannick Warnier
49bd9e5d95
[svn r16213] Fixes to index terms update method
17 years ago
Yannick Warnier
4942bb72df
[svn r16208] Added set_terms() method to update index terms
17 years ago
Yannick Warnier
952da725c2
[svn r16207] Added methods for indexing stuff
17 years ago
Yannick Warnier
f50c202266
[svn r16206] Add recovery of index terms on item instanciation
17 years ago
Yannick Warnier
77e08535db
[svn r15542] Fix other flv issue in SCORM export - see FS#2526
17 years ago
Yannick Warnier
782f217232
[svn r15541] Fix flv issue in SCORM export - see FS#2526
17 years ago
Yannick Warnier
29861077b7
[svn r15473] Fix some url-append issues in SCORM export - see FS#2526
17 years ago
Yannick Warnier
193a716ee3
[svn r15432] Improved files parsing for SCORM export - see FS#2526
17 years ago
Yannick Warnier
09ebdc9f84
[svn r15325] Fixing SCO score recording bug due to max_score xcessive checking
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
Eric Marguin
2d6bf475ea
[svn r14677] fix a bug when there are breaklines in the suspend_data scorm variable
17 years ago
Eric Marguin
c601dda775
[svn r14275] the score and progress wasn't updated anymore when filling an exercise
17 years ago
Yannick Warnier
35584a9f7f
[svn r13990] Fixed another bug in prerequisites whereby using the "next" button could force an item with incompleted prerequisites to show. See http://www.dokeos.com/forum/viewtopic.php?p=40032#40032
18 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
2b4a018530
[svn r13979] Added write_objectives_to_db() and applied it to avoid problems of lost data when recording objectives. Fixes the bug preventing the recording of those objectives.
18 years ago
Yannick Warnier
13734f0cae
[svn r13976] Added get_ref()
18 years ago
Yannick Warnier
683932b6a9
[svn r13652] Fixed prerequisites bug (see FS#2047)
18 years ago
Yannick Warnier
1cba9af02d
[svn r13596] Improved handling of max_score - allow SCORM to set it for a specific item view + updated getter
18 years ago
Yannick Warnier
f84049607c
[svn r13592] Added order_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
6ba37c4e63
[svn r13513] Fixed bug preventing inclusion of images starting with "./" in SCORM export
18 years ago
Yannick Warnier
0660f930d4
[svn r13303] Fixed a series of bug that prevented media to be added to SCORM export.
18 years ago
Yannick Warnier
6646fbb9de
[svn r13234] Improvements to external media detection in get_resources_from_source()
18 years ago
Yannick Warnier
743296ccf1
[svn r13232] Added code and fixed some small bugs for inclusion of related medias in Quizzes and other documents of SCORM export
18 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
...
- trimmed scorm time format
- moved mysql_* function calls to Database::* function calls
- improved error_logging (added more information)
- added comments
18 years ago
Yannick Warnier
1745c7d37c
[svn r12959] Added additional comments for the set_score() change.
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
e966fb2b5c
[svn r12951] Fixed newbie error introduced when added hotpotatoes integration and preventing score record
18 years ago
Yannick Warnier
085d4b9b09
[svn r12851] Removed deprecated scripts
18 years ago
Yannick Warnier
851b433e7d
[svn r12840] Commented out hotpotatoes section in save() method because it was incomplete
...
Removed useless error logging request
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
...
- Fixed returned values for LMSSetValue() and LMSGetValue() in SCORM API, changed from JavaScript boolean to JavaScript strings ("true" and "false") as SCORM requires
18 years ago
Yannick Warnier
38a56daed2
[svn r12323] Check if object context before using $this
18 years ago
Eric Marguin
bc1a483603
[svn r12244] fix the bug http://www.dokeos.com/forum/viewtopic.php?t=8987
18 years ago
Eric Marguin
253048b721
[svn r12208] fix a bug when importing a scorm content, then exporting and reimporting it
18 years ago
Eric Marguin
f0adf191a2
[svn r12197] fix a bug again with audio export/import
18 years ago
Eric Marguin
8703529e93
[svn r12193] fix a bug in audio export
...
export link item type now
18 years ago
Eric Marguin
4b82885245
[svn r12188] export mp3 files too.
18 years ago
Eric Marguin
53c3cb258e
[svn r12099] add the prerequistes function to the score to the exercises
18 years ago
Yannick Warnier
d92649d861
[svn r11756] Fixed several bugs in SCORM export. Now including media files (css, images) attached from inside a document, as soon as it can be found on the server.
...
Does files addresses translations and updates files on the fly to transform obscure paths into good relative ones.
18 years ago
Yannick Warnier
91f10fb3e4
[svn r11752] Introduced limited recursivity in document spidering for SCORM export
18 years ago
Yannick Warnier
972dae8df1
[svn r11750] Including files recursively (a limit should probably be set as to what maximum level of recursivity is allowed)
18 years ago
Yannick Warnier
71d6bde3d8
[svn r11746] Improvements in parsing HTML link attributes - now also getting CSS @import links
18 years ago