Skip to content

Options

hypha.apply.review.options

NA module-attribute

NA = 99

RATE_CHOICES module-attribute

RATE_CHOICES = ((0, gettext('0. Need more info')), (1, gettext('1. Poor')), (2, gettext('2. Not so good')), (3, gettext('3. Is o.k.')), (4, gettext('4. Good')), (5, gettext('5. Excellent')), (NA, gettext('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, gettext('No')), (MAYBE, gettext('Maybe')), (YES, gettext('Yes')))

DISAGREE module-attribute

DISAGREE = 0

AGREE module-attribute

AGREE = 1

OPINION_CHOICES module-attribute

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

PRIVATE module-attribute

PRIVATE = 'private'

REVIEWER module-attribute

REVIEWER = 'reviewers'

VISIBILILTY_HELP_TEXT module-attribute

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

VISIBILITY module-attribute

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