|
1 | | -[](https://travis-ci.org/ucfopen/quiz-extensions) |
2 | | -[](https://coveralls.io/github/ucfopen/quiz-extensions) |
| 1 | +[](https://github.com/ucfopen/quiz-extensions/actions/workflows/run-tests.yml/) |
| 2 | +[](https://codecov.io/gh/ucfopen/quiz-extensions) |
3 | 3 | [](https://ucf-open-slackin.herokuapp.com/) |
4 | 4 |
|
5 | 5 | A self-service LTI for faculty to easily extend time for multiple users for |
6 | 6 | all quizzes at once. |
7 | 7 |
|
8 | 8 | # Table of Contents |
9 | 9 |
|
10 | | -* [Installation](#installation) |
11 | | - * [Development Installation](#development-installation) |
12 | | - * [Production Installation](#production-installation) |
13 | | -* [Third Party Licenses](#third-party-licenses) |
| 10 | +- [Installation](#installation) |
| 11 | + - [Development Installation](#development-installation) |
| 12 | + - [Production Installation](#production-installation) |
| 13 | +- [Third Party Licenses](#third-party-licenses) |
14 | 14 |
|
15 | 15 | # Installation |
16 | 16 |
|
@@ -38,8 +38,6 @@ Fill in the config file |
38 | 38 | API_URL = '' # Canvas API URL (e.g. 'http://example.com/api/v1/') |
39 | 39 | API_KEY = '' # Canvas API Key |
40 | 40 |
|
41 | | -# The default number of objects the Canvas API will return per page (usually 10) |
42 | | -DEFAULT_PER_PAGE = 10 |
43 | 41 | # The maximum amount of objects the Canvas API will return per page (usually 100) |
44 | 42 | MAX_PER_PAGE = 100 |
45 | 43 |
|
@@ -72,13 +70,13 @@ source env/bin/activate |
72 | 70 |
|
73 | 71 | Install required packages |
74 | 72 |
|
75 | | -* If you want to be able to run tests: |
| 73 | +- If you want to be able to run tests: |
76 | 74 |
|
77 | 75 | ```sh |
78 | 76 | pip install -r test_requirements.txt |
79 | 77 | ``` |
80 | 78 |
|
81 | | -* Otherwise, |
| 79 | +- Otherwise, |
82 | 80 |
|
83 | 81 | ```sh |
84 | 82 | pip install -r requirements.txt |
|
0 commit comments