change 'show results' to 'show responses' in quiz overview

fixes CNVS-13459
This commit changes the wording from 'Show Results' to 'Show Responses'
in the Quiz overview page, to prevent confusion.

Test plan
- View the ember quiz overview page
- The 'Show Results' setting should now read as 'Show Responses'

Change-Id: Ife3729f5cbca7bdccd7ab2f9bfd4b2c77b2d8687
Reviewed-on: https://gerrit.instructure.com/35970
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Jason Madsen <jmadsen@instructure.com>
Reviewed-by: Derek DeVries <ddevries@instructure.com>
QA-Review: Steven Shepherd <sshepherd@instructure.com>
Product-Review: Josh Simpson <jsimpson@instructure.com>
This commit is contained in:
Josh Simpson 2014-06-05 10:36:39 -06:00
parent 428d5700eb
commit 691b583dae
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
<dd>{{tScoringPolicy}}</dd> <dd>{{tScoringPolicy}}</dd>
{{/if}} {{/if}}
<dt>{{#t 'show_results'}}Show Results{{/t}}</dt> <dt>{{#t 'show_responses'}}Show Responses{{/t}}</dt>
<dd> <dd>
{{#if alwaysShowResults}} {{#if alwaysShowResults}}
{{#t 'always'}}Always{{/t}} {{#t 'always'}}Always{{/t}}