Skip to content

Version 0.1: Prototype MR1

Pre-release
Pre-release
Compare
Choose a tag to compare
@BenHenning BenHenning released this 12 Oct 01:08
· 1927 commits to develop since this release

Overview

This is the first prototype build of Oppia Android. Key features:

  • Support for creating multiple profiles with a single administrator, and per-profile PINs
  • Basic support for Oppia explorations (which are interactive, tutor-like learning experience), including:
    • Rendering images
    • Providing answers in several interactions: continue, numeric input, text input, fraction input, multiple choice, and item selection
    • Providing feedback for both correct and incorrect answer
    • Dynamic routing based on answers to retry certain parts of the lesson, or progress forward
  • Support for manually customized versions of a couple fractions & ratios explorations
  • Support for organizing lessons into topics (which are high-level pedagogical categories of mathematics topics, such as 'fractions') with placeholder UIs for future functionality, including: topic downloads, viewing review cards, and playing practice sessions

Note: while most changes from the tagged commit for the release eventually made it into the develop branch, some changes were made intentionally to this branch for the purpose of demonstration (including changes to test assets) that may deviate if compared with a build off of the develop branch.

Note: when logging in, select the administrator account and type in PIN '12345' to gain access to the home screen.

Reference tracking PR: #3921.

What's Changed

New Contributors

  • All contributors are new since this is the first release of the app.

Full Changelog: v0.0...v0.1