ls1intum / Artemis

Artemis - Interactive Learning with Automated Feedback
https://docs.artemis.cit.tum.de
MIT License
456 stars 275 forks source link

`Programming exercises`: Allow online editor in read-only mode #7886

Open b-fein opened 5 months ago

b-fein commented 5 months ago

Is your feature request related to a problem?

Currently, programming exercises allow the activation of the online editor and/or the offline IDE. This sometimes leads to a conflict in case inexperienced students make submissions in both and then have to solve the merge conflicts.

Describe the solution you'd like

I would like to be able to activate the online editor in read-only mode if the offline IDE mode is enabled.

This would prevent such conflicts. Additionally,

Describe alternatives you've considered

No response

Additional context

The online editor already supports a read-only mode for the manual assessment and review after the deadline.

b-fein commented 3 months ago

Discussion on Slack about an alternative solution:

dfuchss commented 2 months ago

Related to https://github.com/ls1intum/Artemis/issues/5025 . A Read-Only mode would be nice for exam reviews as well :)