Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Math Course todo tracking #23

Open
NiloCK opened this issue Jul 19, 2018 · 5 comments
Open

Math Course todo tracking #23

NiloCK opened this issue Jul 19, 2018 · 5 comments
Labels
course-todo Tracking issues specific to a particular course. One running-issue per course.

Comments

@NiloCK
Copy link
Owner

NiloCK commented Jul 19, 2018

This issue is for tracking work specifically belonging to the Math course.

@NiloCK NiloCK added the course-todo Tracking issues specific to a particular course. One running-issue per course. label Jul 19, 2018
@NiloCK
Copy link
Owner Author

NiloCK commented Jul 19, 2018

  • Evaluating Exponent Expressions

eg:

___ = 3^2

4^___ = 64

16 = _^4

@NiloCK
Copy link
Owner Author

NiloCK commented Jul 19, 2018

  • Differentiating Numerator / Denominator

A 'do you know the definition of this word' card:

What is the numerator (/denominator) of this fraction? [ 2/4 ] [ ___ ]

@NiloCK
Copy link
Owner Author

NiloCK commented Jul 19, 2018

  • Find the Average of a list

Calculate the average:

2, 5, 6, 1, 4

Params:

number of elements
'niceness' of numbers (whole-number answers)
'niceness' of numbers (whole-number vs fraction, decimal, mixed representations, etc)

@NiloCK
Copy link
Owner Author

NiloCK commented Jul 19, 2018

  • Metric Conversions

A sequence of views for converting metric units:

eg,

4 grams = ___ milligrams
53 kilometers = ___ meters
0.5 m^2 = ___ cm^2
5 blorks = ___ centiblorks

@NiloCK
Copy link
Owner Author

NiloCK commented Jul 19, 2018

  • Equation Solver

Make an interface/workflow that allows for solving equations. Eg, prenseted with 4x + 3 = 11, user input - 3 should result in 4x = 8, etc.

Equations should be viewable algebraically and visually (balance scales, algebra tiles).

Tasks:

  • 'Expression' data type for representing, eg, 4x + 3. Can use mathJax or similar to render
  • A UI / input device for 'steps' (adding 4, dividing by 6, taking the square root, etc)
  • A balance scale visualization
  • An algebra tile visualization

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
course-todo Tracking issues specific to a particular course. One running-issue per course.
Projects
None yet
Development

No branches or pull requests

1 participant