1
0

4 Commits

Author SHA1 Message Date
AlanSilvaaa
51e8801959 chore: rename package to render-math-problems 2026-06-03 19:15:23 -04:00
AlanSilvaaa
4badd0210c feat: make repo an installable node package 2026-06-03 18:59:08 -04:00
Alonso Cárdenas
6b195e88c0 Add exercise type components
Add functioning exercise components for support. Includes test exercises to make sure they work.
ComposeDecompose: Takes a value and shows exercise with 2 inputs and hints automaticly. Can change the ammount of options it has.
Connectlines: Exercise  to connect between eachother. Has two modes, sum and picture, sum uses a 1+1 style of options, and picture uses the grid layout for more complexity. Picture in the middle is currently default blocks, this has to be conversed of how it should be displayed.
PictureChoose.vue: This one shows grid with the first and second value, the correct answer must have a boolean value stating this is the correct one.
Substractvisual.vue: This one is the most loose, as it only uses the grids as visuals and answer purposes. Not more than that.
Wheremore.vue: Has two modes, less or more (if non it defaults to more), Takes a left value and a right value to create the execise.

Examples of the structure are detailed in each component. And app.vue has demo exercises for testing and visual purposes.
2026-06-03 01:01:35 -04:00
Alonso Cárdenas
244123a26f Initial commit
add blocksystem files.
2026-05-30 12:17:06 -04:00