making A Quiz with multiple choices (pictures)

hey guys.. I'm making A Multiple Choice Question Quiz
but the choices are not texts, my choices are pictures, i din't know how to do it ..
i did multiple choice questions with multiple texts choices, it was easy but i couldn't do it with pictures
anyone can help, please

Comments

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949

    Images are just attributes with text values. So if you set it up with multiple text choices, just change the value of self.Image each time you need to change an image.

  • MattButlerStudiosMattButlerStudios Member Posts: 486

    Make an attribute that holds the value of the picture that was tapped. Make rules that assign a certain value to the attribute indicating which picture was tapped. You could also use a table with this rule set in order to check if the current picture was the correct picture of the choices.

  • sadeemsadeem Member Posts: 14

    thank you.. I will try it!

  • sadeemsadeem Member Posts: 14

    i couldn't do it, can you give me an example please, cause i'm a beginner this is my first time making a game > @tatiang said:

    Images are just attributes with text values. So if you set it up with multiple text choices, just change the value of self.Image each time you need to change an image.

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949

    How did you do it with text? If you explain we might be able to help you adapt it to images.

  • kipdevkipdev Member Posts: 275

    Are you wanting them to touch the picture for the right answer? If so I know how to do that, thats what I did in my app. "cookie moron test" here is the android and apple link check it out, and let me know if this is what you mean.

    https://itunes.apple.com/us/app/cookie-moron-test/id909833435?ls=1&mt=8 (for Ios)

    https://play.google.com/store/apps/details?id=com.thisclose.kdgames (android)

  • sadeemsadeem Member Posts: 14

    @tatiang said:
    How did you do it with text? If you explain we might be able to help you adapt it to images.

    i did the text in table..

  • sadeemsadeem Member Posts: 14

    @kipdev said:
    Are you wanting them to touch the picture for the right answer? If so I know how to do that, thats what I did in my app. "cookie moron test" here is the android and apple link check it out, and let me know if this is what you mean.

    https://itunes.apple.com/us/app/cookie-moron-test/id909833435?ls=1&mt=8 (for Ios)

    https://play.google.com/store/apps/details?id=com.thisclose.kdgames (android)

    YES!! it's similar to your game

  • zweg25zweg25 Member Posts: 738

    Look at game salad's top notch trivia template

  • kipdevkipdev Member Posts: 275

    I just made an actor called "next scene" made it invisible and covered the correct answer with the box. Made a rule "if touch is pressed" "change to next scene". Then I did the same thing for the loss screen. "if touch is pressed" "change to loss scene" and covered the wrong item with that invisible actor. So if they touch it, then they lose. Hope this helps.

Sign In or Register to comment.