-
Notifications
You must be signed in to change notification settings - Fork 24
Add fixed-position timer to test pages #156
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
Conversation
Co-authored-by: hortison <[email protected]>
Co-authored-by: hortison <[email protected]>
leecalcote
left a comment
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.
@copilot did you modify the existing timer or create a new timer?
I created a new timer. The original The new timer (added in c4f3e1c) includes:
The timer only displays when |
|
@aabidsofi19, where is our current timer? |
|
@leecalcote the timer is in the cloud nextjs app ( in pages / ..something / test.tsx ) . the layout here is just for development purposes and only has functionality for showing questions . |
|
Thank you |

Learners taking timed tests lose visibility of the countdown timer when scrolling through questions, causing anxiety and time management issues.
Changes
Timer Display
time_limit > 0in frontmatterVisual States
Implementation
{{ $test.time_limit }}parameterScreenshots
Initial view with timer visible

Timer remains visible after scrolling to bottom questions

Modified:
layouts/test/single.html(+161 lines)Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.