Skip to content

Master Progress sheet #3

@Vegito2367

Description

@Vegito2367
  • To bundle with frontend or make backend?
  • Build problems based on a given set of guidelines
    • Something like number ranges and fractional answers or not
    • minimum is 1-10 for multiplication and 1-100 for addition
    • Each operation will be a separate class : That way I can add more problem types if I need to
    • For addition, subtraction (possible implementation) -
      • Pick two random numbers from the given range with a difference of more than 10
    • For multiplication
      • N digit and a one digit number multiplication problems.
      • Obviously 1 and 0 are not included.
    • For Division
      • Generate a multiplication problem a*b=c, ask the question c/a
      • where a is N digit, b is one digit and c is result.
  • Have constraints for all types of questions with a checkbox saying if u want to include them.
  • upon setting that have a save button to save preferences. When a new attempt is created send this data to the math engine. math engine receives this data and spits out questions.

Pass in constraints from dashboard and initialize math engine

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions