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