I've got a problem here with LearnLoop 1.0b1, php3 (and 4), and mySQL 3.23.22-6 all
on RedHat 7.0.
As admin I can create quizzes but cannot create and save questions. After I define the questions and hit the save button, a dialog box pops up and tells me I need at least two alternatives to a question. This happens all the time even if I put in 5 or 6 alternatives.
Just to make it wasn't my technique, I tried the exact same questions/alternatives on the LearnLoop demo page. It worked just like it was supposed to.
Any ideas an where I might have screwed up?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well I'm kind of glad somebody else is seeing the same problem. This has been driving me crazy with no solution yet. Also found out while I cannot create and save a quiz, surveys are no problem. I'll have some time next week to dig into it again maybe something will fall into place.
Bob
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Open up verify.js in the quizfolder. Theres a line saying:
--------------------------------------------------
if(count<2){
checkError += "\n\n-You have to submit at least two (2) alternatives to a question.";
-----------------------------------------------
I changed "if(count<2)" to "if(count<0)" and now it works fine. Of course this change can do bad thing in other situations but its worth a try.
Bengt
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've got a problem here with LearnLoop 1.0b1, php3 (and 4), and mySQL 3.23.22-6 all
on RedHat 7.0.
As admin I can create quizzes but cannot create and save questions. After I define the questions and hit the save button, a dialog box pops up and tells me I need at least two alternatives to a question. This happens all the time even if I put in 5 or 6 alternatives.
Just to make it wasn't my technique, I tried the exact same questions/alternatives on the LearnLoop demo page. It worked just like it was supposed to.
Any ideas an where I might have screwed up?
Have you solved the quiz-problem yet? I have the same problem on my Mandrake-box.
Bengt
Well I'm kind of glad somebody else is seeing the same problem. This has been driving me crazy with no solution yet. Also found out while I cannot create and save a quiz, surveys are no problem. I'll have some time next week to dig into it again maybe something will fall into place.
Bob
Try this:
Open up verify.js in the quizfolder. Theres a line saying:
--------------------------------------------------
if(count<2){
checkError += "\n\n-You have to submit at least two (2) alternatives to a question.";
-----------------------------------------------
I changed "if(count<2)" to "if(count<0)" and now it works fine. Of course this change can do bad thing in other situations but its worth a try.
Bengt
When I choose "Survey" and "Allways checkboxes" in a Quiz Learnloop displays radiobottoms..?
And results of a survey are presented in the order that the questions are made not after their numbers...
Any ideas?