openedx/edx-ora2

More flexible weighting of feedback

Opened this issue · 2 comments

e0d commented

Enable options for equal weighting of peer and staff reviews (Campus WG)

Quick update:
The edunext / Unidigital team is going to be working in this proposal over the next couple of weeks.

Our initial approach would be to explore the feasibility of adding configurable weitght to each of the active steps in the ORA activity configuration.
Something along this line:
weights

and then have the calculation of the final grade be done with this logic:

finalSCORE = self-SCORE * self-WEIGHT + sum ( peer_i-SCORE * peer-WEIGHT ) / numpeers )+ staff-SCORE * staff-WEIGHT

@mattcarter , @Daniel-hershel your review and input are greatly appreciated ;)

e0d commented

@ormsbee I seem to remember there was a conversations about this in another channel and you had offered a different approach. Am I remembering correctly?