Skip to content

Commit

Permalink
Change high risk partner rendering to checkbox prep behaviour risk fo…
Browse files Browse the repository at this point in the history
…rm (#172)

Co-authored-by: Makombe <makombe>
  • Loading branch information
makombe authored Sep 5, 2023
1 parent 44c8683 commit 2710dd7
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@
"id": "PartnerRisk",
"questionOptions": {
"concept": "160581AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "radio",
"rendering": "checkbox",
"calculate": {
"calculateExpression": "String(partnerHivStatus) === '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? '5564AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' : ''"
},
"answers": [
{
"concept": "5564AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "High Risk Partner"
}
]
Expand Down Expand Up @@ -134,7 +134,7 @@
},
{
"concept": "160571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Couple is trying to concieve"
"label": "Couple is trying to conceive"
},
{
"concept": "159598AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
Expand All @@ -147,7 +147,7 @@
}
},
{
"label": "Couple is trying to concieve",
"label": "Couple is trying to conceive",
"type": "obs",
"id": "coupleTryingConceive",
"questionOptions": {
Expand All @@ -156,7 +156,7 @@
"answers": [
{
"concept": "160571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Couple is trying to concieve"
"label": "Couple is trying to conceive"
}
]
},
Expand Down

0 comments on commit 2710dd7

Please sign in to comment.