openedx / edx-ora2

Open Response Assessment Suite
GNU Affero General Public License v3.0
61 stars 195 forks source link

More flexible weighting of feedback #1971

Open e0d opened 1 year ago

e0d commented 1 year ago

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

juancamilom commented 1 year ago

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 9 months ago

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