Hi Bubble Community!
So I’ve been working on a Learning Support Application of sorts for my final project. Bubble has been great so far. Here’s my problem:
In my App, Students can take quizzes. I want to be able to allow Teachers to set the time duration for each quiz. In my database, I have a duration field in my Quiz table with its data type as date.
How do I format the date values, say 15 minutes, in a dropdown for example for teachers to select and store in the database in the way that it can be retrieved later on and interpreted correctly during the quiz taking?
I doubt I can just pick a random unit like hour and enter 0.5 hours to represent 30 mins in the database. What is the appropriate way to go about this?
Thanks in advance!