Sequence issue

Backend functionalities: user management, course management, reports, certificates, etc.
fdeutsch
Newbie
Posts: 11
Joined: Sun Nov 03, 2019 8:22 pm
Version: forma.lms 2.0

Sequence issue

Post by fdeutsch »

Hi,

I have an issue with my Forma LMS installation.
I have created 31 lessons with 10 tests by lesson.

Some studiants send to me email because the order of the questions is not good.
I can see the order difference if i'm connecting with student account or teacher account.

I can correct the issue with the button named "Corriger l'erreur de séquence". But, the error come back again and again.
Could you help me please ?

Version: 2.3.0

Thank you by advance.
alfa24
Senior Boarder
Posts: 2009
Joined: Fri Nov 24, 2017 8:45 am

Re: Sequence issue

Post by alfa24 »

What does "the error come back again and again" exactly mean?
The sequence is shuffled upon each execution? If this is the case, I'm afraid you checked the option to randomise the questions order...
Per supporto GRATUITO contattatemi in privato qui
User avatar
max
FormaLms Guru
Posts: 2735
Joined: Thu Mar 01, 2012 10:41 am
Version: forma.lms 2.4
Contact:

Re: Sequence issue

Post by max »

Yes, it might be as Alfa24 is supposing...

Anyway, why don't you also upgrade to version 2.4.5? Regardless of the test option, there's a lot of improvements, bug fixes and security upgrades.
---------------------
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
fdeutsch
Newbie
Posts: 11
Joined: Sun Nov 03, 2019 8:22 pm
Version: forma.lms 2.0

Re: Sequence issue

Post by fdeutsch »

Thank you for your answers.
I have checked and these options are checked : "Organiser en séquence".

Please show the images :
https://zupimages.net/viewer.php?id=21/50/0vpr.png
https://zupimages.net/viewer.php?id=21/50/v2dm.png

You can show the texte "Corriger l'erreur de séquence" (Fix sequence)

The sequence is shuffled upon each execution. But the option to randomise the questions order is not checked.
Thank you for your help.

Regards,
Last edited by fdeutsch on Sun Dec 19, 2021 7:53 pm, edited 1 time in total.
fdeutsch
Newbie
Posts: 11
Joined: Sun Nov 03, 2019 8:22 pm
Version: forma.lms 2.0

Re: Sequence issue

Post by fdeutsch »

max wrote: Wed Dec 15, 2021 9:49 am Yes, it might be as Alfa24 is supposing...

Anyway, why don't you also upgrade to version 2.4.5? Regardless of the test option, there's a lot of improvements, bug fixes and security upgrades.
I can't upgrade because I'm on mutualized server and the version of php is not not compatible with FormaLMS.
Thank's.
alfa24
Senior Boarder
Posts: 2009
Joined: Fri Nov 24, 2017 8:45 am

Re: Sequence issue

Post by alfa24 »

Please, provide:

PHP version
Result of the following query:

Code: Select all

SELECT order_type FROM learning_test WHERE idTest = XXX
Where XXX is your idTest (you can retrieve it in the URL you posted for the test properties).
Per supporto GRATUITO contattatemi in privato qui
User avatar
max
FormaLms Guru
Posts: 2735
Joined: Thu Mar 01, 2012 10:41 am
Version: forma.lms 2.4
Contact:

Re: Sequence issue

Post by max »

fdeutsch wrote: Sun Dec 19, 2021 7:50 pm
max wrote: Wed Dec 15, 2021 9:49 am Yes, it might be as Alfa24 is supposing...

Anyway, why don't you also upgrade to version 2.4.5? Regardless of the test option, there's a lot of improvements, bug fixes and security upgrades.
I can't upgrade because I'm on mutualized server and the version of php is not not compatible with FormaLMS.
Thank's.
php requirements for Forma 2.3 and 2.4.5 are the same
---------------------
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
fdeutsch
Newbie
Posts: 11
Joined: Sun Nov 03, 2019 8:22 pm
Version: forma.lms 2.0

Re: Sequence issue

Post by fdeutsch »

alfa24 wrote: Sun Dec 19, 2021 10:18 pm Please, provide:

PHP version
Result of the following query:

Code: Select all

SELECT order_type FROM learning_test WHERE idTest = XXX
Where XXX is your idTest (you can retrieve it in the URL you posted for the test properties).
Please find the php version here : Version PHP: 7.2.24-0ubuntu0.18.04.10

MariaDB [cbcfrance_formation]> SELECT order_type FROM learning_test WHERE idTest = 93;
+------------+
| order_type |
+------------+
| 0 |
+------------+
1 row in set (0.00 sec)

Thank you.
alfa24
Senior Boarder
Posts: 2009
Joined: Fri Nov 24, 2017 8:45 am

Re: Sequence issue

Post by alfa24 »

Downgrade to php 7.0 and try again.
Per supporto GRATUITO contattatemi in privato qui
fdeutsch
Newbie
Posts: 11
Joined: Sun Nov 03, 2019 8:22 pm
Version: forma.lms 2.0

Re: Sequence issue

Post by fdeutsch »

alfa24 wrote: Sun Dec 26, 2021 11:40 pm Downgrade to php 7.0 and try again.
I was been difficult because this version is not purposed by Ubuntu and others. It's a old old version. BUT
with a specific php repository, we have been downgrade to : 7.0.33-57+ubuntu20.04.1+deb.sury.org+1
My Forma LMS version is 2.4.5 now.

How to reset order with teacher order and not studiant order ? (if I use the link "Fix sequance" the studiant order will by apply).
All of 35 courses with 10 tests ara affected. Few hours if I do manually.

Thank you.
Post Reply