allow quiz stats feature flag to be used
fixes CNVS-13612 test plan: - go to the feature flags page - quiz stats should no longer have a 'hidden' badge Change-Id: I55bb4fa493701e2bce99ec2a8b8d586a76088ea2 Reviewed-on: https://gerrit.instructure.com/36390 Tested-by: Jenkins <jenkins@instructure.com> Reviewed-by: Jason Madsen <jmadsen@instructure.com> QA-Review: Caleb Guanzon <cguanzon@instructure.com> Product-Review: Derek DeVries <ddevries@instructure.com>
This commit is contained in:
parent
1e0010c08d
commit
c4a6c4197d
|
@ -202,7 +202,7 @@ END
|
|||
When Draft State is allowed/on, this enables the new quiz statistics page for an account.
|
||||
END
|
||||
applies_to: 'Course',
|
||||
state: 'hidden',
|
||||
state: 'allowed',
|
||||
development: true
|
||||
},
|
||||
'quiz_moderate' =>
|
||||
|
|
Loading…
Reference in New Issue