GradebookNG > new sakai.property to disable "Set Zero Score for Empty Cells"
GENERAL
TESTING
GENERAL
TESTING
Description
It may be desirable for an institution to disable the ability for users to invoke the "Set Zero Score for Empty Cells" function, as it can be dangerous and difficult to reverse.
The linked PR introduces a new sakai.property (gradebookng.showSetZeroScore), which controls whether or not the option will appear in the menu. The property defaults to true to preserve OOTB functionality.
This may also be a desired interim solution for those who are concerned with related issues, SAK-33110 and SAK-41154.
Tested setting zero, verified student view, tested ability to update a 0 and verified student view
Brian J. January 25, 2019 at 8:47 AM
I've submitted a PR to turn this property to false on the experimental nightly server, so testing should be performed on both experimental and regular trunk servers:
It may be desirable for an institution to disable the ability for users to invoke the "Set Zero Score for Empty Cells" function, as it can be dangerous and difficult to reverse.
The linked PR introduces a new sakai.property (
gradebookng.showSetZeroScore
), which controls whether or not the option will appear in the menu. The property defaults totrue
to preserve OOTB functionality.This may also be a desired interim solution for those who are concerned with related issues, SAK-33110 and SAK-41154.