edx-ora2 icon indicating copy to clipboard operation
edx-ora2 copied to clipboard

More flexible weighting of feedback

Open e0d opened this issue 1 year ago • 2 comments

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

e0d avatar Jun 03 '23 00:06 e0d

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 ;)

juancamilom avatar Sep 15 '23 13:09 juancamilom

@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?

e0d avatar Dec 15 '23 14:12 e0d