All Collections
Courses Help
Can I set global default settings for things like quiz attempts on a course?
Can I set global default settings for things like quiz attempts on a course?

Keywords: course, default, global, settings

Leanpub Support avatar
Written by Leanpub Support
Updated over a week ago

You can set default settings at the beginning of a course text file, including for quiz attempts, like this:

```

{

course-attempts: 1

default-exercise-show-answers: all

default-quiz-attempts: 1

default-quiz-auto-submit: true

default-quiz-show-answers: incorrect

default-quiz-use-result: best

default-random-choice-order: false

default-random-question-order: false

}

# Introduction

Thank you for creating a new course on Leanpub. You can get started now by deleting this default content and writing your own.

```

We include that example in the default material for every new course that is created.

Did this answer your question?