Added class to libraries.
parent
a9d205b799
commit
52e043d036
|
@ -5,7 +5,8 @@
|
||||||
"minorVersion": 0,
|
"minorVersion": 0,
|
||||||
"patchVersion": 6,
|
"patchVersion": 6,
|
||||||
"runnable": 1,
|
"runnable": 1,
|
||||||
"machineName": "H5P.QuestionSet",
|
"name": "h5p-question-set",
|
||||||
|
"class": "H5P.QuestionSet",
|
||||||
"author": "Amendor AS",
|
"author": "Amendor AS",
|
||||||
"license": "cc-by-sa",
|
"license": "cc-by-sa",
|
||||||
"preloadedJs": [
|
"preloadedJs": [
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<div class="title"><%= title %></div>
|
<div class="title"><%= title %></div>
|
||||||
<% for (var i=0; i<questions.length; i++) { %>
|
<% for (var i=0; i<questions.length; i++) { %>
|
||||||
<div class="question-container" id="q-<%= i %>">
|
<div class="question-container" id="q-<%= i %>">
|
||||||
<div><%= questions[i].machineName %></div>
|
<div><%= questions[i].name %></div>
|
||||||
</div>
|
</div>
|
||||||
<% } %>
|
<% } %>
|
||||||
<div class="qs-footer">
|
<div class="qs-footer">
|
||||||
|
|
Loading…
Reference in New Issue