> For the complete documentation index, see [llms.txt](https://everyday-digital.gitbook.io/authoring-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://everyday-digital.gitbook.io/authoring-docs/authoring-editor/authoring-settings.md).

# Authoring Settings

## Authoring Settings

### **Scoring / Grading Mode**

Choose your preferred method for appraising user interactions.

* **Evaluate.** Users can answer incorrectly and do not need to repeat until correct.
* **Teach.** Users must repeatedly answer/ complete  activities until correct.
* **Survey.** There is no correct answer - all answers are accepted.

### Sequence

Determine the order in which content should be completed.

* **Open.** Users can complete the chapters/sections in any order.
* **Linear.** Users must complete the chapters/sections sequentially.

### **Allow Activity Skipping**

* **On.** Option to skip activities.&#x20;
* **Off.** No activity skipping - users must complete an activity before proceeding.

### Enable Reviews

* **On.** Always ask users to review once completed.&#x20;
* **Off.** Do not ask users to review content after it has been completed.

### **Allow Multiple Attempts**

* **On (Default).** Users can go through the content multiple times.
* **Off.** Users only have one chance to go through the content.&#x20;

{% hint style="info" %}
&#x20;**The Multiple Attempts setting is ideal for formal assessments.** If set to off, users won't be able to re-do the content once they have completed it - meaning they only get one chance. If necessary, you can reset a user's attempt via the logs in Analytics.
{% endhint %}

### **Publish to Pathway Only (Experimental)**

* **On.** Content will only available on the Pathway(s) to which it has been added, and will not be available on the Discover section of the app.
* **Off.** Content will be available on the Discover section of the app and on the Pathway(s) to which it has been added.

### **Time Limit in Minutes**

* **No time limit.** By default, this is set to zero (0) and users can complete the content in their own time.
* **Specify time limit in minutes.** Enter a number greater than zero (0) to apply a time limit. Users will be subjected to the time limit when completing the content.

{% hint style="info" %}
**Activity time limits.** Limits may also be applied to selected activities.
{% endhint %}

### Required Pass Mark

* **No minimum required pass mark.** By default, a 0% pass mark is required and all users pass regardless of their score.
* **Minimum pass mark required.** Specify a require passmark  between 1% - 100%.

### **Completion Certificates**

* **On.** Users will be awarded a certificate after completing content.
* **Off.** Users will not be awarded a certificate after completing content.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://everyday-digital.gitbook.io/authoring-docs/authoring-editor/authoring-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
