35 lines
1.1 KiB
YAML
35 lines
1.1 KiB
YAML
- id: deliberation_process
|
|
title: "Deliberation format"
|
|
description: "Methods for deliberation during the dispute process"
|
|
stageId: deliberation
|
|
order: 1
|
|
fields:
|
|
- id: deliberationProcessText
|
|
type: text
|
|
label: "How do participants deliberate about the dispute?"
|
|
placeholder: "Describe the format and structure of deliberations..."
|
|
required: true
|
|
|
|
- id: additional_voices
|
|
title: "Additional perspectives"
|
|
description: "Including additional perspectives in the deliberation"
|
|
stageId: deliberation
|
|
order: 2
|
|
fields:
|
|
- id: additionalVoicesText
|
|
type: text
|
|
label: "Who, beyond the main participants, can be heard?"
|
|
placeholder: "Describe whose voices are included in deliberations beyond the main parties..."
|
|
required: true
|
|
|
|
- id: deliberation_conclusion
|
|
title: "Conclusion criteria"
|
|
description: "Criteria for concluding the deliberation phase"
|
|
stageId: deliberation
|
|
order: 3
|
|
fields:
|
|
- id: deliberationConclusionText
|
|
type: text
|
|
label: "When is the deliberation over?"
|
|
placeholder: "Describe how you determine when deliberation is complete..."
|
|
required: true |