Updated the LevelGeneration to be enabled by default
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user