Julio Montoya
34640d210f
Minor - Fix LP category delete test
7 years ago
Julio
5e0cb78d28
Minor - format code
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
Yannick Warnier
fb1b1103d7
Display: Update icons positions in action bars (more coherent between tools) of dropbox, forum, grade book, learning path and wiki
7 years ago
Julio Montoya
bdfb2b1814
Minor - flint fixes
7 years ago
Julio Montoya
db5b1d84e8
Add lp icons (loaded using extra fields) see BT#15162
...
In order to setup the icons you need too:
1. Create the LP extra field text "lp_icon".
2. Add images in the theme dir "lp_icons"
Example:
web/css/themes/chamilo_green/lp_icons/icon1.png
web/css/themes/chamilo_green/lp_icons/icon2.png
3. Setup the icon when editing a LP
7 years ago
Julio Montoya
45a2221c6f
Minor - Improve foreach performance
8 years ago
Julio Montoya
1c0690a931
Fix php warning, format code, use lp progress instead of time progress
...
See BT#15020
8 years ago
Julio
e1eb8b411e
Improve UI in new min time LP feature see BT#15020
8 years ago
Angel Fernando Quiroz Campos
69249bcfc2
Fix button to notify teacher when completing LPs #2757
8 years ago
Angel Fernando Quiroz Campos
016cce31b1
Fix comments in code from #2757 + rename variables
8 years ago
Angel Fernando Quiroz Campos
b271d1c9f9
Minor - Fix comments in code from #2757
8 years ago
Julio Montoya
96d5e124f1
Minor - fix php warning, use casting
8 years ago
Julio Montoya
52ab374ec9
Minor - move code out of a loop
8 years ago
Julio Montoya
056ecf4c3f
Minor - fix php warning
8 years ago
Julio Montoya
dcbdc12748
Remove setting "allow_track_complete" use only "lp_minimum_time" BT#15020
...
Replace Tracking::get_time_spent_in_lp with Tracking::getCalculateTime
8 years ago
Julio Montoya
bbc3e4a3d7
Minor - update var langs
8 years ago
Julio Montoya
3a512497f0
Minor - flint fixes
8 years ago
Julio Montoya
f4570e39d5
Minor - show timer also to teachers
8 years ago
Julio Montoya
85e1093d6c
Update LP view using lp min time BT#15020
8 years ago
Julio Montoya
fe19616765
WIP: Adding AccumulateWorkTime (a.k.a lp min time) BT#15020
...
New conf setting: $_configuration['lp_minimum_time'] = false;
Code added "as is" from NSR
8 years ago
Alex Aragón
045262a02e
fix introduction section - refs #2546
8 years ago
jmontoyaa
38fc9d6d65
Show only "export to chamilo format" icon for Chamilo LPs see BT#10885
8 years ago
jmontoyaa
fe0aaebfea
Add setting "allow_lp_chamilo_export" to export LP with course builder
...
BT#10885
8 years ago
jmontoyaa
5124ae4d3c
Minor - format code
8 years ago
jmontoyaa
8cd27f4173
If lp/lp category visibility settings are off show everythin BT#10882
...
Settings:
allow_add_users_to_lp_category
allow_add_users_to_lp
8 years ago
Angel Fernando Quiroz Campos
476cee51fc
Fix hide lp category for students - refs BT#14181
8 years ago
jmontoyaa
09c92fe68b
Add import/export LP using CourseBuilder/CourseRestorer see BT#10885
8 years ago
jmontoyaa
04d30c87d9
Fix wrong duration time when doing an exercise inside a LP see BT#14149
...
Changes come from ofaj_dev branch:
- Fix firefox issue when loading events during "unload"
- Add ajax call to save exercise duration when page unload
-
8 years ago
jmontoyaa
752354d503
Minor - Fix error if entity is not set
8 years ago
jmontoyaa
efbc92df08
First be sure to delete LP sessions see BT#14149
8 years ago
jmontoyaa
6d0fe5cfd8
First be sure to delete LP sessions BT#14149
8 years ago
Julio Montoya
ecdc2037e2
Applied fixes from FlintCI
8 years ago
Nicolas Ducoulombier
65a9b56434
[LP] Minor Changing variable name to add scorm information on export -refs BT#10885
8 years ago
jmontoyaa
c209282cc4
Add option to update scorm files only see BT#10885
8 years ago
Julio Montoya
bf885f42f4
Applied fixes from FlintCI
9 years ago
Angel Fernando Quiroz Campos
5766e4e379
Minor - add percentage symbol to lp progress for teacher view - refs BT#13836
9 years ago
jmontoyaa
ce3526e064
Minor - format code
9 years ago
jmontoyaa
abd4f4b27c
Minor - format code
9 years ago
jmontoyaa
b2d96d9cb0
Add "lp_subscription_settings" settings see BT#10882
...
By default "add users to lp" and "add users to lp category" are "on":
You can edit the default settings changing this variable:
$_configuration['lp_subscription_settings'] = [
'options' => [
'allow_add_users_to_lp' => true,
'allow_add_users_to_lp_category' => true,
]
];
9 years ago
jmontoyaa
6ee67a40e5
Fix function name (typo)
9 years ago
jmontoyaa
b47557153f
Minor - format code.
9 years ago
Yannick Warnier
803f063d21
Minor - Add comment about auto-student-view in learning paths
9 years ago
Angel Fernando Quiroz Campos
393e53a922
Fix view single learnpath category - refs BT#12756
9 years ago
Angel Fernando Quiroz Campos
b965163df0
Allow save learnpath category with HTML code when save_titles_as_html is enabled - refs BT#12756
9 years ago
Angel Fernando Quiroz Campos
37de579dff
Allow publish learnpath categories as course tool - refs BT#12756
9 years ago
Angel Fernando Quiroz Campos
0728911b9f
Minor - Format code - refs BT#12756
9 years ago
Angel Fernando Quiroz Campos
2b3e79acf3
Allow hide/show learnpath categories - refs BT#12756
9 years ago
Angel Fernando Quiroz Campos
2be4112d03
Don't show options to modify/sort/delete learnpath categories in course session - refs BT#12756
9 years ago