Giter Site home page Giter Site logo

make-exercises-math's People

Contributors

dependabot[bot] avatar m3ssman avatar

Watchers

 avatar  avatar

make-exercises-math's Issues

Rendering mult broken

With multexercises where the second factor contains more than a single digit, rendering is completely wrong. Cause for this is a missing distinction between multipliers with one-digit and more digits.

Broken Rendering for several Operations

Currently, rendering is completely broken for

  • add_add_carry - looks like a common addition without carry

Due changes in the Mask-API rendering has changed for

  • sub_carry - second line is also rendered, underscore still present
  • mult_N999_N9 - zeros are masked, underscore still present

Fix Division for Set N

After heavy refactoring most parts still do fine, but rendering for div_even Exercises are somewhat broken. They appear to be rendered like mult_carry?

Enhance Doc

Enhanced README to explain how ExerciseType Definitions work.

Implement Division with Extensions

To Enable slightly more complex Division Exercises, provide an Implementation that delivers Divisions with all the Extensions Stuff, resulting in a Representation of something like

384 : 16 = 24  
32  
 64  
 64
  0
  • All Extensions are chained Subtractions, no Aggregation stage necessary.
  • To calculate Multiples, ggT is needed.
  • To ensure proper Finalization, invert a basic Multiplication Exercise.
  • Add default string Renderer

Fix carry add space

Sometimes, the marker for an addition carry is misplaced by one place to the left.

Update Documentation

To keep up, always remember to update the README.
Point out the new Addition with Carry

Fix Typedefinitions Exports

Currently, the Type Definitions are not useful when consuming the library. There is something broken that prevents the Type Definitions from being readable and yields: could not find declaration file for module 'make-exercises-math' . Fix this.

Fix Addition with Carry

6714 + 306 + 75 should generate a carry row of "01010" but actually the first carry bit is missing, so we get an "00010" instead.

Fix this Issue and add regression test for this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.