Help & getting started

Quickstart

  1. 1. Sign in and create a question set (name + subject; topic is optional).
  2. 2. Add questions manually or import a markdown file.
  3. 3. Activate a question — students who scan the QR see it immediately.
  4. 4. Answers appear live. Toggle 'Allow resubmission' if students may answer more than once.

Markdown import format

Header requires title and subject. topic and tags are optional. Each question is a block separated by ---.

---
title: Lecture 5
subject: Mathematik
topic: Rekursion         # optional
---

## Did the example make sense?
type: yes_no
difficulty: easy
tags: recap

---

## Which is a base case?
type: multiple_choice
options:
- return n
- return 1 when n == 0

FAQ

Are students anonymous?

Yes. Students never sign in. No IP or identifier is stored with responses.

Can I reuse a colleague's questions?

Toggle 'Share with colleagues' on your set. Others can find it in the Shared library and clone it.

Can students answer twice?

Only if you enable 'Allow resubmission' on that question.

How long does a question stay live?

You pick a duration when activating (30s, 1m, 2m… or open-ended).