• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Staff applications for our PokéCommunity Daily and Social Media team are now open! Interested in joining staff? Then click here for more info!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Team Quiz

Flowerchild

fleeting assembly
  • 8,709
    Posts
    14
    Years
    jake and I (read: jake) will handle the technical aspects of getting it implemented on the site but we don't really have any questions or anything yet. the team virtues are intelligence, ambition, bravery, and adventure, so we can probably do something fairly similar to a harry potter house quiz with pokemon-styled questions. any thoughts?
     
    for anyone making questions, put them in this format. the fields in caps lock are the ones you guys are allowed to change, do not edit anything else. do not remove the quotation marks.

    QUESTION_KEY_HERE: This is never displayed on the page, only used internally. Make it a one or two word summary of the question, with no spaces. For example, "pokemonRoad" is the key for the question about a Pokémon appearing on the road.

    QUESTION_TEXT_HERE: The text of the question that will render on the page. Should obviously be an actual question.

    {HOUSE}_ANSWER_HERE: The answer option for that house. Note that when taking the quiz, the viewer won't be told what house a particular answer option corresponds to (it's also coded in a way that prevents them from viewing the page source to find out), so subtler answer options that don't give away what house they belong to are preferred.

    Code:
    "QUESTION_KEY_HERE":{  
        "question":"QUESTION_TEXT_HERE",
        "answers":[  
            {  
                "house":"Doctrina",
                "string":"DOCTRINA_ANSWER_HERE"
            },
            {  
                "house":"Gloria",
                "string":"GLORIA_ANSWER_HERE"
            },
            {  
                "house":"Consortia",
                "string":"CONSORTIA_ANSWER_HERE"
            },
            {  
                "house":"Vestigo",
                "string":"VESTIGO_ANSWER_HERE"
            }
        ]
    },
     
    Back
    Top