mark for quiz questions and bootstrap styling

This commit is contained in:
2017-02-01 01:17:31 -08:00
parent 561655d107
commit 8013e88e1b
3 changed files with 66 additions and 2 deletions

View File

@@ -11,7 +11,13 @@
var vm = this;
vm.quizMetrics = quizMetrics;
vm.dataServices = dataServices;
vm.dataServices = DataServices;
vm.questionAnswered = questionAnswered;
vm.activeQuestion = 0;
function questionAnswered () {
}
}
}) ();