Skip to content

Commit

Permalink
Restore solveBasicLinearEquation in SkillTree
Browse files Browse the repository at this point in the history
  • Loading branch information
HildoBijl committed Nov 12, 2023
1 parent 55b390a commit efae87d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions shared/edu/skills/skillTree.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ let skillTree = {
solveBasicLinearEquation: {
name: 'Solve a basic linear equations',
setup: and(repeat('moveATerm', 2), 'pullOutOfBrackets', 'multiplyDivideAllTerms'),
exercises: ['solveBasicLinearEquation1'],
// exercises: ['solveBasicLinearEquation1', 'solveBasicLinearEquation2', 'solveBasicLinearEquation3'],
exercises: ['solveBasicLinearEquation1', 'solveBasicLinearEquation2', 'solveBasicLinearEquation3'],
},
solveGeneralLinearEquation: {
name: 'Solve a general linear equations',
Expand Down

0 comments on commit efae87d

Please sign in to comment.