quizapp
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>
Large language models (LLMs) have fundamentally transformed our digital landscape, powering everything from chatbots and…
As Large Language Models (LLMs) evolve into autonomous agents, understanding agentic workflow design patterns has…
In today's data-driven business landscape, organizations are constantly seeking ways to harness the power of…
In this blog, you would get to know the essential mathematical topics you need to…
This blog represents a list of questions you can ask when thinking like a product…
AI agents are autonomous systems combining three core components: a reasoning engine (powered by LLM),…
View Comments
The radio button grouping fails on this test:
http://interview-questions-247.appspot.com/javascript-interview-questions-set-1