motorollerscalatron / QuizMaster

Quiz Master Demo built with ruby on rails 5.
1 stars 0 forks source link

[feature]question category #15

Open motorollerscalatron opened 6 years ago

motorollerscalatron commented 6 years ago

As users are given a list of questions filtered by only is_public flag and the create time, it is hard to make a choice from the list. It is desirable that each question have its category label assigned, such as 'science', 'common knowledge', 'fashion', etc.

motorollerscalatron commented 6 years ago

category

The category where questions belongs to.

Field Type Null Key Default
id int NO
name string NO

question_category

The junction table between challenge and category

Field Type Null Key Default
question_id int NO
category_id int NO