Make a Quiz Game - Construct 3

3

Attached Files

The following files have been attached to this tutorial:

.c3p

Stats

4,007 visits, 6,029 views

Tools

Translations

This tutorial hasn't been translated.

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

Hello all ,

In the file bellow you will see how to make a quiz game using Json plugin and Json files , so download the Json file and play around to include more questions and answers

it must be 1 question and 4 answers and 1 correct answer .

I create the game to play in two languages , but you can add more as you want .

All My Tutorials Here

construct.net/en/tutorials/construct-tutorials-2525

.C3P
  • 2 Comments

  • Order by
Want to leave a comment? Login or Register an account!
  • rafaeltrigo Thanks for creating this quiz game template it works great and helps my understand how to implement JSON better. I am adapting it for a project that I am developing.

    I did note an error in the json file where the English language question 2 has two different spelling for the correct answer which breaks the game. You have spelled "answer2":"Lisboa" and "correct answer":"Lisbon" which causes the game to break.