edubase_get_exam_autologin
Retrieve the automatic login configuration for an exam. Get the exact settings needed to enable automatic login and simplify access for students.
Instructions
Get the automatic login configuration of an exam.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exam | Yes | exam identification string |
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) |