Skip to content

Releases: avantifellows/quiz-backend

v1.0.9

04 Oct 17:42
fe00455
Compare
Choose a tag to compare

Highlights

  • Students can now mark questions for review!

What's Changed

What's Next

  • Single Quiz Link for both OMR and assessment modes.

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

v1.0.8

07 May 08:22
e0d189d
Compare
Choose a tag to compare

Highlights

  • Frontend Metrics are now saved for each session in MongoDB.

What's Changed

What's Next

  • Shift quiz backend from lambda function to EC2.
  • Add redis caching.
  • Automating infrastructure creation using terraform.

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

v1.0.7

10 Apr 11:36
ca6f6b4
Compare
Choose a tag to compare

Highlights

  • Solutions are now displayed on QE.

What's Changed

What's Next

  • Shift quiz backend from lambda function to EC2.
  • Add redis caching.
  • Automating infrastructure creation using terraform.

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

v1.0.6

12 Mar 06:53
9723681
Compare
Choose a tag to compare

What's Changed

What's Next

  • Huge change! Moving backend from lambda to ec2.

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

v1.0.5

05 Dec 06:47
dc10562
Compare
Choose a tag to compare

What's Changed

What's Next

  • Load testing quiz backend
  • Transferring the backend from lambda function to ec2

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

v1.0.4

21 Nov 08:40
19748c4
Compare
Choose a tag to compare

Highlights

  • We're now computing and storing time spent on each question for assessments and homeworks!
  • Fields from CMS such as skill, concept, skill_id, etc. are now added to question metadata. They will be available on mongoDB for fine-grained analysis!

Next Steps

  • Long term tasks: Take backend to ec2 from lambda function.
  • Write load tests for backend

What's Changed

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

v1.0.3

26 Sep 21:53
47832c2
Compare
Choose a tag to compare

Highlights

  • Added support for instruction page by passing test_format value

Next Steps

  • Compute and store time spent per question

What's Changed

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

v1.0.2

29 Aug 11:07
c961c1d
Compare
Choose a tag to compare

Highlights

  • For certain quizzes, users cannot review answers until session_end_time is reached. This helps reduce cheating cases.

Next Steps

  • Instruction Page PR is in progress. Once done, we can display instructions in quiz engine.

What's Changed

  • Adds key to check whether reviewing answers is allowed by @suryabulusu in #101

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

v1.0.1

16 Aug 12:39
b757864
Compare
Choose a tag to compare

Highlights

  • Quiz Engine now shows error toasts when session answer POST request fails.
  • A new method is added to session_answers route: we can now sync all session answers at once.

Next Steps

  • Instruction Page PR is in progress. Once done, we can display instructions in quiz engine.

What's Changed

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

v1.0

04 Aug 10:32
a269b82
Compare
Choose a tag to compare

What's Changed

New Contributors

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