Julio Montoya
dc87fd5e90
Fix lp item prerequisite after migration from 1.9.x see BT#15056
7 years ago
Julio Montoya
d4d41eebef
Use mastery_score as "min prerequisite" value if it was set before
...
See BT#15056
In 1.9.x c_lp_item.mastery_score was used as a min value. This value
will be checked if "c_lp_item.prerequisite_min_score" is empty only
when a exercise is a prerequisite.
7 years ago
Julio Montoya
015cb70646
Minor - format code
7 years ago
Alex Aragón
ad1ecb2b28
PDF view with viewerjs in LP
7 years ago
Julio
35f5f30a21
Fix course restore when exercise in LP has a document in description
...
See BT#10885
7 years ago
Julio Montoya
33732f5139
Minor - flint fixes
7 years ago
Julio Montoya
744479d6df
Add option to setting to hide lp navigation with arrows see BT#14938
...
New option in setting added "hide_lp_arrow_navigation":
$_configuration['lp_view_settings'] = [
'display' => [
'show_reporting_icon' => true,
'hide_lp_arrow_navigation' => false,
],
];
7 years ago
Julio Montoya
36a247df97
Minor - flint fixes, use (int) instead of intval
7 years ago
Angel Fernando Quiroz Campos
c9e7c9e5bb
Add introduction to form when adding read-out text - refs BT#14334
7 years ago
Angel Fernando Quiroz Campos
2267f91f0d
Rename highlighted document to read-out text - refs BT#14334
7 years ago
Angel Fernando Quiroz Campos
1062b71bd1
Add highlighted document for learnin paths - refs BT#14334
7 years ago
Julio Montoya
40edf9f446
Minor - fix wrong variable name
7 years ago
Julio Montoya
b0501cfdbe
Use default LP folder instead of document root
7 years ago
Julio Montoya
3a0b336eb8
Minor - format code
8 years ago
Julio Montoya
32700f8a61
Minor - format code, flint fixes
8 years ago
Julio Montoya
833806c381
Minor - format code, use (int)
8 years ago
Julio Montoya
e3e2713c02
Minor - format code
8 years ago
Julio Montoya
9ce5eb789a
Fix Chamilo quiz to scorm export see BT#14644
...
Requires composer update to install new serializer.
8 years ago
Julio Montoya
0697e1562d
Minor - format code, remove debug
8 years ago
Julio Montoya
638f5e6bc8
Fix LP export document paths see BT#14644
...
- Fix export of images inside "default_course_document", users/upload,
and the use of relative paths.
- Fix error when export LP using the directory "document/learning_path"
8 years ago
Julio Montoya
7c0a032079
Check first the iid then try the id to get the correct item BT#14506
8 years ago
Julio Montoya
ae91b48ec5
Minor - Format code
8 years ago
Julio Montoya
47542dc868
Fix LP export see BT#14644
...
- If an HTML document is inside a sub directory, the included image is
taking into account as a relative path not as a absolute path
8 years ago
Julio Montoya
eaff1047e8
Minor - format code
8 years ago
Julio Montoya
e8b97279d8
Minor - format code, fix php notices
8 years ago
Julio Montoya
a15168c466
Fix LP export to scorm see BT#14644
...
- Remove use of $_SERVER['DOCUMENT_ROOT']
- fix wrong strpos()
8 years ago
Julio Montoya
89ac2f824f
Learning calendar plugin changed dir name to "learning_calendar"
...
BT#14608
8 years ago
Julio Montoya
9171910c5c
Minor - format code
8 years ago
Julio Montoya
834622f8f6
LpCalendar WIP - See BT#14608
...
- New config: private_messages_about_user_visible_to_user,
allow_teachers_to_classes
- Format code, ui fixes for the new calendar year view
8 years ago
Julio Montoya
d665ae011f
Minor - format code, fix phpdoc, move classes into a file
8 years ago
Julio Montoya
3a647d3aea
Increase LP item length in build mode menu
8 years ago
Julio
44208472ce
Add new plugin LPCalendar (WIP) see BT#14608
...
- Block usergroups pages using new function $usergroup->protectScript();
- Change breadcrumbs to not show the "Administration" in classes
- Make number of users inside usergroup/classes clickable now we show
the list of users.
- Add LPCalendar link in "Reporting"
- Add new ajax page usergroup.ajax.php
- Add lp_item "calendar" extra field
8 years ago
Julio
93a2201d28
Minor - use (int) casting
8 years ago
Julio
0a0da902a9
Ignore deleted files see BT#14459
8 years ago
Julio
44d167cce7
Ignore deleted files see BT#14459
8 years ago
Julio
bdd8c78886
Move memory/execution time limits into a function see BT#14425
8 years ago
Julio
8a720b8e51
Minor - format code
8 years ago
Julio
98797de102
Fix document edition inside a LP, check id and iid see BT#14459
8 years ago
Julio
90a09b545c
Minor - flint fixes
8 years ago
Julio
6da2c499b2
When adding new chapter select last position see BT#14446
8 years ago
Angel Fernando Quiroz Campos
14d5975d6f
Replace flash player in edition of lp item - refs BT#14334
8 years ago
Julio
a09ed1e961
Minor - format code, change parameter name, $id already use
8 years ago
Julio
84f01bc0a5
Fix "position" menu when editing an LP item see BT#14449
8 years ago
Julio
a8b8f36393
Allow edit parent and position of LP chapter during edition see BT#14447
8 years ago
Julio
6aec3bc950
Minor - Fix wrong query when adding a new lp item see BT#14443
8 years ago
jmontoyaa
eaec2d3ec5
Minor - flint fixes
8 years ago
jmontoyaa
1a4311978d
Minor - format code
8 years ago
jmontoyaa
662e922176
Add learnpath category to the course builder see BT#14324
8 years ago
jmontoyaa
cbe9381f7a
Minor - remove variables not used
8 years ago
jmontoyaa
b1a4aa30e0
Allow add student publications to a LP inside a session see BT#14330
8 years ago