aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Questions can belong to many categoriesPetteri Räty2011-03-121-2/+6
| | | | | | | 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.
* Rename QuestionCategory to CategoryPetteri Räty2011-03-121-4/+4
| | | | | | 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.
* User may view and answer only one randomly chosen question from groupJoachim Filip Ignacy Bartosik2010-07-121-0/+63
When adding user to category associate user with one question from each group in this category. Feature to make sure question listings are correct.