ls1intum / Orion

Plugin integrating Artemis programming exercises into IntelliJ
https://plugins.jetbrains.com/plugin/13217-orion--artemis-programming-exercise-integration/
MIT License
32 stars 8 forks source link

Studentreview #94

Closed Kroko-fant closed 1 year ago

Kroko-fant commented 1 year ago

Motivation and Context

Students should be able to review their code in Orion. Tutors already use Orion put inline Feedback to student code and Orion should be able to display that feedback.

Description

This PR gives a basic view for feedback so students can see inline feedback in their IDE and don't have to look for referenced lines in the feedback comments. After the deadline has passed, Students can click again on button to get a programming excercise in their Jetbrains IDE and Orion will open a different editor view where it shows inline feedback. This can help students to review their code better.

Steps for Testing

  1. Install the release as described in the readme
  2. Open an exercise in Orion
  3. Submit some changes as a student
  4. Wait for the deadline to be passed
  5. Wait for a tutor to correct the exercise.
  6. Click Reload Feedback button
  7. View Feedback

Review Progress

Code Review

Screenshots

grafik

Strohgelaender commented 1 year ago

Please note that https://github.com/ls1intum/Artemis/pull/7015 will change how test cases work in Artemis and will probably break the current implementation.