joseffaghihi / GamificationAlgebraConcepts

Gamification of Algebra Concepts
0 stars 1 forks source link

[MMM:Ship]Bug: Dynamic Equation Generator Doesn't Move Indexes #12

Closed SibTiger closed 9 years ago

SibTiger commented 9 years ago

As currently of the latest commit, the DEG does not shift the indexes left or right of the equals sign. The DEG still treats the entire equation as if it is fully shifted to the left.

Example: Ax^2 + Bx + C = NULL --->> Ax^2 + C = negated(Bx)

SibTiger commented 9 years ago

This should now be fixed in the latest commit.

joseffaghihi commented 9 years ago

I will look at this tomorrow or after tomorrow. Many thanks Tiger!!