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