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.
Please refer to the developer wiki for extensive installation instructions. This is a short summary for developers who would like to contribute:
-
Create a new, empty folder called
opensource/
within your home folder. (Note that the Oppia installation process will add other folders toopensource
.) -
Navigate to this folder (
cd opensource
), then fork and clone the Oppia repo. This will create a new folder namedopensource/oppia
. -
Navigate to
opensource/oppia/
and run:
git checkout develop
bash scripts/start.sh
- To test the installation, run:
bash scripts/test.sh
bash scripts/run_js_tests.sh
bash scripts/run_integration_tests.sh
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.
If you have any feature requests or bug reports, please log them on our issue tracker.
The Oppia code is released under the Apache v2 license.