mirror of
https://github.com/Raghu-Ch/TurtleFactsQuiz.git
synced 2026-02-10 03:33:01 -05:00
mark for quiz questions and bootstrap styling
This commit is contained in:
@@ -11,7 +11,13 @@
|
||||
var vm = this;
|
||||
|
||||
vm.quizMetrics = quizMetrics;
|
||||
vm.dataServices = dataServices;
|
||||
vm.dataServices = DataServices;
|
||||
vm.questionAnswered = questionAnswered;
|
||||
vm.activeQuestion = 0;
|
||||
|
||||
function questionAnswered () {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}) ();
|
||||
|
||||
Reference in New Issue
Block a user