editor: Missing names of exercises on a canvas
[fnpeditor.git] / src / editor / plugins / core / edumed / choice / choiceMulti.js
index a05346c..0983930 100644 (file)
@@ -13,6 +13,7 @@ var $ = require('libs/jquery'),
 var choiceMulti = Object.create(choiceBase);
 _.extend(choiceMulti, {
     type: 'multi',
+    name: gettext('Multiple Choice'),
     createListView: function(listNode) {
         return new ListView(this, listNode, {
             onItemViewAdded: function(itemView) {