Page 1 of 1
Directly Play First Learning Objective of Course
Posted: Fri May 23, 2025 4:07 pm
by CVDHR
Hi,
The course auto play function does not seem to be working for me when checking off "Directly Play First Learning Objective of Course". I noticed a thread indicating this feature was not working in earlier versions. Is this still an issue in version 3.3.24?
Re: Directly Play First Learning Objective of Course
Posted: Fri May 23, 2025 4:12 pm
by max
I don't know about old versions, anyway
- as far as I know the feature works correctly
- you might miss a piece of information: if you are not a student but a course administrator, / teacher, obviously you are not subject to that behaviour. If you were, you could never edit the course ...
Regardless of the above, I normally do not recommend using that feature, there is almost no point in using it.
Re: Directly Play First Learning Objective of Course
Posted: Fri May 23, 2025 4:19 pm
by CVDHR
Thanks for the reply. That brings me to my next question. I would like to organize lessons, etc. in the Learning Object Management page with folders. The first folder on my page is named "Level" which is standard on all courses. Is there a way to rename it? I don't see any way to do this. The available reference guide seems to have a different setup than the version I am running.
Re: Directly Play First Learning Objective of Course
Posted: Fri May 23, 2025 5:56 pm
by alfa24
- create a new language key, let's say _ROOT_FOLDER in "standard" module and translate with your wanted text.
- edit file /appLms/views/lo/container.html.twig
search for:
Code: Select all
{{ Lang_translate('_LEVEL', 'standard' )}}
and replace with:
Code: Select all
{{ Lang_translate('_ROOT_FOLDER', 'standard' )}}
- do the same with file file /appLms/views/lomanager/container.html.twig
- Clear the twig cache