Following are the key points described later in this article:
Following is current feature-set:
Following is feature-set expected in near future:
Following are some of the key reasons why I believe you would like to use QuizApp in your next web app:
Its very simple to use the QuizApp. Follow the installation instructions mentioned on the Github page and you should be all set. Following are key steps:
Following are key directives available with current release of QuizApp:
<iquiz summary=""></iquiz>
<iquestion text=""></iquestion>
The question and answer options along with correct answer would be assigned to “text” attribute with following convention:
<iscorecard></iscorecard>
Pay attention to some of the following:
<!DOCTYPE html>
<html ng-app="HelloQuiz">
<head>
<title>Hello Quiz</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
</head>
<body class="container">
<div>
<iquiz summary="This is my first quiz"></iquiz>
</div>
<hr/>
<table style="width:100%">
<tr>
<td style="width:70%;vertical-align:top">
<iquestion text="In which year, did the first world war start?::1912;1913;__1914;1915"></iquestion>
<iquestion text="In which year, did the second world war start?::1937;__1939;1941;1943"></iquestion>
</td>
<td>
<iscorecard></iscorecard>
</td>
</tr>
</table>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.23/angular.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.23/angular-sanitize.min.js"></script>
<script src="src/quizapp-v0.2.js"></script>
<script src="src/ui-bootstrap-tpls-0.9.0.min.js"></script>
<script>
angular.module( "HelloQuiz", ["QuizApp"]);
</script>
</body>
</html>
In recent years, artificial intelligence (AI) has evolved to include more sophisticated and capable agents,…
Adaptive learning helps in tailoring learning experiences to fit the unique needs of each student.…
With the increasing demand for more powerful machine learning (ML) systems that can handle diverse…
Anxiety is a common mental health condition that affects millions of people around the world.…
In machine learning, confounder features or variables can significantly affect the accuracy and validity of…
Last updated: 26 Sept, 2024 Credit card fraud detection is a major concern for credit…
View Comments
The radio button grouping fails on this test:
http://interview-questions-247.appspot.com/javascript-interview-questions-set-1