Function Repository Resource:

QuadraticTransformationQuiz

Source Notebook

Generate a quiz to assess understanding of geometrical transformations of quadratics

Contributed by: Jordan Hasler, Wolfram|Alpha Math Team

ResourceFunction["QuadraticTransformationQuiz"][]

returns an interactive quiz on plotting a transformed quadratic.

Details

ResourceFunction["QuadraticTransformationQuiz"] randomly picks a quadratic curve and distances to translate the line in the horizontal and vertical directions. The user is then asked to choose three points on the new, translated quadratic.
The interface returned by ResourceFunction["QuadraticTransformationQuiz"] 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 a quiz on plotting a transformation of a quadratic function by moving points on a graph:

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

Scope (3) 

When Check answer is clicked, attempts are marked as correct based on whether or not the chosen points lie along the quadratic in question. Correct answers receive a green check mark:

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

If an attempt does not meet the specified criteria, it is marked as incorrect with a red x:

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

Clicking the Print report button returns a description of the problem, all guesses made and if the most recent was correct:

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

Publisher

Wolfram|Alpha Math Team

Version History

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

Related Resources

Author Notes

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

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

License Information