1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Looking for help with creating a minecraft quiz. 20$ Gift Card

Discussion in 'Community Talk' started by Slind, Mar 14, 2020.

  1. Slind

    Slind Founder

    Messages:
    8,332
    Likes Received:
    3,018
    Local Time:
    1:11 AM
    Hi there,

    I'm looking for help with creating a minecraft quiz. Here are the details
    • 30 questions in total (vanilla minecraft related only for now)
      • 10 beginner: beginners can answer
      • 10 advanced: people with a few days play time can answer
      • 10 expert: even experts won't know the answer to all
    • each question consists of
      • question (proper grammar and proper capitalization)
      • description (30-80 words, with information or tips around the question, can also be a generic "did you know.." if there is nothing fitting for the question)
      • cover image
        • we need the permission for these, therefore please create your own/screenshots
        • 16:9 format
        • at least 1600 px width
      • multiple choice answers (on average 4)
      • correct answer
    • all questions should be around vanilla minecraft, they can be along the lines of
      • Cover picture with crafting table and hidden result (What does this craft into?)
      • Who created minecraft?
      • During which year was minecraft released?
      • Which Items do you need to get to the end?
      • Which platform is minecraft not available for?
      • ...
    As a thank you, I'm giving out a USD 20,- giftcard for either MyM, Amazon or Steam.

    If you are interested, please send me a private message with one example question.

    The format is JSON and as follows:
    Code:
    {
    	"title": "Guess the animal.",
    	"description": "Do you know these barely known and nearly extinct animals?",
    	"coverPicture": "https://image.shutterstock.com/image-photo/large-group-african-safari-animals-600w-727249072.jpg",
    	"questions": [
    		{
    			"title": "What animal is this?",
    			"picture": "picture_01.png",
    			"description": "Some long text about the animal. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.",
    			"answers": [
    				"Cross River Gorilla", // in context of "correctAnswer" this is 0
    				"Eastern Lowland Gorilla", // "" 1
    				"Sumatran Orangutan", // "" 2
    				"Bornean Orangutan" // "" 3
    			],
    			"correctAnswer": 0
    		},
    		{
    			"title": "Question Two",
    			"picture": "picture_01.png",
    			"description": "Some long text about the animal. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.",
    			"answers": [
    				"Question Two Answer 1",
    				"Question Two Answer 2",
    				"Question Two Answer 3",
    				"Question Two Answer 4"
    			],
    			"correctAnswer": 3
    		},
    		...
    	]
    }
     
    Last edited: Mar 15, 2020
    LadyRen13 and Wise22wise like this.

Share This Page