WoUSO is an evaluation platform that uses gamification to keep it's users engaged. It can be personalized with specific content and custom game modes.
This new WoUSO is an upgrade on the existing python wouso.
- modular design, which ensures easy extensibility
- user interactivity, with live notifications
- mobile friendly interface
- integration with social networks
- i18n support
- API
- Install node and mongod.
- Install requirements
npm install
- Configure settings under config.json file.
- Link preffered modules
npm link modules/qotd
- Start mongod databse
- Run app.js file
npm start
This platform is licensed under the MIT license.