edubase_get_exam_fields
Returns the list of user data fields configured for an exam, such as name, email, phone, plus any custom fields examinees must fill in before starting.
Instructions
Get the user data fields of an exam. These are the built-in name, email address and phone number fields, and the custom fields the examinees fill in before they start their test.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exam | Yes | exam identification string |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exam | Yes | exam identification string | |
| name | Yes | the full name of the examinee is requested (false: the field is not used, true: the field is used with its default label, otherwise the custom label of the field) | |
| Yes | the email address of the examinee is requested (false: the field is not used, true: the field is used with its default label, otherwise the custom label of the field) | ||
| phone | Yes | the phone number of the examinee is requested (false: the field is not used, true: the field is used with its default label, otherwise the custom label of the field) | |
| fields | Yes | the custom fields of the exam |