Skip to content

Instantly share code, notes, and snippets.

@kbjr
Created November 1, 2012 19:16
Show Gist options
  • Save kbjr/3995804 to your computer and use it in GitHub Desktop.
Save kbjr/3995804 to your computer and use it in GitHub Desktop.
Assessment Attempt Model
Attempt {
finished: Boolean,
score: Number,
answers: [{
question: Question,
answer: [Answer],
score: Number
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment