mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
Add question: "Do you have tatoos?"
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
0ba29a7819
commit
4a3be65d40
1 changed files with 4 additions and 0 deletions
|
@ -179,6 +179,10 @@ const TEST_OPTIONS = [
|
|||
title: "Do you have cancer?",
|
||||
options: yes_no(make_percent(1.3)),
|
||||
},
|
||||
{
|
||||
title: "Do you have tatoos?",
|
||||
options: yes_no(make_percent(38)),
|
||||
},
|
||||
];
|
||||
|
||||
export default TEST_OPTIONS;
|
||||
|
|
Loading…
Add table
Reference in a new issue