From 0d8949ad4abfb027b42ac95f7f7ba167f1b91427 Mon Sep 17 00:00:00 2001 From: kirsty-hames Date: Mon, 20 Nov 2023 14:43:10 +0000 Subject: [PATCH] remove ariaQuestion placeholder text --- example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.json b/example.json index 281e9ff..ba8b3be 100644 --- a/example.json +++ b/example.json @@ -9,7 +9,7 @@ "displayTitle": "Slider type component", "body": "Question text here", "instruction": "Drag the slider to make your choice and select Submit.", - "ariaQuestion": "Question text specifically for screen readers.", + "ariaQuestion": "", "ariaScaleName": "Scale name specifically for screen readers.", "_attempts": 1, "_shouldDisplayAttempts": false,