Difference between revisions of "Category:Applets"

From WeBWorK_wiki
Jump to navigation Jump to search
m
 
(22 intermediate revisions by 3 users not shown)
Line 1: Line 1:
  +
{{warning}} This article is out of date. Major browsers do not support Flash any more, and GeoGebra has changed. {{historical}}
   
  +
== Examples ==
   
  +
*[https://courses.webwork.maa.org/webwork2/wikiExamples/PointAndGraph_AppletDemos/?login_practice_user=true Using the "point and graph" applet ] Examples of the applet ''' "point and graph" ''' embedded in WeBWorK questions
  +
*[[The AdditionExample Applet]]
   
  +
  +
* '''[https://courses.webwork.maa.org/webwork2/2010JMM_demo/?login_practice_user=true 2010JMM_Demo course ]''' Applet examples used in presentation at the 2010 Joint meetings (January 2010).
  +
  +
* '''[https://courses.webwork.maa.org/webwork2/2010geogebra_at_ithaca/?login_practice_user=true 2010geogebra_at_ithaca course ]''' Geogebra applet examples used in presentation at the GeoGebra meetings in Ithaca, NY. (July 2010). This also contains some refined versions of the applet examples presented at the 2010 Joint meetings.
  +
  +
== Tutorials ==
  +
  +
* [[FlashPointAndGraph | '''Applets, Point and Graph Flash Applet''' example]] contains the key aspects of the code, with commentary for creating the questions above. It is in the [[:Category:Problem_Techniques | '''Problem techniques''']] section of the wiki.
  +
  +
* [[Simple example |'''Modifying flash applets''']] to work with WeBWork.
  +
* '''[[Flash Applets Tutorial]]'''
  +
  +
* '''[http://webwork.maa.org/wiki/GeoGebraApplets GeoGebra Applets in WeBWorK]''' :A comprehensive example of how to construct a GeoGebra applet, include it in a WeBWorK PG file, and have WeBWorK set parameters in the GeoGebra applet is in the WeBWorK Problem Techniques authoring section
  +
  +
== HOWTOS ==
  +
  +
*[[Uploading_applets]] How to upload a flash applet or a java applet so that a WeBWorK question can access it.
  +
  +
== Other documentation ==
  +
  +
* '''POD documentation''' for applet support macros:
  +
** http://webwork.maa.org/pod/pg/lib/Applet.html
  +
** http://webwork.maa.org/pod/pg/macros/AppletObjects.html
  +
  +
  +
* '''Source code''' for applet support macros.
  +
** http://webwork.maa.org/viewvc/system/trunk/webwork2/htdocs/js/ww_applet_support.js
  +
** http://webwork.maa.org/viewvc/system/trunk/pg/lib/Applet.pm?view=log
  +
** http://webwork.maa.org/viewvc/system/trunk/pg/macros/AppletObjects.pl?view=log
  +
** http://webwork.maa.org/viewvc/system/trunk/pg/macros/CanvasObject.pl?view=log (still experimental)
   
 
[[Category:Authors]]
 
[[Category:Authors]]

Latest revision as of 18:10, 15 June 2021

Warning : This article is out of date. Major browsers do not support Flash any more, and GeoGebra has changed.

This article has been retained as a historical document. It is not up-to-date and the formatting may be lacking. Use the information herein with caution.

Examples


  • 2010geogebra_at_ithaca course Geogebra applet examples used in presentation at the GeoGebra meetings in Ithaca, NY. (July 2010). This also contains some refined versions of the applet examples presented at the 2010 Joint meetings.

Tutorials

  • GeoGebra Applets in WeBWorK :A comprehensive example of how to construct a GeoGebra applet, include it in a WeBWorK PG file, and have WeBWorK set parameters in the GeoGebra applet is in the WeBWorK Problem Techniques authoring section

HOWTOS

  • Uploading_applets How to upload a flash applet or a java applet so that a WeBWorK question can access it.

Other documentation