if (review.type === "draganddrop") {
nokClass = ""
+ html += '<p class="title-block">' + review.question + '</p>';
if(answersUser[i].length === correctAnswers.length) {
html += '<div class="area-title">'
html += '<p class="title-block">' + review.data.area_1.title + '</p><p class="title-block">' + review.data.area_2.title + '</p>'
if (review.type === "match") {
html += '<div class="match-container">'
+ html += '<p class="title-block">' + review.question + '</p>';
if(answersUser[i].length === correctAnswers.length) {
html += '<div class="match-title">'
html += '<p class="title-block">' + this.quiz.l10n.__('Question') + '</p><p class="title-block">' + this.quiz.l10n.__('Answers') + '</p>'