From 4a3be65d40cb5b24a900589de0090ecd663c0c36 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Wed, 22 Jun 2022 00:35:51 +0300 Subject: [PATCH] Add question: "Do you have tatoos?" Signed-off-by: Ari Archer --- content/js/amiunique/options.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/js/amiunique/options.js b/content/js/amiunique/options.js index 9b48424..8a3c556 100644 --- a/content/js/amiunique/options.js +++ b/content/js/amiunique/options.js @@ -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;