Skip to content

Commit e2bb070

Browse files
committed
Add second prompt to list interface
1 parent c6bbb73 commit e2bb070

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

protocol.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,10 @@
278278
"979c9ad7-74cb-402d-8574-3f0a91c9174d": {
279279
"name": "other_variable",
280280
"type": "text"
281+
},
282+
"e1dda563-f6f6-47b7-91cb-31b4c2fdb73a": {
283+
"name": "homework_friend",
284+
"type": "boolean"
281285
}
282286
}
283287
},
@@ -1612,6 +1616,16 @@
16121616
"value": true
16131617
}
16141618
]
1619+
},
1620+
{
1621+
"id": "31f7ee2e-6ff8-4881-9db4-ee1fc369dc5f",
1622+
"text": "Which of these classmates would help you with homework?\n",
1623+
"additionalAttributes": [
1624+
{
1625+
"variable": "e1dda563-f6f6-47b7-91cb-31b4c2fdb73a",
1626+
"value": true
1627+
}
1628+
]
16151629
}
16161630
]
16171631
},

0 commit comments

Comments
 (0)