Skip to content
Snippets Groups Projects
Select Git revision
  • e771d404f61c948bfd42fcf1a54f06e1efd2ddce
  • master default
  • fix-remote-url_v4.9.1
  • fix-remote-url_v4.8.3
  • fix-remote-url_v4.8.x
  • fix-remote-url_v4.7.x
  • fix-remote-url_v4.6.0
  • fix-remote-urls
8 results

thirdpartylibs.xml

  • Tim Lutz's avatar
    e771d404
    new feature: GeoGebra tag: Combining GeoGebra and STACK · e771d404
    Tim Lutz authored
    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
    e771d404
    History
    new feature: GeoGebra tag: Combining GeoGebra and STACK
    Tim Lutz authored
    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