Files
edx-platform/lms/djangoapps/grades/docs/decisions/0002-gradebook-front-end.rst
2019-01-08 15:21:04 -05:00

27 lines
717 B
ReStructuredText

Gradebook User Interface and Experience
---------------------------------------
Status
======
Proposed
Context
=======
We are implementing a "Writable Gradebook" feature from the instructor dashboard. For additional
background see 0001-gradebook-api_.
.. _0001-gradebook-api: 0001-gradebook-api.rst
Decisions
=========
#. **Don't display non-graded sections**
a. Any subsections that are marked as ``graded: false`` will not be displayed in the UI. This allows
us to ignore problems where such sections don't possess a ``label``.
b. We will eliminate the `comment` column/field in the modal that allows a user to edit grades. We currently
have no model in which such data can be stored.