Options
hypha.apply.review.options
¶
RATE_CHOICES
module-attribute
¶
RATE_CHOICES = ((0, gettext_lazy('0. Need more info')), (1, gettext_lazy('1. Poor')), (2, gettext_lazy('2. Not so good')), (3, gettext_lazy('3. Is o.k.')), (4, gettext_lazy('4. Good')), (5, gettext_lazy('5. Excellent')), (NA, gettext_lazy('n/a - choose not to answer')))
RECOMMENDATION_CHOICES
module-attribute
¶
RECOMMENDATION_CHOICES = ((NO, gettext_lazy('No')), (MAYBE, gettext_lazy('Maybe')), (YES, gettext_lazy('Yes')))