facebook

Creating a Simple Quiz with JS

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #332924 Reply

    profroofs
    Member

    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.
    #332925

    profroofs
    Member

    If you can email (mailto:ProfRoofs@gmail.com) or I guess just post what I need to do here that would be fine.

    Thanks!

    #332930

    Hi profroofs,

    I follow up with you on this question at this thread: http://www.genuitec.com/support-genuitec/viewtopic.php?p=12463#p12463

    Let me know how it goes for you.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Creating a Simple Quiz with JS

You must be logged in to post in the forum log in