Skip to content

Commit

Permalink
Refresh globals in course JSON (#1136)
Browse files Browse the repository at this point in the history
* Refresh globals in course JSON

* Fix @moloko's findings
  • Loading branch information
tomgreenfield authored and oliverfoster committed Jul 15, 2016
1 parent 084280e commit 2f7b638
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/course/en/course.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,26 +35,25 @@
"_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.",
"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": {
"ariaRegion": "This component displays an image gallery with accompanying text. Use the next and back navigation controls to work through the narrative."
Expand All @@ -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."
}
Expand Down

0 comments on commit 2f7b638

Please sign in to comment.