Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Suppose if i had 4+3 = ?
now the user must type 7 in text box
so my doubt is if user types 7 then it should move on to next question else it should move on to home.
Right answer = you r correct and lets move on to other question
Wrong answer = go to home/start
Sounds like you want to implement a questionare or quiz app? If your screens have 1 question per screen then you are describing a conditional screenflow. The approach is to use javascript to create the logic to identify a correct input and then programmatically transition to the next screen. MobiOne provides javascript apis to accomplish this. Do you have javascript programming and debugging skills?