Skip to content

Releases: avantifellows/quiz-frontend

v1.0.9

04 Oct 17:45
f115970
Compare
Choose a tag to compare

Highlights

What's Changed

What's Next

  • Single Link for OMR and assessment modes.

New Contributors

Full Changelog: v1.0.8...v1.0.9

v1.0.8

07 May 08:24
d81e829
Compare
Choose a tag to compare

Highlights

  • We now save Frontend Metrics for each session in Mongo DB.
  • Fixed bugs in display of homework solutions, display of ungraded questions.

What's Changed

Full Changelog: v1.0.7...v1.0.8

v1.0.7

10 Apr 12:05
a406ea8
Compare
Choose a tag to compare

Highlights

  • We now display solutions for assessments and homeworks.

What's Changed

Full Changelog: v1.0.6...v1.0.7

v1.0.6

12 Mar 06:56
d3766d8
Compare
Choose a tag to compare

What's Changed

What's Next

  • Mark For Review option in Footer
  • Show palette always on a PC browser
  • Section switching tabs in Header

Full Changelog: v1.0.5...v1.0.6

v1.0.5

05 Dec 06:49
7906cc5
Compare
Choose a tag to compare

What's Changed

Next Steps

  • UI Improvements to instruction page for each quiz type (homework, assessment, omr)
  • Load testing
  • Long term: code cleanup and refactoring

Full Changelog: v1.0.4...v1.0.5

v1.0.4

21 Nov 08:56
ba75319
Compare
Choose a tag to compare

Highlights

  • There is a basic homepage for Avanti quizzes now. Check it here: https://quiz.avantifellows.org/
  • We now compute time spent on each question and send to backend! This helps our analysts determine which questions were tougher for users to attempt, etc.
  • Several minor UI Updates:
    • Once an assessment is complete and users review their answers, the difference between skipped questions and correctly answered questions was not apparent earlier. We've updated this to make the difference more pronounced.
    • Correct answers for numerical / subjective answers are now displayed once quiz is complete.
    • Previous / Next and Save&Next buttons are repositioned for better user experience.
    • Instruction component's margins have been improved. A button is now available in palette to display instructions.

Next Steps

  • Load testing the frontend.
  • Long term task: code cleanup and refactoring.

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

10 Oct 11:44
32cbfc6
Compare
Choose a tag to compare

Highlights

  • Tables are now displayed with better margins and spacing
  • CI/CD was failing due to issues in vue-cli-plugin-babel; now corrected!

Next Steps

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

26 Sep 22:32
d09293a
Compare
Choose a tag to compare

Highlights

  • We display instructions now via an InstructionPage component!

Next Steps

  • Improve InstructionPage component: show it in Question Palette too
  • Compute time spent per question and send it to backend

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

29 Aug 11:12
e2da4f9
Compare
Choose a tag to compare

Highlights

  • In this release, assessments can prefer to not display answers immediately and wait for a while (till session_end_time is reached).

Next Steps

  • Instruction page PR is in progress. Once done, we can see instructions in quiz engine.
  • Improve review_answers to accommodate for more varied cases.

What's Changed

Full Changelog: v1.0...v1.0.1

v1.0

16 Aug 12:43
afe758d
Compare
Choose a tag to compare

Highlights

  • Lists all PRs from beginning of repo.
  • Most recent update is to display loading spinner when session answer request is being made.
  • We also display an error toast when session answer POST request fails.
  • For OMR, we make a request that syncs all answers at once when End Test button is clicked.

Next Steps

  • Instruction page PR is in progress. Once done, we can see instructions in quiz engine.
  • We will add session end time to quiz engine (for CMS tests). This is to block access to viewing correct answers once quiz has ended but session hasn't.

What's Changed

New Contributors

Full Changelog: https://github.com/avantifellows/quiz-frontend/commits/v1.0