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.
Description
What
New feature: A point system for the TBB.
Why
This gives users to opportunity for feedback and reinforcement for learning from the TBB
How
The point system is built directly into the Authoring App Questions. The score the user gets is tracked
by answers the questions correctly. An offset is tracked when the user gets a question wrong. The total
number of questions is calculated from the score and offset.
The second part of the point system is outputting the score and total values. These items have been
added to the items menu. The output is just the number corresponding either value. The way the
information is communicated in the scenario is left up to the user of the Authoring App.
Added
How should this be manually tested?
a. Enter Arbitrary value for new Scenario
a. Enter arbitrary values into question window
a. Choose Text To Speech: Input "Score"
b. Choose Say Score from drop-down menu
a. Choose Text To Speech: Input "Total"
a. Choose Say Total from drop-down menu
If the scenario outputs: "Score 1. Total 2."
Then the test succeeds and the feature works as required.