LICENSE
MANIFEST.in
README.txt
setup.py
django_oppia.egg-info/PKG-INFO
django_oppia.egg-info/SOURCES.txt
django_oppia.egg-info/dependency_links.txt
django_oppia.egg-info/requires.txt
django_oppia.egg-info/top_level.txt
docs/.gitignore
docs/Makefile
docs/acknowledgements.rst
docs/api.rst
docs/author.rst
docs/aws.rst
docs/changelog.rst
docs/changelog_v0.1.rst
docs/changelog_v0.2.rst
docs/changelog_v0.3.rst
docs/conf.py
docs/index.rst
docs/install.rst
docs/settings.py
docs/settings.pyc
docs/settings.rst
docs/upgrade.rst
docs/utilities.rst
docs/virtualbox.rst
docs/_build/doctrees/acknowledgements.doctree
docs/_build/doctrees/api.doctree
docs/_build/doctrees/author.doctree
docs/_build/doctrees/aws.doctree
docs/_build/doctrees/changelog.doctree
docs/_build/doctrees/changelog_v0.1.doctree
docs/_build/doctrees/changelog_v0.2.doctree
docs/_build/doctrees/changelog_v0.3.doctree
docs/_build/doctrees/environment.pickle
docs/_build/doctrees/index.doctree
docs/_build/doctrees/install.doctree
docs/_build/doctrees/settings.doctree
docs/_build/doctrees/upgrade.doctree
docs/_build/doctrees/utilities.doctree
docs/_build/doctrees/virtualbox.doctree
docs/_build/doctrees/custom/github.doctree
docs/_build/doctrees/custom/index.doctree
docs/_build/doctrees/custom/manage.doctree
docs/_build/doctrees/custom/client/index.doctree
docs/_build/doctrees/custom/moodle-block/index.doctree
docs/_build/doctrees/custom/server/index.doctree
docs/_build/doctrees/custom/style/index.doctree
docs/_build/doctrees/viz/index.doctree
docs/_build/doctrees/viz/user_map.doctree
docs/_build/html/.buildinfo
docs/_build/html/acknowledgements.html
docs/_build/html/api.html
docs/_build/html/author.html
docs/_build/html/aws.html
docs/_build/html/changelog.html
docs/_build/html/changelog_v0.1.html
docs/_build/html/changelog_v0.2.html
docs/_build/html/changelog_v0.3.html
docs/_build/html/genindex.html
docs/_build/html/index.html
docs/_build/html/install.html
docs/_build/html/objects.inv
docs/_build/html/search.html
docs/_build/html/searchindex.js
docs/_build/html/settings.html
docs/_build/html/upgrade.html
docs/_build/html/utilities.html
docs/_build/html/virtualbox.html
docs/_build/html/_images/UK-AID-Standard-RGB.jpg
docs/_build/html/_sources/acknowledgements.txt
docs/_build/html/_sources/api.txt
docs/_build/html/_sources/author.txt
docs/_build/html/_sources/aws.txt
docs/_build/html/_sources/changelog.txt
docs/_build/html/_sources/changelog_v0.1.txt
docs/_build/html/_sources/changelog_v0.2.txt
docs/_build/html/_sources/changelog_v0.3.txt
docs/_build/html/_sources/index.txt
docs/_build/html/_sources/install.txt
docs/_build/html/_sources/settings.txt
docs/_build/html/_sources/upgrade.txt
docs/_build/html/_sources/utilities.txt
docs/_build/html/_sources/virtualbox.txt
docs/_build/html/_sources/custom/github.txt
docs/_build/html/_sources/custom/index.txt
docs/_build/html/_sources/custom/manage.txt
docs/_build/html/_sources/custom/client/index.txt
docs/_build/html/_sources/custom/moodle-block/index.txt
docs/_build/html/_sources/custom/server/index.txt
docs/_build/html/_sources/custom/style/index.txt
docs/_build/html/_sources/viz/index.txt
docs/_build/html/_sources/viz/user_map.txt
docs/_build/html/_static/ajax-loader.gif
docs/_build/html/_static/basic.css
docs/_build/html/_static/comment-bright.png
docs/_build/html/_static/comment-close.png
docs/_build/html/_static/comment.png
docs/_build/html/_static/default.css
docs/_build/html/_static/doctools.js
docs/_build/html/_static/down-pressed.png
docs/_build/html/_static/down.png
docs/_build/html/_static/file.png
docs/_build/html/_static/jquery.js
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/pygments.css
docs/_build/html/_static/searchtools.js
docs/_build/html/_static/sidebar.js
docs/_build/html/_static/underscore.js
docs/_build/html/_static/up-pressed.png
docs/_build/html/_static/up.png
docs/_build/html/_static/websupport.js
docs/_build/html/custom/github.html
docs/_build/html/custom/index.html
docs/_build/html/custom/manage.html
docs/_build/html/custom/client/index.html
docs/_build/html/custom/moodle-block/index.html
docs/_build/html/custom/server/index.html
docs/_build/html/custom/style/index.html
docs/_build/html/viz/index.html
docs/_build/html/viz/user_map.html
docs/custom/github.rst
docs/custom/index.rst
docs/custom/manage.rst
docs/custom/client/index.rst
docs/custom/moodle-block/index.rst
docs/custom/server/index.rst
docs/custom/style/index.rst
docs/images/UK-AID-Standard-RGB.jpg
docs/viz/index.rst
docs/viz/user_map.rst
oppia/__init__.py
oppia/admin.py
oppia/awards.py
oppia/context_processors.py
oppia/cron.py
oppia/forms.py
oppia/local_settings.py
oppia/manage.py
oppia/middleware.py
oppia/models.py
oppia/signals.py
oppia/tests.py
oppia/uploader.py
oppia/urls.py
oppia/views.py
oppia/api/__init__.py
oppia/api/resources.py
oppia/api/serializers.py
oppia/api/validation.py
oppia/fixtures/__init__.py
oppia/fixtures/default_badges.json
oppia/fixtures/oppia.json
oppia/fixtures/quiz.json
oppia/fixtures/user.json
oppia/locale/en/LC_MESSAGES/django.mo
oppia/locale/en/LC_MESSAGES/django.po
oppia/locale/es/LC_MESSAGES/django.mo
oppia/locale/es/LC_MESSAGES/django.po
oppia/migrations/0001_initial.py
oppia/migrations/0002_auto__add_field_coursedownload_ip__add_field_coursedownload_agent.py
oppia/migrations/0003_auto__add_field_activity_baseline.py
oppia/migrations/0004_auto__add_field_course_staff_only.py
oppia/migrations/0005_auto__del_field_course_staff_only__add_field_course_is_draft__add_fiel.py
oppia/migrations/0006_auto__add_field_tracker_activity_title.py
oppia/migrations/0007_auto__add_field_tracker_section_title.py
oppia/migrations/0008_auto__add_field_tracker_uuid.py
oppia/migrations/0009_auto__add_userprofile.py
oppia/migrations/0010_auto__add_field_course_description.py
oppia/migrations/0011_auto__add_field_tag_description__add_field_tag_order_priority__add_fie.py
oppia/migrations/0012_auto__add_field_media_filesize__add_field_media_media_length.py
oppia/migrations/0013_auto__add_field_tracker_lang.py
oppia/migrations/__init__.py
oppia/mobile/__init__.py
oppia/mobile/urls.py
oppia/mobile/views.py
oppia/profile/__init__.py
oppia/profile/forms.py
oppia/profile/models.py
oppia/profile/urls.py
oppia/profile/views.py
oppia/quiz/__init__.py
oppia/quiz/admin.py
oppia/quiz/models.py
oppia/quiz/urls.py
oppia/quiz/api/__init__.py
oppia/quiz/api/resources.py
oppia/quiz/api/serializers.py
oppia/quiz/api/validation.py
oppia/quiz/migrations/0001_initial.py
oppia/quiz/migrations/__init__.py
oppia/static/oppia/style-mobile.css
oppia/static/oppia/style.css
oppia/static/oppia/bootstrap-3.1.1/css/bootstrap-theme.css
oppia/static/oppia/bootstrap-3.1.1/css/bootstrap-theme.css.map
oppia/static/oppia/bootstrap-3.1.1/css/bootstrap-theme.min.css
oppia/static/oppia/bootstrap-3.1.1/css/bootstrap.css
oppia/static/oppia/bootstrap-3.1.1/css/bootstrap.css.map
oppia/static/oppia/bootstrap-3.1.1/css/bootstrap.min.css
oppia/static/oppia/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.eot
oppia/static/oppia/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.svg
oppia/static/oppia/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.ttf
oppia/static/oppia/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.woff
oppia/static/oppia/bootstrap-3.1.1/js/bootstrap.js
oppia/static/oppia/bootstrap-3.1.1/js/bootstrap.min.js
oppia/static/oppia/images/ajax-loader.gif
oppia/static/oppia/images/badge.png
oppia/static/oppia/images/dc_logo.png
oppia/static/oppia/images/favicon.ico
oppia/static/oppia/js/jquery-1.11.0.min.js
oppia/static/oppia/js/jquery.formset.min.js
oppia/static/oppia/mobile/dateformat.js
oppia/static/oppia/mobile/i8n.js
oppia/static/oppia/mobile/mquiz-core.css
oppia/static/oppia/mobile/mquiz-local.css
oppia/static/oppia/mobile/mquiz.appcache
oppia/static/oppia/mobile/mquiz.js
oppia/static/oppia/mobile/mquizengine.js
oppia/static/oppia/mobile/lang/en.js
oppia/static/oppia/mobile/lib/flotr2.min.js
oppia/static/oppia/mobile/lib/jquery-1.8.2.min.js
oppia/static/oppia/mobile/lib/jquery-ui-1.8.19.custom.min.js
oppia/static/oppia/mobile/lib/jquery.validate.min.js
oppia/static/oppia/ui-lightness/jquery-ui.min.css
oppia/static/oppia/ui-lightness/jquery-ui.min.js
oppia/static/oppia/ui-lightness/jquery-ui.structure.min.css
oppia/static/oppia/ui-lightness/jquery-ui.theme.min.css
oppia/static/oppia/ui-lightness/images/animated-overlay.gif
oppia/static/oppia/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
oppia/static/oppia/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
oppia/static/oppia/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
oppia/static/oppia/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
oppia/static/oppia/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
oppia/static/oppia/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
oppia/static/oppia/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
oppia/static/oppia/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
oppia/static/oppia/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
oppia/static/oppia/ui-lightness/images/ui-icons_222222_256x240.png
oppia/static/oppia/ui-lightness/images/ui-icons_228ef1_256x240.png
oppia/static/oppia/ui-lightness/images/ui-icons_ef8c08_256x240.png
oppia/static/oppia/ui-lightness/images/ui-icons_ffd27a_256x240.png
oppia/static/oppia/ui-lightness/images/ui-icons_ffffff_256x240.png
oppia/templates/404.html
oppia/templates/500.html
oppia/templates/base-mobile.html
oppia/templates/base-preview.html
oppia/templates/base.html
oppia/templates/includes/header.html
oppia/templates/includes/messages.html
oppia/templates/oppia/cohort-form.html
oppia/templates/oppia/form.html
oppia/templates/oppia/home.html
oppia/templates/oppia/leaderboard.html
oppia/templates/oppia/logout.html
oppia/templates/oppia/schedule-form.html
oppia/templates/oppia/schedule-saved.html
oppia/templates/oppia/server.html
oppia/templates/oppia/terms.html
oppia/templates/oppia/thanks.html
oppia/templates/oppia/upload-staff-only.html
oppia/templates/oppia/upload-success.html
oppia/templates/oppia/upload.html
oppia/templates/oppia/course/activity-detail.html
oppia/templates/oppia/course/activity.html
oppia/templates/oppia/course/cohorts.html
oppia/templates/oppia/course/course.html
oppia/templates/oppia/course/feedback-responses.html
oppia/templates/oppia/course/feedback.html
oppia/templates/oppia/course/quiz-attempts.html
oppia/templates/oppia/course/quizzes.html
oppia/templates/oppia/course/schedules.html
oppia/templates/oppia/includes/init-date-picker-js.html
oppia/templates/oppia/includes/leaderboard.html
oppia/templates/oppia/includes/page_navigator.html
oppia/templates/oppia/includes/tracker_export.html
oppia/templates/oppia/mobile/scorecard.html
oppia/templates/oppia/mobile/includes/page-nav.html
oppia/templates/oppia/mobile/monitor/home.html
oppia/templates/oppia/mobile/monitor/media.html
oppia/templates/oppia/mobile/monitor/progress.html
oppia/templates/oppia/mobile/monitor/quizzes.html
oppia/templates/oppia/profile/badges.html
oppia/templates/oppia/profile/points.html
oppia/templates/oppia/profile/profile.html
oppia/templates/oppia/profile/reset-sent.html
oppia/templates/oppia/viz/map.html
oppia/templates/oppia/viz/summary.html
oppia/templatetags/__init__.py
oppia/templatetags/__init__.pyc
oppia/templatetags/display_functions.py
oppia/templatetags/display_functions.pyc
oppia/utils/cartodb_update.py
oppia/utils/ip2location.py
oppia/utils/media_scan.py
oppia/utils/media_url_check.py
oppia/utils/oppia-schema.xsd
oppia/utils/tidy_upload_dir.py
oppia/viz/__init__.py
oppia/viz/admin.py
oppia/viz/models.py
oppia/viz/urls.py
oppia/viz/views.py
oppia/viz/migrations/0001_initial.py
oppia/viz/migrations/0002_auto__del_field_userlocationvisualization_country__add_field_userlocat.py
oppia/viz/migrations/__init__.py