Creating a quiz in ZapWorks Studio

Are there any examples or tutorials for creating multiple choice quizzes?

2 Likes

Hi @robinC,

There is not a tutorial created specifically for making a multiple choice quiz experience, however, I have put something together quickly to show how it could be done. It can be downloaded here - Quiz Example.zpp (190.0 KB)

The example uses no scripting at all, but instead, uses actions to work out if the correct answer is touched.

To summarise how it has been developed -

There are 4 different answers (A,B,C,D), each with there own individual text and plane nodes. There is then a controller set up with 3 different states (no answer, incorrect and correct). These states have the ‘result’ text node’s text property added to them and this property has been edited to display different text for when each different state is activated (as seen below) -

Quiz%20Example%20states

Each of the different answer buttons are then linked to the correct states using actions -

A Button = correct state
A%20state

B Button = incorrect state
B%20state

This is the concept of how a simple quiz type experience can be set up. It could also be edited and used as a re-usable subsymbol in an already existing project!

If you have any further questions on this subject or any questions on how the project was created, please let us know! :slight_smile:

Hope this helps.
George

2 Likes

This is very helpful, thank you so much. I can’t wait to study this in more detail.

1 Like