Moderated Quiz for beginners?

Discussion in 'Archived: Plugin Requests' started by szoller, Dec 30, 2012.

  1. Hello,

    wer are looking for a kind of moderated quiz games on our server:

    When a player is new, he's in a guest group with few rights.

    To become real player, he has to read our rules, go to a defined point and stand on a block (with a sign under it, optional, otherwise command...)

    Then he should be added to a queue until a moderator has time to do the quiz with the user.

    During the quiz, the plugin asks the user several random questions (questions are defined by our staff), moderator checks the answer and accepts or declines it.

    After each question, the moderator can decide if the user should be approved, if yes, he should be moved to the player-group and a global announce should be done to welcome the new player.

    Most plugins I found are fully automated, but this way, if the user describes an answer with different words, he fails...

    Multiple-choice is too easy i guess.

    A nice to have would be that the quiz is logged (either file or database).

    Thanks in advantage

    Sebastian
     
  2. Offline

    1mpre55

    You could have automated tasks like give player different items and tell them to craft something. And some multiple choice questions can be quite tricky and difficult to guess. There are times when there are no moderators on the server, so manual approval is not recommended.
    But if you want to approve manually, why do you need the plugin? Just make the guest group the default one and allow moderators to promote guest players to the player-group.
     
  3. Offline

    Xenarthran

    This seems like something I could do.

    Player is asked question:
    Code:
    What is the color of the sky?
    Player types:
    Code:
    /answer The color of the sky is blue.
    Plugin looks through a list to find the player and the question that was most recently asked
    Plugin tells Admin:
    Code:
    Herobrine answered "What is the color of the sky?" with "The color of the sky is blue." Accept or Decline?
    Admin types:
    Code:
    /accept
    Plugin looks through another list to find the name of the Player it sent to the Admin.
    Plugin runs series of commands provided in config.yml
    Code:
    commandsOnAccept:
    - permissions setgroup Herobrine player
    - say Congratulate Herobrine for becoming a player!
    This seem like a good interface?

    http://dev.bukkit.org/server-mods/xquiz/pages/main/
    Plugin will show up here when it is approved.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
  4. This plugin would make it far easier for moderators to check if players are ready to become approved :)

    @ Xenarthran
    Looks quite good so far!

    I tought putting the moderator with the player in a kind of a own chatroom, so everything the player enters is only visible to the moderator then.

    So first, a player joins the server, starts the quiz (e.g. via command, citizen or a block in the townhouse) and is listed in a queue.
    Moderators (or users with the matching permission) are notified about the request and one of them could accept it and start the quiz this way.

    For me it would be important to have the quizzes logged to check them at a later time if needed.
     
  5. Offline

    Deathmarine

    I did something like this once. But I added a banself command gave people the option, 97 people in two days it really filtered out the idoits (true story).
     
    -_Husky_- likes this.
  6. Offline

    -_Husky_-

    Lol
     
  7. Nice idea :D

    News? :)
     
  8. Is someone working on this?
     
  9. Bump after 2 months :)
     

Share This Page