Skip to content

Commit 9114121

Browse files
authored
Merge pull request #135 from NGO-Algorithm-Audit/feature/structural_edits
minor edits v2 dynamic form
2 parents 1b9e71b + fbe3abb commit 9114121

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

content/nederlands/technical-tools/documentation/classification-quick-scan.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,23 @@ dynamic_form_engine:
187187
use_card_style: false
188188
type: radio
189189
visible_when_or:
190+
- visible_when_and:
191+
- identifier: q1
192+
value: 'no'
193+
compareSign: '!='
194+
- identifier: q2
195+
value: option6
196+
compareSign: '!='
190197
- visible_when_and:
191198
- identifier: q3
192-
value: yes3
193-
compareSign: '=='
199+
value: 'no'
200+
compareSign: '!='
194201
- identifier: q3
195-
value: yes2
196-
compareSign: '=='
202+
value: yes1
203+
compareSign: '!='
204+
- identifier: q2
205+
value: option6
206+
compareSign: '!='
197207
- identifier: q4
198208
title: Rol in beslissingproces
199209
content: >
@@ -420,6 +430,11 @@ dynamic_form_engine:
420430
value: 'no'
421431
- identifier: q3
422432
value: yes1
433+
- visible_when_and:
434+
- identifier: q1
435+
value: 'no'
436+
- identifier: q3
437+
value: 'no'
423438
- visible_when_and:
424439
- identifier: q2
425440
value: option6

0 commit comments

Comments
 (0)