| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
While starting to input quiz questions for the arch tester quizzes we
found out that it would be best if questions could belong to many
categories. Now the relationship between questions and categories is
many to many. Bug #356179.
|
|
|
|
|
|
| |
We have a need for a many to many between questions and categories so
start the work by renaming QuestionCategory to just Category. This
allows us to add a pivot model with the name QuestionCategory.
|
|
When adding user to category associate user with one question from each
group in this category. Feature to make sure question listings are
correct.
|