How to create a quizz/trivia game only using umg/bp ?

The row names are 1 to 5 and the
answers are not 0.

They’re in the 1-4 range, right?

Here’s what I meant, seems to be working fine:

I have no idea how to store a variable
after I set the widget text.

Called CorrectAnswerForThisQuestion above.

If the player choose the right answer
+1 to the Score variable if not +0. I know how to add a variable and change
it’s value. But right now I have no
clue on how I’m supposed to link that
variable to my Set Text (text) when
the question is generated from the DT.

You could try something like this:

Run this only if the answer is correct.


Do note that I’m not giving you the whole correctly working setup here, these are just elements allowing you to do it. You need to logically organise it.

So check if the correct answer is selected first, count the score, and then load the next question. Sorry, no time for more details. Not at the moment. I can have a closer look at it on Monday morning maybe. In case you can’t get it to work right.

It might just work fine if you run it in the other sequence order than in my screenshot. onClick should check the answer and then load the next question. You probably will want to setup some logic that loads the first question, too.