Directly Play First Learning Objective of Course

Anything about what happens on the user and teacher side
Post Reply
CVDHR
Newbie
Posts: 13
Joined: Fri Aug 16, 2024 6:27 pm

Directly Play First Learning Objective of Course

Post 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?
User avatar
max
FormaLms Guru
Posts: 2783
Joined: Thu Mar 01, 2012 10:41 am
Version: forma.lms 2.4
Contact:

Re: Directly Play First Learning Objective of Course

Post 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.
---------------------
Massimiliano Ferrari
Elearnit - Elearning e Knowledge Management
https://www.elearnit.net
https://www.linkedin.com/in/massimilianoferrari
m.ferrari[at]elearnit.net
Skype: m_ferrari_it
CVDHR
Newbie
Posts: 13
Joined: Fri Aug 16, 2024 6:27 pm

Re: Directly Play First Learning Objective of Course

Post 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.
alfa24
Senior Boarder
Posts: 2241
Joined: Fri Nov 24, 2017 8:45 am

Re: Directly Play First Learning Objective of Course

Post by alfa24 »

  1. create a new language key, let's say _ROOT_FOLDER in "standard" module and translate with your wanted text.
  2. 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' )}}
  3. do the same with file file /appLms/views/lomanager/container.html.twig
  4. Clear the twig cache
Per supporto GRATUITO contattatemi in privato qui
Post Reply