-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refresh globals in course JSON #1136
Merged
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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." | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is the duplication of "Alternatively you can select the link below for the transcript" correct? (And strictly speaking, it's a button not a link) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
}, | ||
"_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." | ||
} | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible typo... suspect 'Poupup' is not what you meant ;-)
While we're on this one... is a user of e-learning going to know what 'hot spots' are or what a 'hot graphic' is? I certainly remember finding this terminology extremely odd when I first started working in the industry.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keen spot! I didn't actually type anything – everything in this PR was pulled automatically from schemas. This will then need fixing: https://github.com/adaptlearning/adapt-contrib-hotgraphic/blob/master/properties.schema#L15.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point! will log a ticket