> For the complete documentation index, see [llms.txt](https://guides.transcript.study/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.transcript.study/transcript-notebook/guides/materials/practice-sets.md).

# Practice Sets

{% tabs %}
{% tab title="Flash Cards" %}

### Creating Flash Cards

1. **Start by Selecting How to Create:**
   * You can choose to create flashcards by:
     * **Uploading Course Materials:** Import files like PDFs or documents to generate flashcards automatically.
     * **Using a Website Link:** Generate flashcards from content on a specific website or video.
     * **From Scratch:** Manually create each flashcard.
2. **Create and Review Your Flash Cards:**
   * As you go through your flashcards, you'll reach the end and be prompted to either generate more cards automatically or add them manually.
3. **Edit or Delete Flash Cards:**
   * If you need to make changes, you can edit or delete your flashcards by clicking the edit pencil button at the top of the screen.

<figure><img src="/files/gKUaey9hWm1v14G3xy7T" alt="" width="563"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Practice Quiz" %}

### Creating Practice Quizzes

1. **Start by Uploading Materials:**
   * You can create a practice quiz by:
     * **Uploading Course Materials:** Import files like PDFs or documents to generate quiz questions.
     * **Using a Website Link:** Generate questions from content on a specific website or video.
     * **From Scratch:** Manually create each quiz question.
2. **Customize Your Quiz:**
   * After uploading your materials, customize your quiz by selecting the difficulty level (Easy, Normal, or Hard) and the type of questions (Multiple Choice, Free Response, or Matching).
   * Once you’ve set your preferences, click "Generate" to create your quiz.
3. **Complete and Review Your Quiz:**
   * After completing the quiz, your score will determine the next steps. You can either restart the quiz for further practice or generate a new quiz with different questions.

<div><figure><img src="/files/nJYaHC8KbTZuE8hdp594" alt=""><figcaption></figcaption></figure> <figure><img src="/files/u8JuRU4OLf5fXJcUgUBv" alt="" width="364"><figcaption></figcaption></figure> <figure><img src="/files/FLAvkUHxvZtjivgwqtHU" alt=""><figcaption></figcaption></figure></div>
{% endtab %}
{% endtabs %}


---

# 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://guides.transcript.study/transcript-notebook/guides/materials/practice-sets.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.
