-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Development
: Document the manual assessment of programming exercises
#8968
Development
: Document the manual assessment of programming exercises
#8968
Conversation
d2ccfa2
to
891813a
Compare
WalkthroughThe recent changes primarily enhance the documentation for various exercise types within Artemis. These enhancements focus on improving manual assessment explanations and adding reference links for better navigation. Importantly, a new section detailing the manual assessment process in the online editor for programming exercises has been introduced. This offers a comprehensive guide on providing feedback, adding comments, and finalizing assessments using the online editor interface. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant OnlineEditor
participant BuildSystem
participant FeedbackSystem
User->>OnlineEditor: Open Programming Exercise
OnlineEditor-->>User: Display Files, Build Output
User->>OnlineEditor: Provide Feedback/Comments
OnlineEditor->>BuildSystem: Display Build Output
BuildSystem-->>OnlineEditor: Return Build Output
User->>OnlineEditor: Add Feedback, Comments
OnlineEditor->>FeedbackSystem: Submit Feedback and Comments
FeedbackSystem-->>OnlineEditor: Confirmation of Submission
OnlineEditor-->>User: Feedback Submitted Successfully
Recent review detailsConfiguration used: .coderabbit.yaml Files selected for processing (1)
Additional comments not posted (7)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Development
: Document manual assessment for programming exercisesDevelopment
: Document the manual assessment of programming exercises
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 4
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New Documentation LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approve
Found one misplaced comma, and left a few comments that are not blocking are merge from my point of view
docs/user/exercises/programming/online-editor-save-feedback-button.png
Outdated
Show resolved
Hide resolved
Co-authored-by: Florian Glombik <[email protected]>
aa8a382
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes - re-approve
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes in doc look good to me
Checklist
General
Motivation and Context
Manual assessment in the code editor was not documented. Recent changes in #8921 modified the user interface.
Description
Programming exercises
: Improve styling of feedback and manual assessment #8921Steps for Testing
Added a note: https://artemis-platform--8968.org.readthedocs.build/en/8968/user/assessment.html#manual-assessment
Added a section: https://artemis-platform--8968.org.readthedocs.build/en/8968/user/exercises/programming.html#manual-assessment
Review Progress
Screenshots
Refer to the documentation
Summary by CodeRabbit