Skip to content

Commit

Permalink
Edits to the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
sangwinc committed Oct 30, 2023
1 parent 788fcac commit 39adc5a
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions doc/en/Developer/Development_track.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,25 @@ Please note, this is the _last_ version of STACK which will support Moodle 3.x.
7. Add in a [GeoGebra block](../Authoring/GeoGebra.md), and see [GeoGebra authoring](../Topics/GeoGebra.md). Thanks to Tim Lutz for contributing this code as part of the AuthOMath project.
8. Add in better support for proof as [Parson's problems](../Authoring/Parsons.md).

TODO : Parson's problems

Create a working Parson's block

1. Incorporate prototype into parsons.block.php
2. Choose default options for Sortable.js and document them
3. unit tests
4. choose css : review proof styles in top-level css and choose/propose styles for Parsons
5. choose Sortable.js version: add to core scripts and minify
3. Unit tests
4. Choose css : review proof styles in top-level css and choose/propose styles for Parsons
Please choose one list above the other!
5. Choose Sortable.js version: add to core scripts and minify
6. Hashing keys
7. Develop t1.html further with additional functionality (iff/nested list)
7. Nested list: `nestedSortable`
8. Do not require an input (teacher's might want to display).

A. All functionality to be JSON strings (as in Sam's code)
B. Block to accept and produce Maxima proof expressions

1. How can we embed cas content into strings? E.g. `{@plot(x^2,[x,-2,2])@}`.
2. Allow teachers to define strings in the question variables, e.g. `{# stackjson_stringify(proof_steps) #}`

Parson's options

1. use once or re-use strings
Expand All @@ -46,6 +52,7 @@ Parson's options
4. create templates from the start for different proof types
5. restrict blocks to fixed number of steps


TODO:

1. Fix markdown problems. See issue #420.
Expand Down

0 comments on commit 39adc5a

Please sign in to comment.