Skip to main content

Changelog v0.1.3

Changes

  • The quiz time limit now has a minimum value of 60 seconds. Any value below this will be rejected.
  • added private participant detail /api/v1/members/{id}/client
  • added public participant detail /api/v1/members/{id}/public

Bug Fixes

Quiz Submission Mode Validation

  • Added validation to prevent HardLimit submission mode from being combined with Always availability
  • SoftLimit submission mode can be used with any availability type
  • Validation applies to both quiz creation (CreateQuizRequest) and updates (UpdateQuizRequest)

Route Configuration Fix

  • Fixed /api/v1/quizzes/query endpoint authentication - moved route inside protected scope with JwtAuth middleware
  • Private quiz queries now properly require JWT authentication