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

From WeBWorK_wiki
Jump to navigation Jump to search
 
(44 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Things to consider in developing WeBWorK problems with embedded Flash applets==
 
  +
==Applets in the body of a WeBWorK problem==
===Applets in the body of a WeBWorK problem===
+
===Where is the solution computed?===
===Applets in Hints and Solutions===
+
====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.
 
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.
 
<br>
 
<br>
 
[[File:Sinxoverx.jpg]]
 
[[File:Sinxoverx.jpg]]
 
<br>
 
<br>
  +
  +
  +
The Flash applets are protected under the following license:
  +
[http://creativecommons.org/licenses/by-nc/3.0/ Creative Commons Attribution-NonCommercial 3.0 Unported License].
  +
  +
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:Flash Applets]]

Latest revision as of 10:09, 10 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


The Flash applets are protected under the following license: Creative Commons Attribution-NonCommercial 3.0 Unported License.

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