edubase_put_exam_settings
Replace a target exam's configuration with settings from another exam, preserving branding, materials, and exam-specific state. Optionally copy certificate settings.
Instructions
Replace the complete configuration of an exam with the configuration of another exam. Exam specific data and state (automatic account generation, rounds, notifications, login settings and previously used patterns) is never copied. Branding, and the attached learning materials (course, SCORM package and video) of the target exam are kept as well.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exam | Yes | exam identification string (the target exam) | |
| source | Yes | exam identification string to copy the settings from, must be different from the target exam | |
| keep_certificate_settings | No | whether to copy the certificate settings as well (default: false) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exam | Yes | exam identification string | |
| source | Yes | exam identification string the settings were copied from |