Connecting database Qusestions to text and answers

I’m building a card game in which I have 2 difficulty levels easy and hard, easy up to 50 points, hard 50 and above.
(adding screenshots)
I have a card that upon clicking it should “flip” from back to a random card (I already added all the cards front to assets) showing a number that shouls be linked to its correspondant question number. Then the Question in the text box should show with the answers written in the buttons.
If a player answers correctly gains 2 points on easy level / 4 points on hard, if the player answers wrong loses 1 point on easy level / 2 on hard

How do I do that?


That’s a lot of questions at once. Start by getting a random number from 1 to the number of rows in your data source and setting a variable to that. Then use Get Value blocks to get each column value from that specific row (variable). That will give you the question number, question, and answers.