Trivia- Randomized questions

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • The Random Pool object is good for randomizing things without repeating.

    Kevin Ayre Please login to see this link.
    My iOS Apps: Please login to see this link., Please login to see this link. and Please login to see this link.

  • You could have 2 list objects, one for the questions and one for the answers. Make sure that they all "line up", that is the 5th question in one list's answer is the 5th item in the other. Then you can pull those values using the same random #. Like this:

    Question List:

    1) What color is the sky?
    2) Peyton Manning is the QB for what NFL team?
    3) Cats have how many lives?


    Answer List:

    1) Blue
    2) Denver Broncos
    3) Nine

    Then use a variable like "RandomNum" = Random(# of lines, "Question List")+1 to pull those values and put them in a string object so the player can read them.

    Well, something like that. That's what I'd do.

    Weebish Mines, my retro Metroidvania!
    Please login to see this link.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!