ls1intum / Athena

A system to support (semi-)automated assessment of exercises, built on ls1intum/Athena
https://ls1intum.github.io/Athena/
6 stars 1 forks source link

Use different schemas for graded and non-graded feedback. #318

Closed dmytropolityka closed 4 months ago

dmytropolityka commented 4 months ago

Is your feature request related to a problem?

Right now, Athena reuses the schema for graded feedback suggestions to generate non-graded feedback suggestions. The schema contains fields like credits or grading instructions. Do we still need these fields?

Describe the solution you'd like

Decide whether to keep the existing schema or develop a new one.

Describe the alternatives you've considered

No response

Additional context

No response

FelixTJDietrich commented 4 months ago

This goes along with using different decorators for non-graded and graded feedback.

dmytropolityka commented 4 months ago

Modified https://github.com/ls1intum/Athena/issues/319.