From 52e043d0366502cdd9742d30d1b0533940f07078 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Thu, 7 Mar 2013 12:33:44 +0100 Subject: [PATCH] Added class to libraries. --- library.json | 3 ++- views/questionset.ejs | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 265add6..f2c201a 100644 --- a/library.json +++ b/library.json @@ -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": [ diff --git a/views/questionset.ejs b/views/questionset.ejs index 6d0278e..5219d42 100644 --- a/views/questionset.ejs +++ b/views/questionset.ejs @@ -9,7 +9,7 @@
<%= title %>
<% for (var i=0; i
-
<%= questions[i].machineName %>
+
<%= questions[i].name %>
<% } %>