Skip to content

Prompt to generate quiz data

Ebrar Kızıloğlu edited this page Dec 16, 2024 · 2 revisions

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

🗃️ All Project Files

💻 Lab Reports

📝 Meeting Notes

Lab Meeting Notes
Team Meeting Notes
🧑🏻‍💻 About Us
🗂️ Templates
CmpE 352

🚀 Important Project Files

🗃️ All Project Files
📝 352 Meeting Notes
📜 Research & Resources
Clone this wiki locally