Skip to content

Instantly share code, notes, and snippets.

@ratbeard
Last active February 28, 2018 20:51
Show Gist options
  • Select an option

  • Save ratbeard/7d658b30d55ae55a6c8a4522aeb94f9c to your computer and use it in GitHub Desktop.

Select an option

Save ratbeard/7d658b30d55ae55a6c8a4522aeb94f9c to your computer and use it in GitHub Desktop.
// ...
if (!quiz.activityResponse.quiz.id) {
gradeDatQuiz()
this.Activity.createQuestionResponses( quiz, quiz.activityResponse )
this.saveQuizResponse( quiz )
}
this.setupUI( quiz )
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment