PDA

View Full Version : learning path workflow problem when quiz is added


palidanx
12-02-2009, 03:53 AM
I have the demo of 1.0.6 installed (running test data and if its good we will purchase) and a regular learning path with content works fine. So we have

Learning Path
+ content 1
+ content 2
+ content 3

But when we add a quiz

Learning Path
+ content 1
+ content 2
+ content 3
+ quiz

The links don't work properly for the student when walking through the learning path. What happens is

Learning Path content 1 - student clicks next
They are taken to the course home instead of content 2.

If we remove the quiz from the learning path, everything works fine?

Is there something special we are supposed to do to configure this correctly?

palidanx
12-02-2009, 04:04 AM
Upon further investigation I noticed the regular workflow uses:


<input type="submit" alt="Next" style="border: 0pt none ; padding: 0px; background: transparent url(http://www.howcookingworks.com/components/com_joomla_lms/lms_images/buttons/btn_start.png) no-repeat scroll left top; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; display: block; cursor: pointer; font-size: 0pt; width: 32px; height: 32px;" value="next_lpathstep" name="action"/>


But the messed up workflow seems to be pointing to 'contents_lpath' instead of 'next_lpathstep'


<input type="submit" alt="Contents" style="border: 0pt none ; padding: 0px; background: transparent url(http://www.howcookingworks.com/components/com_joomla_lms/lms_images/buttons/btn_contents.png) no-repeat scroll left top; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; display: block; cursor: pointer; font-size: 0pt; width: 32px; height: 32px;" value="contents_lpath" name="action"/>

palidanx
12-02-2009, 06:45 PM
hey i figured it out.. the inclusion of prototype and scrtipaculous was bombing some mootools.js or something. for the time being i've removed it.