Student: Mankirat Singh
Mentor : Lionel Laské
The Sugarizer Exerciser Activity is an Academic focused Activity for the Sugarizer Platform. It provides Teachers to build interactive Exercises for students, using multiple templates, and share them with their Students using the sugarizer-server.
Make sure npm and nodejs are installed on your machine.
Clone the repository on your local machine and run.
npm install
Copy the lib folder, inside the main directory of the project folder, into the node_modules folder (after npm install). These are dependencies required by the sugarizer platform.
As a React App (No Sugarizer Features, not recommended and might lead to the app breaking as it is meant to be run in Sugarizer):
npm run start
This step requires sugarizer. The steps to get Sugarizer working on your machine can be found here: Sugarizer
npm run build
The built activity can now be found inside the build folder.
Copy the contents of the build folder and paste them inside the activity folder corresponding to Exerciser (/activities/Exerciser.activity), inside Sugarizer.
Restart Sugarizer
- Fork it (https://github.com/manki11/ExerciserReact/fork)
- Create your feature branch (
git checkout -b feature/feature_name
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin feature/feature_name
) - Create a new Pull Request
This repository is Licensed under Apache v2
license.