Skip to main content

Version 1.0.0

Release Date: April 7, 2026

🤖 Generate Questions with AI

This release introduces a new AI-powered question generator that helps you turn ideas or study materials into ready-to-use questions faster.

What You Can Do

  • Describe a topic in plain language and let the system draft questions for you
  • Upload reference files such as .txt, .md, .pdf, and .docx
  • Spend 25 credits per generated question so usage stays clear and predictable
  • Create question sets faster for classes, practice sessions, and internal knowledge checks
  • Get more consistent results with stronger validation before generated questions are returned

📚 Bring Multiple Templates Into Your Question Bank

Question template claiming is now much faster when you want to reuse more than one template at a time.

If you use the API directly, send a POST request to:

https://oxide-api.soberdev.net/api/v1/questions/claim/bulk

Example payload:

{
"question_template_ids": [
"11111111-1111-1111-1111-111111111111",
"22222222-2222-2222-2222-222222222222"
]
}

What Changed

  • Claim multiple templates in one action instead of repeating the same workflow one by one
  • Move published templates into your own question bank faster for editing and reuse
  • Avoid clutter from accidental repeats with a safer, more consistent claiming flow
  • Get clearer feedback when a template cannot be imported

✨ Better Creation Experience

Creating questions is now smoother across both AI-assisted and template-based workflows.

Improvements

  • Clearer validation messages when input needs attention
  • Stronger safeguards around imported and generated content
  • More predictable creation flows for teams managing content quality at scale

Breaking Changes

None. Existing quiz, question, and template workflows remain compatible.