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
Julio Montoya
2949b9d8e2
LPs: Fix course home LP link visibility BT#17744
5 years ago
Julio Montoya
595808a909
LPs: Fix course home LP link visibility BT#17744
5 years ago
Julio Montoya
1f11a0aa64
LPs: Fix course home LP link visibility BT#17744
5 years ago
Julio Montoya
e326122083
Lps: Redirect to lp list after action
5 years ago
Julio Montoya
f6f38c5e69
LPs: Show warning if doc is not visible BT#17750
5 years ago
Julio Montoya
de8301edac
LPs: Show warning if doc is not visible BT#17750
5 years ago
Julio Montoya
1d7280c585
LPs: Show warning if doc is invisible BT#17750
5 years ago
Julio Montoya
c40f6b56c6
LPs: Show document protected if link is invisible BT#18135
5 years ago
Julio Montoya
5bbdd766ae
LP: Don't show categories created in a session in base course
...
BT#18132
5 years ago
Julio Montoya
a43cf297bb
Lps: Add subscribe users + hide TOC when copying a LP BT#18064
5 years ago
Julio Montoya
fe2b1d0eff
LP: Allow to create a LP in a session inside a base course category
...
The config "allow_session_lp_category" is required.
BT#18132
5 years ago
Julio Montoya
33754fe29d
Minor - format code, remove debug
5 years ago
Julio Montoya
9fd1eca2a9
LP: Show full width when using pdf viewer js BT#18238
...
Config: allow_pdf_viewerjs_in_lp
5 years ago
Julio Montoya
666525d9bc
Exercises: Cast to int
5 years ago
Julio
59ea820cbe
Minor - replace merge with persist
5 years ago
Julio
206f1a2e40
Minor - PHP fixes
...
1db4c6c89d
5 years ago
Julio
e093747faa
Minor - flint fixes
5 years ago
Carlos Alvarado
1db4c6c89d
Plugin: ReportByAuthor: Fix Edit lp item - refs BT#17943
5 years ago
Julio Montoya
ce2afdaeef
Minor - format code
5 years ago
Julio Montoya
83b8a7a40c
Format code, clean code, fix installation, php warning
...
0b0f569324
5 years ago
Julio Montoya
1b3d7a8f0f
Minor - format code
5 years ago
Carlos Alvarado
004ebb63d4
Minor: Learnpath: Flinci Fix - BT#17943
5 years ago
Carlos Alvarado
477c6b379d
Learnpath: Prevent edit authors,authorlp, authorlpitem, price for non admin - BT#17943
5 years ago
Carlos Alvarado
b4cded0d46
Learnpath: rename $exclude to $excludeExtraFields in item's edit - BT#17943
5 years ago
Carlos Alvarado
101465799c
Tracking: Removed sco from exclude - refs BT#17943
5 years ago
Carlos Alvarado
80f1807d02
Tracking: Adjustment to correctly validate the admin when editing the item - refs BT#17943
5 years ago
Julio Montoya
a4549286d9
Minor - format code
5 years ago
Julio Montoya
f58d837b81
LP: Fix LP category edition show only categories in the session BT#18132
5 years ago
Julio Montoya
b91a1e878a
LP: Block access of invisible link (eye icon) see BT#18135
5 years ago
Julio Montoya
62a526d6eb
LP: Remove unused code, add cidReq in stats php page
5 years ago
Julio Montoya
9ea7e0f477
Minor - format code
5 years ago
Yannick Warnier
f493c73e36
Minor: Add LP ID and user ID to debug message - refs BT#17936
5 years ago
Juan Cortizas Ponte
38e31f6712
Learning path: Add progress check to avoid saving if progress is lower than before, only when 'score as progress' option is enabled - refs BT#17936
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
Angel Fernando Quiroz Campos
688dd4f8db
LP: Add hook when ending learnin path - refs BT#16742
5 years ago
Julio Montoya
cdf2f7934c
LP: Fix move form #3653
5 years ago
Julio Montoya
17f273b760
LP: Fix error in move item #3653
5 years ago