Coder Social home page Coder Social logo

rwehresmann / farma_alg_reborn Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 5.0 14.18 MB

FARMA-ALG gamifcation

License: MIT License

Ruby 13.23% JavaScript 70.55% CSS 11.97% HTML 4.04% Pascal 0.01% CoffeeScript 0.15% Shell 0.01% C 0.04%
rails error-mediation gamification graph ufpr

farma_alg_reborn's Introduction

Build Status Code Climate Test Coverage Issue Count

Description

FARMA-ALG-REBORN it is an app for teaching algorithms, focused in error mediaton between teachers and students. We belive that the error is part of the learning process and should not be ignored. However, it is not unusual to see classes with a lot of students and only one teacher to handle with them. Specially when it envolves programming, thinking in the quantity of output errors generated in a class: it is impracticable for a teacher analise all these outputs.

So FARMA-ALG-REBORN it is a tool to automatically save and analise these outputs, calculating the error similarity, exposing to the teacher the error cases pedagogically more relevant to the class.

More about

Originally, FARMA-ALG was developed by Alex Kutzke in the Federal University of Paraná. FARMA-ALG-REBORN is a new implementation of the tool. This implementation intend to bring back the original features of the tool with upgrades, plus a module of gamification.

The implementation is in course and constantly updated in this repository.

Please note:

Deadlines issues allied to project scope changes made me ignore some good practices in code to have a finished version of the tool to be tested. This is a result of a search project, and should be evaluated for its purpose and functionality. A lot of code refactor can be done, and future steps of this work (after evaluate its practical result) include this.

Dependencies

This app is docker based. To avoid extra configurations, you should have docker and docker-compose installed in your machine.

If you don't want to install these softwares, you will be able to use this app installing:

  • Free Pascal Compiler;
  • ElasticSearch (>= 2.4.5);
  • PhantomJS (>= 1.9) - Used to run tests in development;
  • Postgres (>= 9.5);
  • Ruby (>= 2.3).

Usage

Clone the repository: git clone https://github.com/rwehresmann/farma_alg_reborn.git.

In the repository folder, run:

  • docker-compose build;
  • docker-compose run --rm app rake db:create;
  • docker-compose run --rm app rake db:migrate;
  • docker-compose run --rm app rake db:seed (only if you want to populate the db with sample data);
  • docker-compose run --rm app rspec

If rspec finish without errors, you're ready to start. Run docker-compose up and access http://localhost:3000.

Whant to contribute?

Fork the project, create a branch and send a pull request!

farma_alg_reborn's People

Contributors

rwehresmann avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  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.