Giter Site home page Giter Site logo

allexlima / poscomp-simulator Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 1.0 69 KB

Poscomp-Simulator is a simple webapp that allows you test your knowledge to POSCOMP exam.

Home Page: https://poscomp-simulator.herokuapp.com/

License: MIT License

PHP 78.03% CSS 10.57% JavaScript 11.40%
poscomp simulator web bootstrap php jquery

poscomp-simulator's Introduction

Welcome to Poscomp-Simulator

Heroku License

Poscomp-Simulator is a simple webapp that allows you test your knowledge to POSCOMP exam.

๐ŸŒŸ Don't forget to give a star to this repo =)

Setup

  1. Install composer in your OS

  2. Clone the repo into your http server

    $ git clone https://github.com/allexlima/poscomp-simulator.git
    $ cd poscomp-simulator/
  3. Download the dependences using composer

    $ composer install
  4. Access the webapp http://localhost/poscomp-simulator and enjoy it

Deploy Poscomp-Simulator to Heroku without leaving the web browser!!

Deploy

Editing basic app info without access any php code

You can update some webapp attributes like app name, supervisor/professor name, app details, exam max grade, and if the app should shuffle alternatives. To do this updates you can edit the 6 first lines of src/data.json file! It isn't necessary change any PHP code =)

How to add, edit, or remove questions and answers?

  1. Open src/data.json file, then in the questions array attribute, you'll be able to add, editing, or removing questions/answers. It's important to follow the template above:

    {
    	"id": intValue,
    	"text": stringValue,
    	"answers": [
    		{"id": "a", "text": stringValue, "status": boolValue},
    		{"id": "b", "text": stringValue, "status": boolValue},
    		{"id": "c", "text": stringValue, "status": boolValue},
    		{"id": "d", "text": stringValue, "status": boolValue},
    		{"id": "e", "text": stringValue, "status": boolValue}
    	],
    	"source": stringValue
    }

Obs: Each question MUST have exactly 5 alternatives!


Developed by Allex Lima

Copyright ยฉ 2018 Poscomp-Simulator - Licensed by MIT LICENSE.

poscomp-simulator's People

Contributors

allexlima avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

zautomata

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.