I am building a sort of ‘escape roomish’ game, where my students strand on a abonded island. They go through different ‘levels’. In each level students have to answer amount of questions, if they have that amount right they go to the next ‘level’. Now I have 2 questions:
I want a bit of competition in it, not that the students just answer the questions and go the next level. So I want to add a leaderboard at the end that shows the amount of points each player got by answering questions right, and losing points if they got it wrong. But how do I set this up in the leaderboard? Is this even possible? I have different levels, with different questionnaires, just to keep in mind. I hope it is a bit clear.
Is it possible to answer questions and get points elsewhere instead of just the questionnaire? I don’t want just a quiz for my students to answers.
If you haven’t already, set up a property for the score, name it, set its scope to player and then make sure the property type is number. Now, you can go to your map settings then click score, and change the score type to property. A new setting should appear, so enter the name of the property that you set up earlier. To control this property simply use a counter connected to the property.
Unfortunately, that’s not possible if you don’t want to do a lot of work and want similar UI to the questioner, but with the questioner you can make the questions in the set, multiple choice, true or false and short answer.
This topic was closed manually because a solution was marked, there hasn’t been any recent activity, and currently the automatic closing system doesn’t work. Contact the moderators if you need this thread reopened.