lab 8 p6/7 done

This commit is contained in:
2026-04-23 16:49:22 +10:00
parent 0b76fc69e5
commit 7684b8d705
5 changed files with 65 additions and 32 deletions

View File

@@ -11,7 +11,7 @@ function Quiz() {
<Typography variant="h5" gutterBottom>
{index + 1}. { item.title }
</Typography>
<Matching tasks={item.tasks} />
<Matching index={index} tasks={ item.tasks }/>
</Box>
))}
<Box sx={{ display: 'flex', justifyContent:'space-around' }}>