From 56d2a31c86845fb209123ddc1d4fef2adfb1d37f Mon Sep 17 00:00:00 2001 From: tomgreenfield Date: Tue, 12 Jul 2016 16:21:09 +0100 Subject: [PATCH 1/2] Refresh globals in course JSON --- src/course/en/course.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/course/en/course.json b/src/course/en/course.json index b1e7ab46a..25f3ee35c 100755 --- a/src/course/en/course.json +++ b/src/course/en/course.json @@ -35,17 +35,15 @@ "_accordion": { "ariaRegion": "This component is an accordion comprised of collapsible content panels containing display text. Select the item titles to toggle the visibility of these content panels." }, - "_blank": { - "ariaRegion": "" - }, "_gmcq": { "ariaRegion": "This component is a graphical multiple choice question. Once you have selected an option select the submit button below." }, "_graphic": { "ariaRegion": "" }, - "_hotGraphic": { - "ariaRegion": "Below is a component which allows you to select hot spots over an image. Select a hot spot to trigger a popup that includes an image with display text. Select the close button to close the popup." + "_hotgraphic": { + "ariaRegion": "Below is a component which allows you to select hot spots over an image. Select a hot spot to trigger a popup that includes an image with display text. Select the close button to close the popup.", + "ariaPoupupLabel": "Hotgraphic popup" }, "_matching": { "ariaRegion": "This question component requires you to select the matching answer from a drop down list below. When you have selected your answers select the submit button." @@ -54,7 +52,8 @@ "ariaRegion": "This component is a multiple choice question. Once you have selected an option select the submit button below." }, "_media": { - "ariaRegion": "This is a media component which plays a video. Select the play / pause button to watch or listen. Alternatively you can select the link below for the transcript." + "ariaRegion": "This is a media component which plays a video. Select the play / pause button to watch or listen. Alternatively you can select the link below for the transcript.", + "transcriptButton": "Alternatively you can select the link below for the transcript." }, "_narrative": { "ariaRegion": "This component displays an image gallery with accompanying text. Use the next and back navigation controls to work through the narrative." @@ -65,22 +64,23 @@ "_text": { "ariaRegion": "" }, - "_textInput": { + "_textinput": { "ariaRegion": "This question component requires you to input your answer in the textbox provided. When you have answered the question select the submit button below." } }, "_extensions": { "_pageLevelProgress": { "pageLevelProgress": "Page sections", - "pageLevelProgressEnd": "You have reached the end of the list of page sections.", "pageLevelProgressIndicatorBar": "Progress bar. Select here to view your current progress, and select an item to navigate to it. You have completed ", "pageLevelProgressMenuBar": "You have completed ", + "pageLevelProgressEnd": "You have reached the end of the list of page sections.", "optionalContent": "Optional Content" } }, "_menu": { "_boxmenu": { "ariaRegion": "Menu", + "durationLabel": "Duration:", "menuItem": "Menu item.", "menuEnd": "You have reached the end of the menu." } From 12e784dca28e971429cd5b057c4563184725de76 Mon Sep 17 00:00:00 2001 From: tomgreenfield Date: Wed, 13 Jul 2016 11:47:37 +0100 Subject: [PATCH 2/2] Fix @moloko's findings --- src/course/en/course.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/course/en/course.json b/src/course/en/course.json index 25f3ee35c..503a4fe2e 100755 --- a/src/course/en/course.json +++ b/src/course/en/course.json @@ -43,16 +43,16 @@ }, "_hotgraphic": { "ariaRegion": "Below is a component which allows you to select hot spots over an image. Select a hot spot to trigger a popup that includes an image with display text. Select the close button to close the popup.", - "ariaPoupupLabel": "Hotgraphic popup" + "ariaPopupLabel": "Hotgraphic popup" }, "_matching": { "ariaRegion": "This question component requires you to select the matching answer from a drop down list below. When you have selected your answers select the submit button." }, "_mcq": { - "ariaRegion": "This component is a multiple choice question. Once you have selected an option select the submit button below." + "ariaRegion": "This component is a multiple choice question. Once you have selected an option select the submit button below" }, "_media": { - "ariaRegion": "This is a media component which plays a video. Select the play / pause button to watch or listen. Alternatively you can select the link below for the transcript.", + "ariaRegion": "This is a media component which plays a video. Select the play / pause button to watch or listen.", "transcriptButton": "Alternatively you can select the link below for the transcript." }, "_narrative": {