un-hide anonymous grading feature

test plan:
 - anonymous grading feature should be visible in
   course feature settings without having been allowed by a
   site admin or account admin

closes CNVS-25078

Change-Id: I0644d441ea887e3d2349840b8d4e959b6d20f6be
Reviewed-on: https://gerrit.instructure.com/67245
Tested-by: Jenkins
Reviewed-by: Jon Willesen <jonw@instructure.com>
QA-Review: Ryan Allen <rallen@instructure.com>
Product-Review: Jeremy Stanley <jeremy@instructure.com>
This commit is contained in:
Jeremy Stanley 2015-11-16 16:04:02 -07:00
parent eb3f0661a4
commit d2789d2265
1 changed files with 2 additions and 5 deletions

View File

@ -383,14 +383,11 @@ END
hidden_in_production: true,
root_opt_in: true
},
'anonymous_grading' =>
{
'anonymous_grading' => {
display_name: -> { I18n.t('Anonymous Grading') },
description: -> { I18n.t("Anonymous grading forces student names to be hidden in SpeedGrader™") },
applies_to: 'Course',
state: 'hidden',
development: true,
root_opt_in: true,
state: 'allowed'
},
'international_sms' => {
display_name: -> { I18n.t('International SMS') },