> For the complete documentation index, see [llms.txt](https://developerdocs.instructure.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developerdocs.instructure.com/services/dap/dataset/dataset-namespaces/dataset-newquizzes/dataset-quizzes-crosswalk.md).

# New Quizzes - Classic Quizzes DAP schema crosswalk

New Quizzes employs the **Classic Quizzes DAP schema** to ensure a **smooth transition** for customers, with minimal structural changes necessary to reflect product differences. The Following table outlines these structural changes when compared to the Classic Quizzes DAP Schema.

| Classic Quizzes Table                                                                                                                                                                                         | New Quizzes Table                                                                                                                                                                                                                                                                                                                                                                                                                               |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Assessment\_question\_banks](https://developerdocs.instructure.com/services/dap/dataset/dataset-namespaces/dataset-newquizzes/pages/zdvm4Hvd7IRbvpXEbjzE#dap_schemas.canvas.assessment_question_banks)       | <p>Fields not available:<br><code>context\_type</code>,<br><code>context\_id</code></p>                                                                                                                                                                                                                                                                                                                                                         |
| [Assessment\_questions](https://developerdocs.instructure.com/services/dap/dataset/dataset-namespaces/dataset-newquizzes/pages/zdvm4Hvd7IRbvpXEbjzE#dap_schemas.canvas.assessment_question_banks)             | <p>Field not available: <code>item\_id</code><br><br>Keys not available in <code>question\_data</code>:<br><code>regrade\_option</code>,<br><code>answers</code></p>                                                                                                                                                                                                                                                                            |
| [Assignments](https://developerdocs.instructure.com/services/dap/dataset/dataset-namespaces/dataset-newquizzes/pages/zdvm4Hvd7IRbvpXEbjzE#dap_schemas.canvas.assignments)                                     | Same fields                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [Assignment\_override\_students](https://developerdocs.instructure.com/services/dap/dataset/dataset-namespaces/dataset-newquizzes/pages/zdvm4Hvd7IRbvpXEbjzE#dap_schemas.canvas.assignment_override_students) | Same fields                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| [Quiz\_groups](https://developerdocs.instructure.com/services/dap/dataset/dataset-namespaces/dataset-newquizzes/pages/zdvm4Hvd7IRbvpXEbjzE#dap_schemas.canvas.quiz_groups)                                    | Not available in New Quizzes                                                                                                                                                                                                                                                                                                                                                                                                                    |
| [Quiz\_questions](https://developerdocs.instructure.com/services/dap/dataset/dataset-namespaces/dataset-newquizzes/pages/zdvm4Hvd7IRbvpXEbjzE#dap_schemas.canvas.quiz_questions)                              | <p>Includes all attempts (not just final).<br><br>Field not available: <code>item\_id</code><br><br>Added field: <code>is\_authoritative\_result</code>.<br><br>Keys not available in <code>question\_data</code>:<br><code>regrade\_option</code>,<br><code>answers</code></p>                                                                                                                                                                 |
| [Quiz\_submissions](https://developerdocs.instructure.com/services/dap/dataset/dataset-namespaces/dataset-newquizzes/pages/zdvm4Hvd7IRbvpXEbjzE#dap_schemas.canvas.quiz_submissions)                          | <p><code>submission\_data</code> object is redesigned for <strong>improved data usability</strong>, now <strong>including interaction type and detailed submission scoring</strong> information.<br><br>Fields not available:<br><code>submission\_id</code>,<br><code>quiz\_version</code>,<br><code>temporary\_user\_code</code>,<br><code>manually\_unlocked</code>,<br><code>score\_before\_regrade</code>,<br><code>kept\_score</code></p> |
| [Quizzes](https://developerdocs.instructure.com/services/dap/dataset/dataset-namespaces/dataset-newquizzes/pages/zdvm4Hvd7IRbvpXEbjzE#dap_schemas.canvas.quizzes)                                             | <p>Fields not available:<br><code>assignment\_id</code>,<br><code>unpublished\_question\_count</code>,<br><code>question\_count</code>,<br><code>require\_lockdown\_browser</code>,<br><code>require\_lockdown\_browser\_monitor</code>,<br><code>require\_lockdown\_browser\_for\_results</code></p>                                                                                                                                           |


---

# 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://developerdocs.instructure.com/services/dap/dataset/dataset-namespaces/dataset-newquizzes/dataset-quizzes-crosswalk.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.
