-
Notifications
You must be signed in to change notification settings - Fork 303
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
: Do not display timer for unsubmitted exams
#7539
Exam mode
: Do not display timer for unsubmitted exams
#7539
Conversation
Exam mode
: Do not display timer for unsubmitted examExam mode
: Not displaying timer for unsubmitted exam
Exam mode
: Not displaying timer for unsubmitted examExam mode
: Not displaying timer for unsubmitted exams
src/test/javascript/spec/component/exam/participate/exam-participation-cover.component.spec.ts
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.
Tested on TS1 several times in Chrome and Safari. In both browser the timer gets shown after the timer is over.
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.
Manual tested on legacy ts2. Worked as expected. I used the student user4.
|
|
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.
tested manually on ts2. works as expected
Tested with @MaximilianJG on test2. Everything worked as expected. (See his comment for screenshots) |
Worked as expected. Tested in a exam testing session with @Ceiridge. Timer is displaying during exam and also after grace period. |
Exam mode
: Not displaying timer for unsubmitted examsExam mode
: Do not display timer for unsubmitted exams
Checklist
General
Client
Motivation and Context
The timer is unnecessary, and it seems a bit broken to display
left time 0:0
when the exam and grace period is over.Description
Does not display the timer anymore after the exam is over, which was the case before for unsubmitted exams.
Exam Mode Testing
Instructor
: Prepare an examStudent
: Verify the timer is still displayed during the examStudent
: Do not submit the examStudent
: wait until the grace period is overStudent
: Try to open the exam summaryStudent
: See that the timer is still displayed, which would not be necessaryTestserver States
Note
These badges show the state of the test servers.
Green = Currently available, Red = Currently locked
Review Progress
Code Review
Manual Tests
Test Coverage
Screenshots
New
Old