Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Generate a quiz to assess understanding of linear transformations
ResourceFunction["LinearTransformationQuiz"][] returns an interactive assessment on plotting linear transformations. |
Check answer | automatically grades input with feedback |
Reset problem | resets the problem by clearing the accumulated data table and moving locators back to their starting positions |
Next problem | randomly generates a new problem and internally saves the previous problem history |
Print report | prints a description of the problems that have been attempted so far, all guesses made and whether the last guess on each problem was correct |
Generate an interface to quiz yourself on plotting a transformation of a linear function by moving points on a graph:
In[1]:= |
|
Out[1]= |
|
Attempts are marked as correct based on whether or not the conditions of the description are met:
In[2]:= |
|
Out[2]= |
|
If an attempt does not approximately meet the specified criteria, it is marked as incorrect:
In[3]:= |
|
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]:= |
|
Out[4]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License