Skip to content

Instantly share code, notes, and snippets.

View kevintab95's full-sized avatar

Kevin Thomas kevintab95

  • Vancouver, British Columbia
View GitHub Profile
@kevintab95
kevintab95 / FallbacksToHints.md
Last active September 1, 2017 18:54
This Gist contains the contributions made by Kevin Thomas during his GSoC 2017 program

During the GSoC 2017 program I worked on replacing the existing fallbacks feature with a new hints and solution feature. This involved:

  1. Create a job to list all fallbacks in production to see if there are anomalies and if they can all be auto-converted to hints. (Links to related PRs:
  1. Migration of fallbacks to hints. (Links to PR: oppia/oppia#3555)
  2. Create backend for the Hints and Solution features. (Link to PR: oppia/oppia#3533)
  3. Create the UI for the Hint editor and Hint learner view. (Link to related PRs: