[Solved] Need help with a project

Hello :smiley: I basically want to build a quiz type game where you answer 20 questions starting from any and covering them all (e.x. 1 2 3 4 … 20 but also 17 18 19 20 1 2 3 4 … 16 ) with a counter that counts points (e.x. 1 point per question ) . I want the app to just show an image and some text when answering or presenting the question . That is pretty much it . I used to program in Matlab and Geogebra so the whole game thing is new to me tried Unity but takes a lot of time and they want the project fast so I found Gdevelop to be a good development environment .

Any help with projects that are similar or any guides would be very helpful . Thanks :slight_smile:

1 Like

Here’s a basic Quiz Engine I made up.
It’s a bit convoluted but it has the basics.

Press begin to start.
Scenes/Questions will be presented randomly.
There are 8 scenes, each one represents a question. You can add more, just add the necessary extra variables and change
the corresponding code.
Click anywhere to represent a correct answer (you need to code the correct answers yourself). This will take you to the next question.
Click on wrong to represent clicking on a wrong answer. This will take you to the beginning screen.
The questions come up randomly.
When each question has been clicked on, then it goes to a green screen then a yellow screen then back to the beginning.

I’m sure there is a better way to do all of this, but this is a start and it just uses Gdevelop and no extra coding.

:sunglasses:
QuizEngine.zip (4.67 KB)

2 Likes

Ok I will check it out , thanks :slight_smile:

1 Like