No Description

lairaalmas 9650089a51 Merge branch 'master' of ssh://200.144.254.107:2245/LInE/Ifractions-web into fix/c1-selectable-zero-postion 4 months ago
assets f4839a3ff2 refactor: change mixed operation icon and add see more info legend to ? icon 6 months ago
img 3e7350f8d9 Upload files to 'img/mini_games_1.png' 4 months ago
js 78d264a689 fix: add extra pixels to validation to acount for lack of float precision 4 months ago
php d2cfee17e0 Update 'php/README.md' 11 months ago
style 1816f347e4 refactor: remove google font 2 years ago
.prettierrc f5ed4a3280 change flag assets to circle and better quality 3 years ago
README.md 06aff0ebbe doc: update readme 5 months ago
index.html 4cc0820b06 Update 'index.html' 4 months ago

README.md

iFractions

About

iFractions is an online collection of games for teaching fractions currently being developed by LInE (Laboratório de Informática na Educação).

It can be used both on a server or as an activity inside Moodle.

Play iFractions online: http://www.usp.br/line/ifractions/

How to use this code

Follow the description below based on in which platform you want to run iFractions:

1) on a server

  • Extract the content of Ifraction-web.zip inside the server directory

  • Check that the variable moodle is set to false inside js/globals/globals_control.js

  • It can now be accessed through the browser (e.g http://localhost/Ifractions-web)

  • If you want to save the players information on your database:

    • you'll need to have PHP and MySQL installed on the machine

    • follow the steps on ./php/README.md to setup the database and variables

  • Otherwise you're good to go.

2) on Moodle

iFractions is one of the iLM (Interactive Learning Modules) provided by the iAssign package for Moodle.

  • To download and setup iAssign access: http://200.144.254.107/git/LInE/iassign

  • Be sure to check that the variable moodle is set to true inside js/globals/globals_control.js

  • With iAssign installed, as a Moodle professor on you'll be able to:

    • create activities for your course that are customizable iFractions games

    • analyze the student's progress on the activities

    • get the automatic evaluation for the activities

Releases:

v3.1.0 (stable)

  • Bug fixes

  • GUI changes

  • Code refactoring

v2.0.0 (deprecated)

  • Bug fixes

  • No longer uses Phaser.io

    • Now iFractions implements its own game mechanics
  • Add Moodle integration

    • Now iFractions is a part of the iAssign package and can be integrated to Moodle
  • New available language: Italian

  • GUI changes

  • Code refactoring and documenting

v1.0.0 (deprecated)

  • Uses Phaser.io to handle game mechanics

  • Available languages: Spanish, Portuguese, English and French.