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:
parent
eb3f0661a4
commit
d2789d2265
|
@ -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') },
|
||||
|
|
Loading…
Reference in New Issue