Difference between revisions of "Things to consider in developing WeBWorK problems with embedded Flash applets"

From WeBWorK_wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
[[File:Sinxoverx.jpg]]
 
[[File:Sinxoverx.jpg]]
 
<br>
 
<br>
  +
Useful links:
  +
[[GraphLimit Flash Applet Sample Problem]]<br>
  +
[[GraphLimit Flash Applet Sample Problem 2]]<br>
  +
[[Derivative Graph Matching Flash Applet Sample Problem]]<br>
  +
[[trigwidget Applet Sample Problem]]<br>
  +
[[uSub Applet Sample Problem]]
  +
 
[[Category:Applets]]
 
[[Category:Applets]]
 
[[Category:Flash Applets]]
 
[[Category:Flash Applets]]

Revision as of 16:20, 28 July 2011

Applets in the body of a WeBWorK problem

Where is the solution computed?

In WeBWorK

In the applet

Applets in Hints and Solutions

For many types of problems, you may not need an applet in the main part of the problem, but you may want to use one to provide the student with a hint or to help the student understand the solution.
Sinxoverx.jpg
Useful links: GraphLimit Flash Applet Sample Problem
GraphLimit Flash Applet Sample Problem 2
Derivative Graph Matching Flash Applet Sample Problem
trigwidget Applet Sample Problem
uSub Applet Sample Problem