Hello,
I am in the 15 day trial period and am deciding on whether to buy the program. I am trying to make an Anatomy & Physiology quiz but I only know a little C++ from back in the day. I spent all day working with this program and trying to get the quiz to work. When I Unzipped the file that ‘Max87’ created in a post called ‘How to make a quiz’ on 6/8/12, it worked perfect!
So I assumed if I copied and pasted the js code and change the ‘#ms-…” file links that it would work. The program I get is that there is NO transition to Question 2. I can run any question on its own and it works fine, but the transition from 1 to 2 does not work. What is weird is that if I set the transition back to the Home page after the question is answered right then it will go. So why does it not want to go to page 2? I put “#ms-question2″ for when it is right (line 47 of the code).
function question1()
{
value = $(‘input[name=”radio-group1”]:checked’).val()
if(value==’right’)
{
alert(“Right answer”);
rightAnswer++;
phoneui.gotoPage(‘#m1-question2’,phoneui.transitions.slideLeft);
}
I attached the zip (rar) file.
Thanks,
John
Attachments:
You must be
logged in to view attached files.