Shuffles fixed
This commit is contained in:
@@ -28,7 +28,6 @@ export default function FillBlanksSolutions({
|
||||
const total = text.match(/({{\d+}})/g)?.length || 0;
|
||||
const correct = correctUserSolutions!.filter((x) => {
|
||||
const solution = solutions.find((y) => x.id.toString() === y.id.toString())?.solution;
|
||||
console.log(solution);
|
||||
if (!solution) return false;
|
||||
|
||||
const option = words.find((w) => {
|
||||
|
||||
Reference in New Issue
Block a user