Skip to content

Commit

Permalink
Added required fields (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckote authored Sep 7, 2023
1 parent 4ee4244 commit fd21033
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions configuration/ampathforms/Peer_Tracking.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"questionOptions": {
"rendering": "number",
"concept": "1639AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"required": "Yes",
"required": "true",
"max": "10",
"min": "1"
},
Expand All @@ -97,7 +97,7 @@
"questionOptions": {
"rendering": "date",
"concept": "160753AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"required": "Yes"
"required": "true"
},
"id": "firstAttempt",
"validators": [
Expand All @@ -116,7 +116,7 @@
"questionOptions": {
"rendering": "radio",
"concept": "a55f9516-ddb6-47ec-b10d-cb99d1d0bd41",
"required": "Yes",
"required": "true",
"answers": [
{
"concept": "1650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
Expand Down Expand Up @@ -157,7 +157,7 @@
},
"id": "firstTracingOutcome",
"validators": [],
"required": "Yes",
"required": "true",
"hide": {
"hideWhenExpression": "trackingAttempted !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
}
Expand All @@ -181,7 +181,7 @@
},
"id": "finalOutcome",
"validators": [],
"required": "Yes",
"required": "true",
"hide": {
"hideWhenExpression": "trackingAttempted !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
}
Expand Down

0 comments on commit fd21033

Please sign in to comment.