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>
Artificial Intelligence (AI) agents have started becoming an integral part of our lives. Imagine asking…
In the ever-evolving landscape of agentic AI workflows and applications, understanding and leveraging design patterns…
In this blog, I aim to provide a comprehensive list of valuable resources for learning…
Have you ever wondered how systems determine whether to grant or deny access, and how…
What revolutionary technologies and industries will define the future of business in 2025? As we…
For data scientists and machine learning researchers, 2024 has been a landmark year in AI…
View Comments
The radio button grouping fails on this test:
http://interview-questions-247.appspot.com/javascript-interview-questions-set-1