hcarter333 / ham-radio-freedom

0 stars 0 forks source link

Simplify random question selection #16

Open hcarter333 opened 1 year ago

hcarter333 commented 1 year ago

I want question selection to be very, very simple. At the moment, it is the most complex portion of the application

New question list design:

The database can actually return each group all on its own. The app could then randomly select a question from within the group depending on the size of the group. (again with the database giving the size of the group.) The chosen question would be referenced using its group_number.