formalms ver 2.2
I am try to create a curricula.
The curricula contains several course (Algebra, Calculus I, Calculus II, etc)
Algebra is prerequisite for Cal I and Cal II.
The workflow is not working because there is hyperlink in Cal I and Cal II, but
the prerequisite has not been met. The Algebra course has not been completed.
I am taking the following steps:
1-Create a new user
2- Create the courses (Alg, Cal I, Cal II)
3-Create the Curricula, assign the courses, prepare the order for the prerequisite and finally assign the user.
4-log in as the new user, go to the curricula tab, click expand . The first course show the black check-mark, the second show the lock but
the hyperlink is active on the course with the lock even though there is a prerequirement.
The hyperlink should not be available until the prerequirement is completed.
info about the link:
<a class="std_link" href="index.php?modname=course&op=aula&idCourse=4">Calculus I</a>
see image: sorry, the board attachment quota has been reached - (no able to show image)
Thank you for you help.
Curricula
Re: Curricula
It's a bug.
It has been submitted more than once.
Unfortunately, the official version is still bugged.
It has been submitted more than once.
Unfortunately, the official version is still bugged.
Per supporto GRATUITO contattatemi in privato qui
Re: Curricula
the solution should be:
if the prerequirement is completed (green check-mark)
them activated the the next link (depending on the prerequirement).
if .. them statement or a function that lock <a>
eg:
function lock(){
if ($('a').hasClass('lock')) {
$("a").attr("onClick","return false");
} else {
$("a").css("onclick","true");
$("a").removeClass('unlocked').addClass('lock');
$("a").attr("onClick","");
}
}
this is a possible guest. Now, the info is being pull from the db and it need to move to the next record and that become more complicated.
if the prerequirement is completed (green check-mark)
them activated the the next link (depending on the prerequirement).
if .. them statement or a function that lock <a>
eg:
function lock(){
if ($('a').hasClass('lock')) {
$("a").attr("onClick","return false");
} else {
$("a").css("onclick","true");
$("a").removeClass('unlocked').addClass('lock');
$("a").attr("onClick","");
}
}
this is a possible guest. Now, the info is being pull from the db and it need to move to the next record and that become more complicated.
Re: Curricula
Hi Cao,
yes, it's a bug. It has been fixed in the latest version, we'll release it as soon as possible.
yes, it's a bug. It has been fixed in the latest version, we'll release it as soon as possible.
---------------------
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
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
-
- Newbie
- Posts: 4
- Joined: Mon Apr 15, 2019 2:14 pm
- Version: forma.lms 2.0
Curricula Bug
Serious Forma Glitch
A Learning Path (or Curricula in Forma) is a set of content items that are combined together in one compound course.
It can have a flexible or strict order of lessons, that are normally enforced by setting up prerequisites.
I’ve noticed a very serious problem (glitch) in the forma LMS 2.2.
When you set up a in Curricula and apply prerequisites to it, they don’t actually work.
All of the links in the Curricula are active, even though the lock icon appears next to the links.
This problem only shows up under the Curricula Tab,
but appears to be properly enforced under the E-LEARNING Tab.
Am I doing something wrong?
A Learning Path (or Curricula in Forma) is a set of content items that are combined together in one compound course.
It can have a flexible or strict order of lessons, that are normally enforced by setting up prerequisites.
I’ve noticed a very serious problem (glitch) in the forma LMS 2.2.
When you set up a in Curricula and apply prerequisites to it, they don’t actually work.
All of the links in the Curricula are active, even though the lock icon appears next to the links.
This problem only shows up under the Curricula Tab,
but appears to be properly enforced under the E-LEARNING Tab.
Am I doing something wrong?
Re: Curricula
Hi Maurice,
it's what I've written above...
it's what I've written above...
---------------------
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
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
-
- Newbie
- Posts: 4
- Joined: Mon Apr 15, 2019 2:14 pm
- Version: forma.lms 2.0
Forma 2.2.1 Curricula - LMS Show Stopper - Glitch
Very. Very. Serious Forma Glitch Still Exist in Forma 2.2.1
This is an essential feature of any LMS. This feature does not work in Forma. See below:
A Learning Path (or Curricula in Forma) is a set of content items that are combined together to make up one complete course.
It is enforced by setting up prerequisites.
I’ve noticed a very serious problem (glitch) in the forma LMS 2.2. and 2.2.1
When you set up a in Curricula and apply prerequisites to it, they don’t actually work.
All of the links in the Curricula are active, even though the lock icon appears next to the links.
This problem shows up under the Curricula Tab.
Will this ever be fixed?
This is an essential feature of any LMS. This feature does not work in Forma. See below:
A Learning Path (or Curricula in Forma) is a set of content items that are combined together to make up one complete course.
It is enforced by setting up prerequisites.
I’ve noticed a very serious problem (glitch) in the forma LMS 2.2. and 2.2.1
When you set up a in Curricula and apply prerequisites to it, they don’t actually work.
All of the links in the Curricula are active, even though the lock icon appears next to the links.
This problem shows up under the Curricula Tab.
Will this ever be fixed?
Re: Curricula
Hi Maurice,
I agree that this is an important feature, I guess we've spoken about it before.
But it was already fixed in 2.2.1
Please see this video: https://360.articulate.com/review/conte ... 374/review
I agree that this is an important feature, I guess we've spoken about it before.
But it was already fixed in 2.2.1
Please see this video: https://360.articulate.com/review/conte ... 374/review
---------------------
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
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