From 50800e88a46170adea6946c8054d93a7548c1b18 Mon Sep 17 00:00:00 2001 From: elizaan Date: Mon, 12 Aug 2024 14:55:12 -0600 Subject: [PATCH] Three attempts added --- public/Upset-Alttext-User-Survey/assets/introduction.md | 6 +++++- public/Upset-Alttext-User-Survey/config.json | 6 ++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/public/Upset-Alttext-User-Survey/assets/introduction.md b/public/Upset-Alttext-User-Survey/assets/introduction.md index 4b8e3cd4b..d016eacf7 100644 --- a/public/Upset-Alttext-User-Survey/assets/introduction.md +++ b/public/Upset-Alttext-User-Survey/assets/introduction.md @@ -4,6 +4,10 @@ Welcome to our study! In this study, you will encounter questions about **data visualizations and equivalent text describing the content** of data visualizations. We will use UpSet plots, a set visualization technique similar to Venn diagrams as an example. + + Our research aims to **make data visualizations more accessible to people with visual impairments** such as low vision, residual vision, or no vision. We want to understand whether text can convey equal amounts of informations as a chart. -We first will introduce what an UpSet plot is, why is it used, how you can interpret an UpSet plot. \ No newline at end of file +We first will introduce what an UpSet plot is, why is it used, how you can interpret an UpSet plot. + +To ensure you are comfortable with the actual question-answer session, there will be a training section where you will have up to **three attempts** to answer the questions correctly. If all three attempts are unsuccessful, **you will be redirected to the finish page**. \ No newline at end of file diff --git a/public/Upset-Alttext-User-Survey/config.json b/public/Upset-Alttext-User-Survey/config.json index bec162bb1..5880fb64b 100644 --- a/public/Upset-Alttext-User-Survey/config.json +++ b/public/Upset-Alttext-User-Survey/config.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/revisit-studies/study/v1.0.1/src/parser/StudyConfigSchema.json", + "$schema": "https://raw.githubusercontent.com/revisit-studies/study/v1.0.2/src/parser/StudyConfigSchema.json", "studyMetadata": { "title": "Upset Alttext User Survey", "version": "pilot", @@ -222,7 +222,9 @@ "Training":{ "type": "markdown", "nextButtonLocation": "sidebar", - "instruction": "Please answer the following questions:" + "instruction": "Please answer the following questions:", + "trainingAttempts": 3, + "allowFailedTraining": true } }, "components": {