//Question { _id: "1", _rev: "1234", type: "Question", title: "Title", text: "Question text", items: [ "item1", "item2" ], scale: "OrdinalScale" required: true //True or false for now, stuff like 'at least 5 out of 6' has to be done on a different level }