Skip to content

Instantly share code, notes, and snippets.

@mgp
Created March 5, 2015 23:04
Show Gist options
  • Save mgp/2154c11db4bdd5f848b2 to your computer and use it in GitHub Desktop.
Save mgp/2154c11db4bdd5f848b2 to your computer and use it in GitHub Desktop.
package org.khanacademy.core.topictree.models;
/**
* An enumeration over all exercise frameworks.
*/
public enum ExerciseFramework {
KHAN_EXERCISES,
PERSEUS,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment