Function Repository Resource:

LinearTransformationQuiz

Source Notebook

Generate a quiz to assess understanding of linear transformations

Contributed by: Jordan Hasler, Wolfram|Alpha Math Team

ResourceFunction["LinearTransformationQuiz"][]

returns an interactive assessment on plotting linear transformations.

Details

ResourceFunction["LinearTransformationQuiz"] randomly picks a line and distances to translate the line in the horizontal and vertical directions. The user is then asked to choose two points on the new, translated line.
The interface returned by ResourceFunction["LinearTransformationQuiz"] includes the following buttons:
Check answerautomatically grades input with feedback
Reset problemresets the problem by clearing the accumulated data table and moving locators back to their starting positions
Next problemrandomly generates a new problem and internally saves the previous problem history
Print reportprints a description of the problems that have been attempted so far, all guesses made and whether the last guess on each problem was correct
Styling and interface controls may be found under the "Display options" opener.

Examples

Basic Examples (1) 

Generate an interface to quiz yourself on plotting a transformation of a linear function by moving points on a graph:

In[1]:=
ResourceFunction["LinearTransformationQuiz"][]
Out[1]=

Scope (3) 

Attempts are marked as correct based on whether or not the conditions of the description are met:

In[2]:=
ResourceFunction["LinearTransformationQuiz"][]
Out[2]=

If an attempt does not approximately meet the specified criteria, it is marked as incorrect:

In[3]:=
ResourceFunction["LinearTransformationQuiz"][]
Out[3]=

Clicking the Print report button returns a description of the problems that have been attempted so far, all guesses made and if the last guess on each problem was correct:

In[4]:=
ResourceFunction["LinearTransformationQuiz"][]
Out[4]=

Publisher

Wolfram|Alpha Math Team

Version History

  • 2.0.0 – 23 March 2023
  • 1.0.1 – 09 March 2021
  • 1.0.0 – 22 February 2021

Related Resources

Author Notes

To view the full source code for LinearTransformationQuiz, evaluate the following:

In[1]:=
SystemOpen[
 FileNameJoin[{DirectoryName[FindFile["ResourceFunctionHelpers`"]], "TransformationQuiz.wl"}]]

License Information