"textField":"Blueberries are *blue:Check the name of the berry!*.\nStrawberries are *red*.",
"overallFeedback":[{"from":0,"to":100,"feedback":"Punkte: @score von @total."}],
"dropZoneIndex":"Drop Zone @index.",
"empty":"Drop Zone @index is empty.",
"contains":"Drop Zone @index contains draggable @draggable.",
"draggableIndex":"Draggable @text. @index of @count draggables.",
"tipLabel":"Show tip",
"correctText":"Correct!",
"incorrectText":"Incorrect!",
"resetDropTitle":"Reset drop",
"resetDropDescription":"Are you sure you want to reset this drop zone?",
"grabbed":"Draggable is grabbed.",
"cancelledDragging":"Cancelled dragging.",
"correctAnswer":"Correct answer:",
"feedbackHeader":"Feedback",
"scoreBarLabel":"You got :num out of :total points"
}
self.json_template_mark_words:dict={
"checkAnswerButton":"Check",
"tryAgainButton":"Retry",
"showSolutionButton":"Show solution",
"behaviour":{
"enableRetry":True,
"enableSolutionsButton":True
},
"taskDescription":"<p>Click the various types of berries mentioned in the text below!<\/p>\n",
"textField":"*Bilberries*, also known as *blueberries* are edible, nearly black berries found in nutrient-poor soils.<br><br>*Cloudberries* are edible orange berries similar to *raspberries* or *blackberries* found in alpine and arctic tundra. <br><br>*Redcurrants* are red translucent berries with a diameter of 8\u201310 mm, and are closely related to *blackcurrants*.",
"overallFeedback":[{"from":0,"to":100,"feedback":"You got @score of @total points."}]
}
super(H5pAPI,self).__init__()
defget(self):
""" The GET method for the H5P REST API. It provides json templates for client-side H5P exercise layouts. """