From 6a2bd260f4a6e38e591b047773f8732f5353e214 Mon Sep 17 00:00:00 2001 From: kirsty-hames Date: Thu, 23 Nov 2023 15:52:26 +0000 Subject: [PATCH] remove ariaQuestion placeholder text (#212) --- example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.json b/example.json index 873c643..2812165 100644 --- a/example.json +++ b/example.json @@ -9,7 +9,7 @@ "displayTitle": "MCQ", "body": "Which of the following options would you consider to be correct?", "instruction": "Choose {{#if _isRadio}}one option{{else}}one or more options{{/if}} then select Submit.", - "ariaQuestion": "Question text specifically for screen readers.", + "ariaQuestion": "", "_attempts": 1, "_shouldDisplayAttempts": false, "_isRandom": false,