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 11: Line 11:
 
{| border="1" cellpadding="2" width="400"
 
{| border="1" cellpadding="2" width="400"
 
|- valign="top"
 
|- valign="top"
! scope="row" width="10%" | Row heading
+
! scope="row" width="50%" | Row heading
| width="70%" | A longer piece of text. Lorem ipsum...
+
| width="50%" | A longer piece of text. Lorem ipsum...
| width="20%" | short text
 
 
|- valign="top"
 
|- valign="top"
 
! scope="row" | Row heading
 
! scope="row" | Row heading
 
| Excepteur sint occaecat...
 
| Excepteur sint occaecat...
| short text
 
 
|}
 
|}
 
Useful links:
 
Useful links:

Revision as of 22:55, 1 August 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

Row heading A longer piece of text. Lorem ipsum...
Row heading Excepteur sint occaecat...

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