Skip to content
forked from oppia/oppia

Tool for collaboratively building intelligent tutors.

License

Notifications You must be signed in to change notification settings

sbhowmik89/oppia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oppia

Oppia is an online learning tool that enables anyone to easily create and share interactive activities (called 'explorations'). These activities simulate a one-on-one conversation with a tutor, making it possible for students to learn by doing and get feedback.

For full user documentation, see our GitHub page. You can also create explorations on the community site at Oppia.org.

Installation

Please refer to the developer wiki for extensive installation instructions. This is a short summary for developers who would like to contribute:

  1. Create a new, empty folder called opensource/ within your home folder. (Note that the Oppia installation process will add other folders to opensource.)

  2. Navigate to this folder (cd opensource), then fork and clone the Oppia repo. This will create a new folder named opensource/oppia.

  3. Navigate to opensource/oppia/ and run:

  git checkout develop
  bash scripts/start.sh
  1. To test the installation, run:
  bash scripts/test.sh
  bash scripts/run_js_tests.sh
  bash scripts/run_integration_tests.sh

Contributing

The Oppia project is built by the community for the community. It is currently in active development.

There are many ways to help with Oppia's development, including art, coding, design and documentation. We welcome contributions from everyone, and new contributors are always welcome!

If you'd like to help with code-related stuff, please see the CONTRIBUTING file for instructions. We'll add instructions for helping with other types of things soon -- but, if you're interested in any of these, please send an email to [email protected], and we'll get back to you promptly.

Support

If you have any feature requests or bug reports, please log them on our issue tracker.

License

The Oppia code is released under the Apache v2 license.

About

Tool for collaboratively building intelligent tutors.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 46.2%
  • JavaScript 42.8%
  • HTML 8.9%
  • CSS 1.3%
  • Other 0.8%