Widget:ArithmeticWorkout

From WikiEducator
Jump to: navigation, search

This is a test widget: the goal is to add a drop down menu so an arbitrary level can be choosen for the arithmetic workout flash simulation. This should eliminate the needs to edit the wiki page for young children or users that are not familiar with wiki syntax.


[edit]

Documentation

Usage

This widget needs two things to be in the wiki page for it to work:

  1. The Arithmetic_rjk.swf flash simulation with the flashvar called levelA=n. Where n can be {3,...,12 }. If the simulation code is not on the page the widget will not save the level.
  2. A <div> with id = 'div1', or the same id that is passed to the widget (see examples below). Without the div the widget will not render the drop down menu for changing levels.

Note you can add content to the div where the drop down menu will be added. The drop down menu will be appended to the content.

Default behavior

{{#widget:ArithmeticWorkout}} <div id='div1'> </div> <flash>file=Arithmetic_rjk.swf|width=100%|height=450|flashvars=?levelA=3&levelButtonsVisible=false|quality=best</flash>


Passing the div id called dId

{{#widget:ArithmeticWorkout|dId='fDiv1'}} <div id='fDiv1'>Not the correct level for you. Change the level here.  </div> <flash>file=Arithmetic_rjk.swf|width=100%|height=450|flashvars=?levelA=9&levelButtonsVisible=false|quality=best</flash>


Widget in action

Multiplication Workout Activity