Skip to content

Enum: QuestionCandidateStatus

Status values for candidate review questions

URI: revaise:QuestionCandidateStatus

Permissible Values

Value Meaning Description
PROPOSED None Question has been proposed
REFINED None Question was refined during scoping
SELECTED None Question was selected for the review
REJECTED None Question was rejected
MERGED None Question was merged with another candidate

Slots

Name Description
candidate_status Status of the candidate question

Identifier and Mapping Information

Schema Source

  • from schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping

LinkML Source

name: QuestionCandidateStatus
description: Status values for candidate review questions
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
rank: 1000
permissible_values:
  PROPOSED:
    text: PROPOSED
    description: Question has been proposed
  REFINED:
    text: REFINED
    description: Question was refined during scoping
  SELECTED:
    text: SELECTED
    description: Question was selected for the review
  REJECTED:
    text: REJECTED
    description: Question was rejected
  MERGED:
    text: MERGED
    description: Question was merged with another candidate