If someone else wants to join in on the fun be my guest
This commit is contained in:
@@ -105,7 +105,7 @@ export default function FillBlanksSolutions({
|
||||
solutionText = options.options[correctKey as keyof typeof options.options] || solution.solution;
|
||||
} else {
|
||||
correct = false;
|
||||
solutionText = solution.solution;
|
||||
solutionText = solution?.solution;
|
||||
}
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user