Difference between revisions of "Category:Applets"

From WeBWorK_wiki
Jump to navigation Jump to search
Line 1: Line 1:
* To understand the code used to embed a flash applet into a WeBWorK question view the examples of the ''' "point and graph" ''' applet embedded in a WeBWorK question: [https://courses.webwork.maa.org/webwork2/wikiExamples/PointAndGraph_AppletDemos/?login_practice_user=true https://courses.webwork.maa.org/webwork2/wikiExamples/PointAndGraph_AppletDemos/]
+
* '''Embed a flash applet''' into a WeBWorK question. To see how view the examples of the applet ''' "point and graph" ''' embedded in a WeBWorK questions: [https://courses.webwork.maa.org/webwork2/wikiExamples/PointAndGraph_AppletDemos/?login_practice_user=true Using the "point and graph" applet ]
   
* The key aspects of the code, with commentary is in the [[:Category:Problem_Techniques | '''Problem techniques''']] section at [[FlashPointAndGraph | '''Applets, Point and Graph Flash Applet''' example]]
+
* [[FlashPointAndGraph | '''Applets, Point and Graph Flash Applet''' example]] contains the key aspects of the code, with commentary. It is in the [[:Category:Problem_Techniques | '''Problem techniques''']] section of the wiki.
   
* '''[[Simple example |Modifying flash applets]]''' to work with WeBWork
+
* [[Simple example |'''Modifying flash applets''']] to work with WeBWork.
   
* POD documentation for javaScript for applets: http://webwork.maa.org/pod/pg_TRUNK/lib/Applet.html
 
   
* [https://courses.webwork.maa.org/webwork2/2010JMM_demo/?login_practice_user=true 2010JMM_Demo course ] used in presentation at the 2010 Joint meetings
+
* '''[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 ] used in presentation at the GeoGebra meetings
+
* '''[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.
   
* 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 [http://webwork.maa.org/wiki/GeoGebraApplets GeoGebra Applets in WeBWorK]
+
* '''[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
  +
  +
  +
* '''POD documentation''' for applet support macros:
  +
** http://webwork.maa.org/pod/pg_TRUNK/lib/Applet.pm.html
  +
** http://webwork.maa.org/pod/pg_TRUNK/macros/AppletObject.pl.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
   
 
[[Category:Authors]]
 
[[Category:Authors]]

Revision as of 12:51, 21 November 2010

  • Embed a flash applet into a WeBWorK question. To see how view the examples of the applet "point and graph" embedded in a WeBWorK questions: Using the "point and graph" applet


  • 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.
  • 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