Create a Deck
This page allows you to create a new deck for flashcards, including the option to upload and parse a structured document to preload flashcard content.
Contents¶
Deck Details¶
-
Deck Name:
- Enter a unique name for your deck in the Deck Name field.
- This name will be used to identify the deck in the app.
-
Deck Description:
- Provide a short description of the deck in the Deck Description field.
- This helps users understand the purpose or content of the deck.
Upload a Document for Preloading Flashcards¶
You can preload flashcards by uploading a formatted document. The system supports the following file types:
- .docx
- .doc
- .txt
- .pdf
How to Structure Your Document¶
To ensure the app parses your document correctly, use the markers configured in the "Configure Parsing Setup" section. These markers specify how the system identifies and extracts flashcard components, such as questions, options, and correct answers.
By default, the following markers are used:
- Question:
- Identify questions in your document using the default marker
Question
or a custom marker defined in the "Configure Parsing Setup" section.
Example (Default Marker):
Question
What is the definition of a service?
- Options:
- List possible answers using the default marker
Options
or a custom marker. - Mark the correct answer(s) explicitly using
Correct answer
or another marker you’ve defined.
Example:
Options:
The means by which an organization is directed and controlled
Correct answer
A means of enabling value co-creation by facilitating outcomes that customers want to achieve, without the customer having to manage specific costs and risks
- Explanation (Optional):
- Provide additional context or reasoning for the correct answer using the marker
Overall explanation
or a custom marker.
Example:
Overall explanation
A service is a means of enabling value co-creation by facilitating outcomes that customers want to achieve, without the customer having to manage specific costs and risks.
- Domain (Optional):
- Categorize the flashcard by topic or section using the marker
Domain
or a custom marker.
Example:
Domain
1.1.a
Steps to Create a New Deck¶
-
Toggle Document Upload:
- Enable the "Document Upload" option by checking the toggle switch.
-
Upload a Document:
- Select a file in one of the supported formats (
.docx
,.doc
,.txt
,.pdf
). - You can preview the content before creating the deck.
- Select a file in one of the supported formats (
-
Configure Parsing Settings:
- Navigate to the "Configure Parsing Setup" section.
- Update markers for identifying questions, options, correct answers, etc., to match your document's formatting.
- Customize parsing settings, such as language preferences, or save the configuration for future use.
-
Preview Content:
- Use the preview panel to view parsed flashcards and ensure correctness.
-
Create Deck:
- Once satisfied with the details and parsed content, click Create Deck to save the deck.
Important Notes¶
-
Local Deck Notification:
- If the app is in offline mode, decks will be created locally and will not be synchronized with the server.
- This is indicated by a yellow warning banner at the top of the page.
-
Edit Parsing Markers:
- Markers like
Question
,Options
, andCorrect answer
can be customized in the "Configure Parsing Setup" section. - Ensure the markers in your document match the custom settings for accurate parsing.
- Markers like
-
Download Example Document:
- Click on the Download an example link to see an example of a properly formatted document using default markers.
-
Error Handling:
- If parsing errors occur, ensure the markers used in the document align with those configured in the "Configure Parsing Setup" section.
-
Save Parsing Configurations:
- Save parsing configurations for future use by clicking Save Configuration in the "Configure Parsing Setup" section.