Hint for the quiz

I am making a quiz app, so any clue how to get hints because I’m making it in a database and I want different hints for different questions. I am just asking for a suggestion…

Hi @NIT_JIT,

You can create a hints collection and in there you can also create a One to Many relationship to the questions collection and add hints in the hints collection and select the question while adding and you can have a button to show the hint of that question! Or you could create a text property in the questions collection and store the hint there and show that property.

Thank you

1 Like

Hey actually I want it to be like, after clicking the button it will disappear and a text will pop-up

Can it be possible?

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.