Christian
ea42311b32
Learnpath: Add dates as item prerequisites - refs BT#20639
3 years ago
Angel Fernando Quiroz Campos
9205b9caf7
LP: Fix publicated_on date when creating lp - refs BT#20443
3 years ago
Yannick Warnier
e19e39d665
Learnpath: Add lower progress condition on c_lp_view table update in write_to_db() - refs #4594
3 years ago
Christian
e750540586
Learnpath: Fix order menu tree when it has final item - refs BT#20362
3 years ago
NicoDucou
03c7b4750a
Learnpath: Change icon and help text for final item -refs BT#20362
3 years ago
Angel Fernando Quiroz Campos
fb90175564
LP: Move call to HookLearningPathCreated to learnpath::add_lp method and use entity as data - refs BT#20443
3 years ago
christianbeeznest
45cf30d4bb
Tracking: Course: Add finalization date for learnpath and exercises to reporting - refs BT#20362
...
Author: @christianbeeznest
3 years ago
Christian
a1815e6529
Plugin - Add validation to block users ims_lti outside a tool provider - refs BT#20093
3 years ago
Christian
5de0d28bff
Course import - Fix display order of items imported from sections - refs BT#20060
3 years ago
Angel Fernando Quiroz Campos
00d54e2eaa
Fix return value - refs BT#20042
3 years ago
Angel Fernando Quiroz Campos
1594cb3227
LP: Enable acquisition field when not existing lp view - refs BT#20042
3 years ago
Angel Fernando Quiroz Campos
20be8a2a0c
Minor - Format code
4 years ago
Yannick Warnier
a11f941469
Learnpath: Add webm to video formats managed through showinframes - refs #4162
4 years ago
Christian
89aadb1d81
Learnpath - Clean code from php-cs-fixer - refs BT#19626
4 years ago
Christian
9753629ff5
Learnpath - Add flow buttons in lp view - refs BT#19626
4 years ago
Angel Fernando Quiroz Campos
e4adbec599
LP: Fix delete c_tool for category as course tool - refs BT#19453
4 years ago
Angel Fernando Quiroz Campos
da0ff1b2e7
Minor: Fix code style
4 years ago
Christian
84c0f8d630
Lp: Implement surveys in lps and sessions - refs BT#19049
4 years ago
Christian
c202039c0d
Minor: Clean code, remarks in PR - refs BT#19049
4 years ago
Christian
cf04f2dd76
Minor: Improve and clean code - refs BT#19049
4 years ago
Christian
76a7bcbc54
Lp: Implement partial surveys in lps and base survey in sessions - refs BT#19049
4 years ago
Angel Fernando Quiroz Campos
d4db223f9f
Minor: Flint fixes
4 years ago
Christian
7570f9878d
Minor: Clean code from flintci - refs BT#19212
4 years ago
Christian
4bc6fc4cda
Lp: Fix update progress inside lp view - refs BT#19283
4 years ago
Julio Montoya
ac1b4725c7
LPs: Add remove_Xss
4 years ago
Angel Fernando Quiroz Campos
b0202cf9f4
LP: Fix MyFiles path in documents when exportin to scorm - refs BT#18883
4 years ago
Angel Fernando Quiroz Campos
e4158480d4
LP: Fix path for /web files in manifest - refs BT#18883
4 years ago
Angel Fernando Quiroz Campos
0030d078e8
LP: fix local CSS url when exporting scorm - refs BT#18883
4 years ago
Angel Fernando Quiroz Campos
000c04290b
LP: Simplify conditional - refs BT#18883
4 years ago
Julio Montoya
804e277513
Lps: Fix wav file inside an LP BT#18926
4 years ago
Angel Fernando Quiroz Campos
0080b251e0
Minor - flint fixes - refs BT#18883
4 years ago
Angel Fernando Quiroz Campos
83a2b909e8
LP: Generate index page when exporting backup - refs BT#18883
4 years ago
Angel Fernando Quiroz Campos
517abe3e03
Fix and rename student_follow_page_show_invisible_lp_students to student_follow_page_include_not_subscribed_lp_students - refs BT#18671
5 years ago
Carlos Alvarado
246c778366
RemedialCourse: Remove lp to notification on exercise #18221 - refs BT#18221
5 years ago
Carlos Alvarado
8474207704
Minor: LearningPath: Flinci Fix - refs BT#18221
5 years ago
Carlos Alvarado
a96dca36e5
LearningPath: Button to notify student and HR manager that an exercise is published - refs BT#18221
5 years ago
Angel Fernando Quiroz Campos
316bc309f6
Remove unnecessary quotes in queries - refs BT#18201
5 years ago
Angel Fernando Quiroz Campos
8d08d2979b
Quiz: Use iid instead of id in c_quiz_question queries - refs BT#18452
5 years ago
Angel Fernando Quiroz Campos
ec024dcf1d
Quiz: Use iid instead of id in c_quiz queries - refs BT#18452
5 years ago
Angel Fernando Quiroz Campos
d3e4b7a1d3
LP: Allow list not ignoring the subscription - refs BT#18671
5 years ago
Angel Fernando Quiroz Campos
4ecf77f994
Minor - Flint fixes - refs BT#18671
5 years ago
Angel Fernando Quiroz Campos
e1a5ce7cc4
Tracking: Allow export student follow page to PDF - refs BT#18671
5 years ago
Angel Fernando Quiroz Campos
3351d26d50
Add student_follow_page_add_LP_invisible_checkbox conf setting - refs BT#18671
...
Prepend a column in student LPs table to display a checkbox to select the LP category and its LPs. Requires DB changes:
INSERT INTO extra_field (extra_field_type, field_type, variable, display_text, default_value, field_order, visible_to_self, visible_to_others, changeable, filter, created_at) VALUES
(20, 13, 'invisible', 'Invisible', '', 0, 1, 0, 0, 0, NOW());
5 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
ad6e3303c5
Minor - fix php notices
5 years ago
Angel Fernando Quiroz Campos
a7471ce6c1
xAPI: Allow include activities as lp item - refs BT#18403
5 years ago
Angel Fernando Quiroz Campos
1d6fd65269
LP: Arrange code - refs BT#18403
5 years ago
Julio Montoya
08e5c0dbf3
LPs: Fix course home LP link visibility BT#17744
5 years ago
Julio Montoya
75e59f4798
LPs: Fix course home LP link visibility BT#17744
5 years ago
Julio Montoya
6890f42fad
LPs: Fix course home LP link visibility BT#17744
5 years ago