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>
Artificial Intelligence (AI) has evolved significantly, from its early days of symbolic reasoning to the…
Last updated: 25th Jan, 2025 Have you ever wondered how to seamlessly integrate the vast…
Hey there! As I venture into building agentic MEAN apps with LangChain.js, I wanted to…
Software-as-a-Service (SaaS) providers have long relied on traditional chatbot solutions like AWS Lex and Google…
Retrieval-Augmented Generation (RAG) is an innovative generative AI method that combines retrieval-based search with large…
The combination of Retrieval-Augmented Generation (RAG) and powerful language models enables the development of sophisticated…
View Comments
The radio button grouping fails on this test:
http://interview-questions-247.appspot.com/javascript-interview-questions-set-1