worked on drag games score calculations

This commit is contained in:
dev sp
2024-01-17 16:08:58 +00:00
parent 62565a5bf2
commit 94e1b772aa
6 changed files with 150 additions and 179 deletions

View File

@@ -306,19 +306,19 @@ import Layout from '../../layouts/Layout.astro';
blockMatches = [
{
blockName: "blocks1",
targetName: `target${data.answer1}`,
targetName: `target${data.right_match1}`,
},
{
blockName: "blocks2",
targetName: `target${data.answer2}`,
targetName: `target${data.right_match2}`,
},
{
blockName: "blocks3",
targetName: `target${data.answer3}`,
targetName: `target${data.right_match3}`,
},
{
blockName: "blocks4",
targetName: `target${data.answer4}`,
targetName: `target${data.right_match4}`,
},
];
// this.add.text(displayW / 14 - 15, 50, data.LearningArea, {font: `20px`}).setTint(0x7c4c23);