Code Monkey home page Code Monkey logo

devroom_application's Introduction

Installation

To install this plugin all you need to do is copy the jar into the plugins folder, start the server once, and modify the config files to your liking.

Configuration

Once the plugin starts, there should be two files. config.yml and quiz.yml. config.yml will contain the basic plugin config (it's contents should be self-explanatory), whereas quiz.yml contains the quiz questions.

quiz.yml

This file contains a root key, categories, which contains the different categories, they should each have unique names. Inside the categories, there is one property, questions, which is a list that contains all the categories questions. There are three properties in each question, and those are:

  • title: This is the prompt that will appear in chat once this question comes up.
  • type: This indicates the type of question this is. Currently, this can be either MultiChoice or Matching.
  • answer or answers: Depending on the previous property, this will either be a single answer (Matching, which is a String), or multiple answers (MultiChoice).
    • Multiple answers: These will contain two properties, title, which will be what the answer displays, and valid, which is to indicate which is the valid answer.

devroom_application's People

Contributors

geferon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.