Borja Sánchez
c85e9852df
Plugin: H5P Import: Add first H5P import plugin implementation - refs BT#20717
...
Author: @BorjaSanchezBeezNest
3 years ago
Yannick Warnier
a5c5c36e8c
Learnpath: Remove validation on "completed" (or equivalent) lesson_status to update the SCO view details in SCORM learning paths - refs #4595
3 years ago
christianbeeznest
45cf30d4bb
Tracking: Course: Add finalization date for learnpath and exercises to reporting - refs BT#20362
...
Author: @christianbeeznest
3 years ago
Angel Fernando Quiroz Campos
b66d3da61c
Minor: Format code
4 years ago
NicoDucou
3bd844250a
Learnpath: Only log fixAbusiveTime when the server is in test mode -refs BT20099
4 years ago
NicoDucou
b348f8ed62
Learnpath: Avoid calling function if the object does not existe to avoid error logs on a NULL value -refs BT#20099
4 years ago
Angel Fernando Quiroz Campos
bdc1499e46
Minor: Format code
4 years ago
Christian
ad980cc9fb
Learnpath - Improve Lp requisites with quiz attempts - refs BT#19599
4 years ago
Christian
1d97cb1d23
Learnpath - Improve allow lp prerequisite on quiz to unblock if max attempt is reached - refs BT#19599
4 years ago
Christian
9ee1a2d134
Learnpath - Allow lp prerequisite on quiz to unblock if max attempt is reached - refs BT#19599
4 years ago
Christian
4bc6fc4cda
Lp: Fix update progress inside lp view - refs BT#19283
4 years ago
Christian
988ecd1e2e
Exercise: Fix spaces between ? and : - refs BT19079
4 years ago
Christian
8c44368bcd
Lp: Implement to use the best result of a quiz in lp - refs BT19079
4 years ago
Julio Montoya
89d96ae259
LPs: Read lp_item extra field 'no_automatic_validation' see BT#18568
...
Chamilo by default changes the lp item to status = complete when the
LP is a document. Setting the "no_automatic_validation" to true,
Chamilo will not do that. The HTML file will be in charge of that update
The document can update the status with LMSCommit('iframe');
Example in the HTML:
<script>
document.addEventListener("DOMContentLoaded", function(event) {
if (window.parent && window.parent.API) {
let api = window.parent.API;
if (api) {
api.LMSSetValue('cmi.core.score.raw', 100);
api.LMSSetValue("cmi.core.lesson_status", "completed");
api.LMSCommit('iframe');
}
}
});
</script>
5 years ago
Julio Montoya
1b3d7a8f0f
Minor - format code
5 years ago
Julio Montoya
5a092bee57
Scorm: After LMSCommit don't clean variables, call prerequisite from DB
...
#2063
BT#17936
5 years ago
Julio Montoya
5ac02cf34b
Minor - flint fixes
5 years ago
Julio Montoya
a0cc55bc47
Learning path: Disable auto status update for assets in a Chamilo LP
...
#3584
This change removes the code that forces the asset to be "completed".
5 years ago
Julio Montoya
ba1fe4bb81
Minor - format code, add logs
5 years ago
Julio Montoya
abd9b3ee9f
Minor - format code
5 years ago
Julio Montoya
9b450bda56
Minor - format code, remove unused comments, update from master
5 years ago
Julio Montoya
e918999bb9
Minor - fix missing course id
5 years ago
Julio Montoya
c28a5e005f
Fix LP audio upload BT#17524
6 years ago
Julio Montoya
07e11708a6
Minor - format code
6 years ago
Julio Montoya
039984b97a
Learning path: Add audio from different folder BT#17524
6 years ago
Julio Montoya
2339dcecb5
Use LP item audio with different path BT#17524
6 years ago
Julio Montoya
0ba1308c36
Minor - remove unused code
6 years ago
Julio Montoya
24970b6787
Fix add lp audio BT#17524
6 years ago
Julio Montoya
f67c5361ac
LP audio changes see BT#17524
...
- When adding an audio, delete the previous one.
- Add file name when recording an audio.
6 years ago
Julio Montoya
6540601b6f
Minor - format code, fix PHP warning.
6 years ago
Julio Montoya
75a65bcc6a
Minor - format code, flint fixes
6 years ago
Julio Montoya
6981444fbf
Fix set correct max score BT#17086
6 years ago
Julio Montoya
67b61d8c72
Minor - format code fix php warning
6 years ago
Yannick Warnier
d8ae9d4744
Fix issue with invitee role viewing learning paths - refs BT#15920
7 years ago
Julio Montoya
caeacdd6b7
Check if exercise item step is completed in other sessions see BT#15930
7 years ago
Julio Montoya
8bac80a567
Minor - Format code, fix typo
7 years ago
Julio Montoya
6719ca238f
Allow user to enter a LP item if it was validated in another session
...
Config added "validate_lp_prerequisite_from_other_session" BT#15930
7 years ago
Julio Montoya
d5ab6f8805
Minor - flint fixes
7 years ago
Julio Montoya
9bc8f47b22
Minor - format code, remove error_log
7 years ago
Angel Fernando Quiroz Campos
a60ed51884
Plugin: Whispeak don't progress when auth is not passed in LP - refs BT#15816
7 years ago
Angel Fernando Quiroz Campos
17a939d65c
Only show audio folder to assign audio to LP item #2873
7 years ago
Julio Montoya
f4ded69c9d
Allow min prerequisite to be 0 BT#15494, don't over write value
7 years ago
Julio Montoya
f01c8af942
Minor - fix php warning
7 years ago
Julio
e226292b85
Setting lp_minimum_item, depends in the course and session extra field
...
The extra field "new_tracking_system". It should be turned on in order
to process the new stats, otherwise it will load the classic stats.
BT#15252
7 years ago
Julio
097585fd4a
Config "lp_minimum_item", depends in a course extra field BT#15252
...
The course extra field name is "new_tracking_system".
It should be turned on in order to process the new stats,
otherwise it will load the classic stats.
7 years ago
Julio Montoya
f29d22edcb
Minor - flint fixes
7 years ago
Angel Fernando Quiroz Campos
162c07c82d
Minor - Fix comments in code from #2757
7 years ago
Angel Fernando Quiroz Campos
b271d1c9f9
Minor - Fix comments in code from #2757
7 years ago
Julio Montoya
40dd044700
Minor - fix php notices, warnings
7 years ago
Julio Montoya
3a512497f0
Minor - flint fixes
7 years ago