# Legacy (non-PrairieLearn) Quizzes/Exam Questions

### Open ended questions for written exams ([instructor access only](https://www.saasbook.info/instructors))

[Open-ended response questions](https://github.com/saasbook/open-response-exam-questions) suitable for manual grading, along with reference solutions. Most of these have been converted to “Artisan” Exam Questions delivered through PrairieLearn.

### Multiple-choice/machine-gradable questions ([instructor access only](https://www.saasbook.info/instructors))

[Multiple choice questions](https://github.com/saasbook/csw169a-quizzes) grouped by textbook chapter. The [RuQL gem](https://github.com/saasbook/ruql) and its associated formatters let you export quiz questions to HTML/hardcopy, the Canvas LMS, and other quiz formats. This is a subset of all the questions in the PrairieLearn per-chapter quizzes.


---

# 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://teach.saasbook.info/chips/legacy-non-prairielearn-quizzes-exam-questions.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.
