Project Michael Dings Impressum Login

Dings-Quiz

I am a Dings-App, that can run a Quiz with Images.

Example

The Quiz-Config-File 400000050.quiz

{
    "Title":            "Bevarage-Deposit-Quiz",
    "Sound_Wrong":          "400000051.mp3",
    "Sound_Right_Perfect":      "400000052.mp3",
    "Sound_Right_Incomplete":   "400000053.mp3",
    "Sound_Right_Bell":     "400000059.mp3",
    "Sound_Finish":         "400000054.mp3",
    "Image_Finish":         "400000048.jpg",
    "Image_Quiz":           "400000048.jpg",
    "Max_Answers":          4,
    "Question_List": [
        {
            "Question":     "How much Pfand will we get for this?",
            "Answer":       "Yes, we get about 40 Euro!",
            "Image_Question":   "400000071.jpg",
            "Image_Answer":     "400000072.jpg",
            "Correct_Answer_List":  [2],
            "Answer_List": [
                "20 Euro",
                "30 Euro",
                "40 Euro",
                "50 Euro"
            ]
        },
        {
            "Question":     "How much is <a href='250100004.html' target='_blank'>Einweg-Pfand</a>?",
            "Answer":       "Correct, it is 0,25 Euro per Bottle!",
            "Image_Question":   "400000072.jpg",
            "Image_Answer":     "400000073.jpg",
            "Correct_Answer_List":  [2],
            "Answer_List": [
                "0,08 Euro",
                "0,20 Euro",
                "0,25 Euro",
                "0,30 Euro"
            ]
        },
        {
            "Question":     "How much is <a href='250100003.html' target='_blank'>Mehrweg-Pfand</a>?",
            "Answer":       "Exactly, it is normally 0,08 or 0,15 Euro!",
            "Image_Question":   "400000074.jpg",
            "Image_Answer":     "400000075.jpg",
            "Correct_Answer_List":  [0,1],
            "Answer_List": [
                "0,08 Euro",
                "0,15 Euro",
                "0,20 Euro",
                "0,30 Euro"
            ]
        },
        {
            "Question":     "How much is Mehrweg-Kasten-Pfand?",
            "Answer":       "Right, it is 1,50 Euro!",
            "Image_Question":   "400000076.jpg",
            "Image_Answer":     "400000077.jpg",
            "Correct_Answer_List":  [1],
            "Answer_List": [
                "1,00 Euro",
                "1,50 Euro",
                "1,75 Euro",
                "2,00 Euro"
            ]
        },
        {
            "Question":     "Mental-Arithmetic: How much exactly?",
            "Answer":       "This is exactly 40,33 Euro!",
            "Image_Question":   "400000070.jpg",
            "Image_Answer":     "400000079.jpg",
            "Correct_Answer_List":  [1],
            "Answer_List": [
                "38,15 Euro",
                "40,33 Euro",
                "40,47 Euro",
                "42,22 Euro"
            ]
        }
    ]
}

…. can be included in a Markdown-File with …

![The Müll-Quiz](400000050.quiz)

… and then creates this rendered Output:

0/1 1/1
The Müll-Quiz