Updated the LevelGeneration to be enabled by default

This commit is contained in:
Tiago Ribeiro
2024-07-31 19:15:36 +01:00
parent 663b1aae4f
commit 752a46b247

View File

@@ -296,7 +296,7 @@ const LevelGeneration = () => {
module: "level",
difficulty,
variant: "full",
isDiagnostic: true,
isDiagnostic: false,
parts: parts
.map((part, index) => {
const currentExercise = result.data.exercises[`exercise_${index + 1}`] as any;