edubase_post_exam_autologin
Enable or reconfigure automatic login for an exam: create a shortlink, auto-generate accounts, or let assigned users join without manual approval.
Instructions
Enable or reconfigure automatic login for an exam.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| se | No | shortlink for the login URL, at least 3 characters long (with a + sign automatically prepended), send an empty value to remove the current shortlink, needs the shortlink feature to be enabled and cannot be used with secure (Safe Exam Browser) exams | |
| exam | Yes | exam identification string | |
| autoadd | No | generate new exam accounts automatically on demand, needs special privileges to set! | |
| autojoin | No | allow already registered users to join the exam automatically, needs special privileges to set! | |
| autojoin_limited | No | limit automatic joining to the users assigned to the exam, only used when autojoin is enabled, needs special privileges to set! (default: false) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pin | No | PIN code of the exam (only present if autologin is true) | |
| url | No | login URL of the exam, the shortlink or the Safe Exam Browser launch URL if configured (only present if autologin is true) | |
| exam | Yes | exam identification string | |
| autoadd | No | new exam accounts are generated automatically on demand (only present if autologin is true) | |
| autojoin | No | already registered users can join the exam automatically (only present if autologin is true) | |
| autologin | Yes | automatic login is enabled | |
| results_url | No | URL where examinees can look up their own results (only present if autologin is true and results can be viewed with an identifier) | |
| autojoin_limited | No | automatic joining is limited to the assigned users (only present if autojoin is true) |