Skip to content

Options

hypha.apply.review.options

NA module-attribute

NA = 99

RATE_CHOICES module-attribute

RATE_CHOICES = ((0, _('0. Need more info')), (1, _('1. Poor')), (2, _('2. Not so good')), (3, _('3. Is o.k.')), (4, _('4. Good')), (5, _('5. Excellent')), (NA, _('n/a - choose not to answer')))

RATE_CHOICES_DICT module-attribute

RATE_CHOICES_DICT = dict(RATE_CHOICES)

RATE_CHOICE_NA module-attribute

RATE_CHOICE_NA = RATE_CHOICES_DICT[NA]

NO module-attribute

NO = 0

MAYBE module-attribute

MAYBE = 1

YES module-attribute

YES = 2

RECOMMENDATION_CHOICES module-attribute

RECOMMENDATION_CHOICES = ((NO, _('No')), (MAYBE, _('Maybe')), (YES, _('Yes')))

DISAGREE module-attribute

DISAGREE = 0

AGREE module-attribute

AGREE = 1

OPINION_CHOICES module-attribute

OPINION_CHOICES = ((AGREE, _('Agree')), (DISAGREE, _('Disagree')))

PRIVATE module-attribute

PRIVATE = 'private'

REVIEWER module-attribute

REVIEWER = 'reviewers'

VISIBILITY_HELP_TEXT module-attribute

VISIBILITY_HELP_TEXT = {PRIVATE: _('Visible only to staff.'), REVIEWER: _('Visible to other reviewers and staff.')}

VISIBILITY module-attribute

VISIBILITY = {PRIVATE: _('Private'), REVIEWER: _('Reviewers and Staff')}