-
Notifications
You must be signed in to change notification settings - Fork 302
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
Exam mode
: Display assessment check table in ExamChecklist component
#8120
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
server
Pull requests that update Java code. (Added Automatically!)
client
Pull requests that update TypeScript code. (Added Automatically!)
labels
Mar 3, 2024
eceeeren
changed the title
feature/Exam mode/Display warning in checklist with unassessed submissions
Exam mode: Display warning in checklist with unassessed submissions
Mar 3, 2024
eceeeren
changed the title
Exam mode: Display warning in checklist with unassessed submissions
Display warning in checklist with unassessed submissions
Mar 3, 2024
eceeeren
changed the title
Display warning in checklist with unassessed submissions
Mar 3, 2024
Exam mode
: Display warning in checklist with unassessed submissions
eceeeren
changed the title
'Exam mode': Display warning in checklist with unassessed submissions
Mar 3, 2024
Exam mode
: Display warning in checklist with unassessed submissions
eceeeren
changed the title
'Exam mode': Display warning in checklist with unassessed submissions
Mar 3, 2024
Exam mode
: Display warning in checklist with unassessed submissions
eceeeren
force-pushed
the
feature/display-warning-in-checklist
branch
from
March 4, 2024 23:30
8d69bd5
to
2b61c71
Compare
eceeeren
temporarily deployed
to
artemis-test2.artemis.cit.tum.de
March 18, 2024 12:28 — with
GitHub Actions
Inactive
eceeeren
dismissed stale reviews from beyzaaltuntas, coderabbitai[bot], JohannesStoehr, and rstief
via
May 10, 2024 15:47
f9c5ede
Jan-Thurner
requested review from
Strohgelaender,
JohannesStoehr,
rstief and
Jan-Thurner
May 10, 2024 16:56
Jan-Thurner
previously approved these changes
May 10, 2024
eceeeren
dismissed stale reviews from Jan-Thurner and coderabbitai[bot]
via
May 12, 2024 08:59
7cd19da
src/main/java/de/tum/in/www1/artemis/web/rest/StudentExamResource.java
Outdated
Show resolved
Hide resolved
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
src/main/java/de/tum/in/www1/artemis/web/rest/StudentExamResource.java
Outdated
Show resolved
Hide resolved
src/main/webapp/app/exam/manage/exams/exam-checklist-component/exam-checklist.component.ts
Outdated
Show resolved
Hide resolved
src/main/webapp/app/exam/manage/exams/exam-checklist-component/exam-checklist.component.ts
Show resolved
Hide resolved
Strohgelaender
approved these changes
May 12, 2024
JohannesStoehr
approved these changes
May 12, 2024
Jan-Thurner
approved these changes
May 12, 2024
beyzaaltuntas
approved these changes
May 12, 2024
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.
Re-approve.
rstief
approved these changes
May 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
client
Pull requests that update TypeScript code. (Added Automatically!)
ready for review
server
Pull requests that update Java code. (Added Automatically!)
tests
too-long-open
!!! This is an antipattern, we should aim for small PRs that are only open for a short time !!!
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checklist
General
Server
Client
authorities
to all new routes and checked the course groups for displaying navigation elements (links, buttons).Motivation and Context
Closes #7540
During the exam evaluation phase, the instructors may forget to complete the manual assessments of the exams or grade quizzes and unsubmitted exercises since the buttons exist far from the eye.
This PR is created to give a more clear presentation of the assessments that are not finished yet, quizzes that are not fully assessed and unsubmitted assessments that are not graded yet to the instructors. The aim is to see unfinished assessments and check them right away.
Description
The aim is fulfilled by creating a table with check icons and buttons to grade/assess exercises directly for an easy and correct reviewing process.
Steps for Testing
Prerequisites:
Testserver States
Note
These badges show the state of the test servers.
Green = Currently available, Red = Currently locked
Review Progress
Performance Review
Code Review
Manual Tests
Exam Mode Test
Test Coverage
Screenshots
Assessment Check Table when the exam is not over yet or all the assessments are checked
Assessment Check Table when the assessment is not finished yet