Skip to content

Commit

Permalink
remove ariaQuestion placeholder text (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirsty-hames authored Nov 23, 2023
1 parent 72ff275 commit 6a2bd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6a2bd26

Please sign in to comment.