Updated the LevelGeneration to be enabled by default
This commit is contained in:
@@ -296,7 +296,7 @@ const LevelGeneration = () => {
|
|||||||
module: "level",
|
module: "level",
|
||||||
difficulty,
|
difficulty,
|
||||||
variant: "full",
|
variant: "full",
|
||||||
isDiagnostic: true,
|
isDiagnostic: false,
|
||||||
parts: parts
|
parts: parts
|
||||||
.map((part, index) => {
|
.map((part, index) => {
|
||||||
const currentExercise = result.data.exercises[`exercise_${index + 1}`] as any;
|
const currentExercise = result.data.exercises[`exercise_${index + 1}`] as any;
|
||||||
|
|||||||
Reference in New Issue
Block a user