fix(curriculum): some typos (#56763)

This commit is contained in:
Yeger
2024-10-21 12:50:06 +03:00
committed by GitHub
parent 4f2d879cd1
commit d565948424
8 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -19,7 +19,7 @@
- `wrongAnswers`: Array of answers. There should be at least 4, but 6-7 would be ideal.
- `correctAnswers`: Array of answers. There should be at least 1, but 2 or more would be ideal when possible.
4. `wrongAnswers` and `correctAnwers` arrays:
4. `wrongAnswers` and `correctAnswers` arrays:
- `answer`: This is one of the multiple choice options
@@ -28,6 +28,6 @@
- Change the `examPath` variable in the `add-nano-ids.js` file to the name of the new exam file
- Run it with `node add-nano-ids.js`. It will add an `id` to each `question`, and each `answer`.
Add a `deprecated: true` property to any of the `questions`, `wrongAnswers`, or `correctAnwers`. Any that include this will be omitted when generating an exam.
Add a `deprecated: true` property to any of the `questions`, `wrongAnswers`, or `correctAnswers`. Any that include this will be omitted when generating an exam.
The exam files in this folder are not used in production. Never push real exam questions to GitHub or anywhere public. These exams are for local development and testing. To seed the real exams to staging/production databases, replace the example exams here with the real exams, connect to the desired database, and run the `create-exams.js` script.