-
- Downloads
new feature: GeoGebra tag: Combining GeoGebra and STACK
adding a new feature to create tasks with GeoGebra: GeoGebra tag is based on JSX Graph implementation and adds the possibility to create GeoGebra tasks with STACK feedback. The new tag features special js commands: stack_geogebra.bind_point(), stack_geogebra.bind_value(), stack_geogebra.bind_point_to_remember_JSON(), stack_geogebra.bind_value_to_remember_JSON() The new tag features sub-tags: set, watch and remember The new tag features global defaults for GeoGebra: path to GeoGebra How to use the new tag and its sub-tags? See documentation GeoGebra.md In this commit also code is added for further development: preparing special GeoGebra input type, which is not used yet by the geogebra tag
Showing
- adminui/dependencies.php 47 additions, 0 deletionsadminui/dependencies.php
- amd/build/geogebra.min.js 10 additions, 0 deletionsamd/build/geogebra.min.js
- amd/build/geogebra.min.js.map 1 addition, 0 deletionsamd/build/geogebra.min.js.map
- amd/build/geogebracore-lazy.min.js 7 additions, 0 deletionsamd/build/geogebracore-lazy.min.js
- amd/build/geogebracore-lazy.min.js.map 1 addition, 0 deletionsamd/build/geogebracore-lazy.min.js.map
- amd/src/geogebra.js 365 additions, 0 deletionsamd/src/geogebra.js
- amd/src/geogebracore-lazy.js 5 additions, 0 deletionsamd/src/geogebracore-lazy.js
- doc/en/.DS_Store 0 additions, 0 deletionsdoc/en/.DS_Store
- doc/en/About/Credits.md 2 additions, 2 deletionsdoc/en/About/Credits.md
- doc/en/Authoring/GeoGebra.md 115 additions, 0 deletionsdoc/en/Authoring/GeoGebra.md
- doc/en/Authoring/Inclusions.md 2 additions, 2 deletionsdoc/en/Authoring/Inclusions.md
- doc/en/Authoring/Inputs.md 5 additions, 1 deletiondoc/en/Authoring/Inputs.md
- doc/en/Authoring/index.md 2 additions, 0 deletionsdoc/en/Authoring/index.md
- edit_stack_form.php 42 additions, 1 deletionedit_stack_form.php
- lang/en/qtype_stack.php 19 additions, 0 deletionslang/en/qtype_stack.php
- question.php 2 additions, 2 deletionsquestion.php
- samplequestions/input-sample-questions.xml 1 addition, 1 deletionsamplequestions/input-sample-questions.xml
- settings.php 10 additions, 0 deletionssettings.php
- stack/cas/castext2/README 2 additions, 1 deletionstack/cas/castext2/README
- stack/cas/castext2/blocks/geogebra.block.php 543 additions, 0 deletionsstack/cas/castext2/blocks/geogebra.block.php
Loading
Please register or sign in to comment