# Course Surveys

Surveys are a great way to gather information from your users. They can be used to measure your users understanding of a topic before and after taking a course, or perhaps to measure user satisfaction after completing a course.&#x20;

### ✍️  Making a survey

Navigate to the survey builder either from the library or a course item. Add in the survey title and details. Then add your questions in. Use the organise button to reorder questions and split the survey into separate pages.

![Survey builder ](https://3316915154-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkgvUeCmTPeNouRxGPC%2Fuploads%2F2HRoum37NVj0r1h94DRn%2FScreenshot%202022-01-19%20at%2014.25.25.png?alt=media\&token=9cdce403-606e-4f78-9b77-59e89db75bc3)

### 🎭  Survey question types

Surveys have 6 question types to choose from.

![Survey types ](https://3316915154-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkgvUeCmTPeNouRxGPC%2Fuploads%2FlAxlEi11cEID0advapwV%2FScreenshot%202022-01-19%20at%2014.29.31.png?alt=media\&token=0ba6afa7-bb32-4281-b5c0-1e7859bdbfa9)

Survey responses can viewed and be exported from the assignment group page.

| Question type   | Format                       | Description                                                                                                                   |
| --------------- | ---------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| Short answer    | `String`                     | Users type in a response                                                                                                      |
| Long answer     | `String`                     | Users type in long a response                                                                                                 |
| Date            | `dd/mm/yyyy`                 | User selects a date                                                                                                           |
| Sliding scale   | Single option from list      | User select most suitable option on a scale (define up to 10 options) Recommend use number scales or agree to disagree scales |
| Multiple choice | Single option from list      | Users can select one predefined option from a list                                                                            |
| Check boxes     | `TRUE` / `FALSE`  on options | User can select multiple defined options in a list                                                                            |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://academy.synap.ac/doc/courses/course-builder/course-surveys.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
