-
Notifications
You must be signed in to change notification settings - Fork 1
Prompt to generate quiz data
Help me create some mock data for my mobile app. I need to create 3 quizzes, with at least 6 questions each. I will provide you with some example input. Each quiz will have a topic (animals, housing, traveling, cooking, music, nouns etc). The topic is not a field in the data but the questions should be related to the topic. Give me the following fields per quiz:
- title
- description (keep it 1-2 sentences)
- image (I will find images online but you can provide me what to. search for)
- questions array.
Each question will belong to one of 3 types: 'english_to_turkish' | 'english_to_sense' | 'turkish_to_english'. And the fields "word", "correctAnswer", and "wrongAnswers": an array of 3 wrong answers.
For the questions type of 'english_to_turkish', the "word" will be an English word, "correctAnswer" will be its Turkish translation, and "wrongAnswers" will consists of 3 wrong Turkish translations.
For the questions type of 'english_to_sense', the "word" will be an English word, "correctAnswer" will be its meaning / sense, and "wrongAnswers" will consists of 3 wrong meanings.
For the questions type of 'turkish_to_english', the "word" will be an Turkish word, "correctAnswer" will be its English translation, and "wrongAnswers" will consists of 3 wrong English translations.
{
"quizzes": [
{
"id": 7,
"title": "Complex Words",
"description": "Master confusing words in English with this quiz.",
"image": "none",
"difficulty": 3089.67,
"username": "semir12",
"createdAt": "2024-11-26 12:23:06.0",
"updatedAt": "2024-11-26 12:23:06.0",
"noFavorites": 2,
"questions": [
{
"id": 24,
"quizId": 7,
"questionType": "english_to_turkish",
"word": "ineffable",
"correctAnswer": "tarif edilemez",
"wrongAnswers": [
"anlaşılabilir",
"görkemli",
"abartılı"
],
"difficulty": 3165.0
},
{
"id": 25,
"quizId": 7,
"questionType": "english_to_sense",
"word": "obfuscate",
"correctAnswer": "To deliberately make something unclear or difficult to understand",
"wrongAnswers": [
"To clarify or make simpler",
"To describe something in detail",
"To highlight or emphasize"
],
"difficulty": 3229.0
},
{
"id": 26,
"quizId": 7,
"questionType": "english_to_turkish",
"word": "ephemeral",
"correctAnswer": "Kısa ömürlü",
"wrongAnswers": [
"Kalıcı",
"Güçlü",
"Karmaşık"
],
"difficulty": 2875.0
}
]
},
{
"id": 22,
"title": "My Plants",
"description": "This quiz has my favorite plant words.",
"image": "https://storage.googleapis.com/quizzard-bucket/9a611a1c-1b66-43a4-a6b1-c139bd7a1aa7-upload.jpg",
"difficulty": 2610.0,
"username": "a",
"createdAt": "2024-12-10 08:04:19.0",
"updatedAt": "2024-12-10 08:04:19.0",
"noFavorites": 1,
"questions": [
{
"id": 41,
"quizId": 22,
"questionType": "turkish_to_english",
"word": "Çalı",
"correctAnswer": "Shrub",
"wrongAnswers": [
"Branch",
"Flower",
"Tree"
],
"difficulty": 2775.0
},
{
"id": 42,
"quizId": 22,
"questionType": "english_to_turkish",
"word": "Bark",
"correctAnswer": "Ağaç kabuğu",
"wrongAnswers": [
"Ağaş kökü",
"Deri",
"Köpek"
],
"difficulty": 2445.0
}
]
}
]
}{
"quizzes": [
{
"id": 7,
"title": "Complex Words",
"description": "Master confusing words in English with this quiz.",
"image": "none",
"difficulty": 3089.67,
"username": "semir12",
"createdAt": "2024-11-26 12:23:06.0",
"updatedAt": "2024-11-26 12:23:06.0",
"noFavorites": 2,
"questions": [
{
"id": 24,
"quizId": 7,
"questionType": "english_to_turkish",
"word": "ineffable",
"correctAnswer": "tarif edilemez",
"wrongAnswers": [
"anlaşılabilir",
"görkemli",
"abartılı"
],
"difficulty": 3165.0
},
{
"id": 25,
"quizId": 7,
"questionType": "english_to_sense",
"word": "obfuscate",
"correctAnswer": "To deliberately make something unclear or difficult to understand",
"wrongAnswers": [
"To clarify or make simpler",
"To describe something in detail",
"To highlight or emphasize"
],
"difficulty": 3229.0
},
{
"id": 26,
"quizId": 7,
"questionType": "english_to_turkish",
"word": "ephemeral",
"correctAnswer": "Kısa ömürlü",
"wrongAnswers": [
"Kalıcı",
"Güçlü",
"Karmaşık"
],
"difficulty": 2875.0
}
]
},
{
"id": 22,
"title": "My Plants",
"description": "This quiz has my favorite plant words.",
"image": "https://storage.googleapis.com/quizzard-bucket/9a611a1c-1b66-43a4-a6b1-c139bd7a1aa7-upload.jpg",
"difficulty": 2610.0,
"username": "a",
"createdAt": "2024-12-10 08:04:19.0",
"updatedAt": "2024-12-10 08:04:19.0",
"noFavorites": 1,
"questions": [
{
"id": 41,
"quizId": 22,
"questionType": "turkish_to_english",
"word": "Çalı",
"correctAnswer": "Shrub",
"wrongAnswers": [
"Branch",
"Flower",
"Tree"
],
"difficulty": 2775.0
},
{
"id": 42,
"quizId": 22,
"questionType": "english_to_turkish",
"word": "Bark",
"correctAnswer": "Ağaç kabuğu",
"wrongAnswers": [
"Ağaş kökü",
"Deri",
"Köpek"
],
"difficulty": 2445.0
}
]
}
]
}
{ "quizzes": [ { "id": 7, "title": "Complex Words", "description": "Master confusing words in English with this quiz.", "image": "none", "difficulty": 3089.67, "username": "semir12", "createdAt": "2024-11-26 12:23:06.0", "updatedAt": "2024-11-26 12:23:06.0", "noFavorites": 2, "questions": [ { "id": 24, "quizId": 7, "questionType": "english_to_turkish", "word": "ineffable", "correctAnswer": "tarif edilemez", "wrongAnswers": [ "anlaşılabilir", "görkemli", "abartılı" ], "difficulty": 3165.0 }, { "id": 25, "quizId": 7, "questionType": "english_to_sense", "word": "obfuscate", "correctAnswer": "To deliberately make something unclear or difficult to understand", "wrongAnswers": [ "To clarify or make simpler", "To describe something in detail", "To highlight or emphasize" ], "difficulty": 3229.0 }, { "id": 26, "quizId": 7, "questionType": "english_to_turkish", "word": "ephemeral", "correctAnswer": "Kısa ömürlü", "wrongAnswers": [ "Kalıcı", "Güçlü", "Karmaşık" ], "difficulty": 2875.0 } ] }, { "id": 22, "title": "My Plants", "description": "This quiz has my favorite plant words.", "image": "https://storage.googleapis.com/quizzard-bucket/9a611a1c-1b66-43a4-a6b1-c139bd7a1aa7-upload.jpg", "difficulty": 2610.0, "username": "a", "createdAt": "2024-12-10 08:04:19.0", "updatedAt": "2024-12-10 08:04:19.0", "noFavorites": 1, "questions": [ { "id": 41, "quizId": 22, "questionType": "turkish_to_english", "word": "Çalı", "correctAnswer": "Shrub", "wrongAnswers": [ "Branch", "Flower", "Tree" ], "difficulty": 2775.0 }, { "id": 42, "quizId": 22, "questionType": "english_to_turkish", "word": "Bark", "correctAnswer": "Ağaç kabuğu", "wrongAnswers": [ "Ağaş kökü", "Deri", "Köpek" ], "difficulty": 2445.0 } ] } ] }
🏠 Home
- 💬 Communication Plan
- 🎯 General Plan
- 🗂️ Project Plan
- 📊 Customer Milestone 1 Report
- 📊 Customer Milestone 2 Report
- 📊 Customer Milestone 3 Report
- 📕 User Manual
- 📕 System Manual
- Software Requirements
- API Doc
- RAM
- Sequence Diagram
- Class Diagram
- Use-Case Diagram
- Mockups
- User Scenario 1 - Quiz generation
- User Scenario 2 ‐ Find forum from the Quiz
- User Scenario 3 ‐ Ask Question in the Forum
- User Scenario 4 - Solve a Quiz Sent by Another User
- User Experience Enhancement Plans and Actions
- Final Presentation scenario
- UI Interfaces
- User Stories
- Lab Report #1 | 24.09.2024
- Lab Report #2 | 01.10.2024
- Lab Report #3 | 08.10.2024
- Lab Report #4 | 15.10.2024
- Lab Report #9 | 10.12.2024
Lab Meeting Notes
Team Meeting Notes
🧑🏻💻 About Us
🗂️ Templates
CmpE 352
- Customer Milestone 1 Report
- Customer Milestone 2 Report
- Customer Milestone 3 Report
- UML Use-Case Diagram
- UML Class Diagram
- Sequence Diagrams
- API Documentation
- RAM | Responsibility Assignment Matrix
🗃️ All Project Files
📝 352 Meeting Notes
- Meeting #11 | 11.05.2024
- Frontend Meeting Notes #2 | 07.05.2024
- Meeting #10 | 07.05.2024
- Frontend Meeting Notes #1 | 08.04.2024
- Backend Meeting Notes
- Mobile Team Meeting Notes
- Meeting #9 | 28.04.2024
- Meeting #8 | 22.04.2024
- Meeting #7 | 04.04.2024
- Meeting #6 | 27.03.2024
- Meeting #5 | 15.03.2024
- Customer Meeting #1 | 15.03.2024
- Meeting #4 | 07.03.2024
- Meeting #3 | 03.03.2024
- Meeting #2 | 26.02.2024
- Meeting #1 | 19.02.2024