Enum: SignallingQuestionResponse¶
Responses to risk-of-bias signalling questions
URI: revaise:SignallingQuestionResponse
Permissible Values¶
| Value | Meaning | Description |
|---|---|---|
| YES | None | Yes |
| PROBABLY_YES | None | Probably yes |
| PROBABLY_NO | None | Probably no |
| NO | None | No |
| NO_INFORMATION | None | No information |
| NOT_APPLICABLE | None | Not applicable |
Slots¶
| Name | Description |
|---|---|
| signalling_question_response | Response to the signalling question |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/quality_assessment
LinkML Source¶
name: SignallingQuestionResponse
description: Responses to risk-of-bias signalling questions
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/quality_assessment
rank: 1000
permissible_values:
'YES':
text: 'YES'
description: 'Yes'
PROBABLY_YES:
text: PROBABLY_YES
description: Probably yes
PROBABLY_NO:
text: PROBABLY_NO
description: Probably no
'NO':
text: 'NO'
description: 'No'
NO_INFORMATION:
text: NO_INFORMATION
description: No information
NOT_APPLICABLE:
text: NOT_APPLICABLE
description: Not applicable