diff options
Diffstat (limited to 'app/models/question_group.rb')
-rw-r--r-- | app/models/question_group.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/models/question_group.rb b/app/models/question_group.rb index 897c621..5c2ed3b 100644 --- a/app/models/question_group.rb +++ b/app/models/question_group.rb @@ -1,3 +1,7 @@ +# Users should answer only one question from each group. The question recruit +# should answer is randomly chosen from group by application. Unless user is +# recruit [s]he can't view grouped questions [s]he is not supposed to answer. +# Recruits can prepare to answer grouped questions by reading group description. class QuestionGroup < ActiveRecord::Base hobo_model # Don't put anything above this |