FormaLMS 2.2 - Impossibile impostare i corsi nei feedback dei test

Funzionalità di frontend per utenti e amministratori dei corsi: navigazione generale, materiali didattici, test, registro valutazioni, ecc.
Post Reply
User avatar
lgreco82
FormaLms User
Posts: 38
Joined: Wed Jun 27, 2018 2:24 pm
Version: forma.lms 2.0

FormaLMS 2.2 - Impossibile impostare i corsi nei feedback dei test

Post by lgreco82 »

Ciao a tutti,
ho notato che non si riesce ad impostare i corsi nei feedback dei test perchè c'è un errore javascript e la tendina non compare mai.
Ho risolto aggiungendo la seguente riga al file /appLms/lib/lib.assessmente_rule.php:

28: public function loadJs()
29: {
30: Util::get_js(Get::rel_path('base') . '/addons/yui/utilities/utilities.js', true, true);
31: Util::get_js(Get::rel_path('lms') . '/modules/test/assessment_rule.js', true, true);
32: }

Ora sembra funzionare, ma mi fate sapere se sia la soluzione ottimale?

Grazie,
Luca
User avatar
alberto
FormaLms Guru
Posts: 1135
Joined: Fri Mar 02, 2012 9:18 am
Contact:

Re: FormaLMS 2.2 - Impossibile impostare i corsi nei feedback dei test

Post by alberto »

Grazie Luca, verifichiamo e se possibile riportiamo nella prossima release
User avatar
lgreco82
FormaLms User
Posts: 38
Joined: Wed Jun 27, 2018 2:24 pm
Version: forma.lms 2.0

Re: FormaLMS 2.2 - Impossibile impostare i corsi nei feedback dei test

Post by lgreco82 »

Perfetto.

Grazie,
Luca
Post Reply