Last active
February 28, 2018 20:51
-
-
Save ratbeard/7d658b30d55ae55a6c8a4522aeb94f9c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ... | |
| 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