Add question: "Do you have tatoos?"

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-06-22 00:35:51 +03:00
parent 0ba29a7819
commit 4a3be65d40

View file

@ -179,6 +179,10 @@ const TEST_OPTIONS = [
title: "Do you have cancer?", title: "Do you have cancer?",
options: yes_no(make_percent(1.3)), options: yes_no(make_percent(1.3)),
}, },
{
title: "Do you have tatoos?",
options: yes_no(make_percent(38)),
},
]; ];
export default TEST_OPTIONS; export default TEST_OPTIONS;