Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Generate a quiz to assess understanding of slope fields
ResourceFunction["SlopeFieldQuiz"][] returns an interactive quiz for matching a slope field generated by a specified differential equation. |
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 slope field by adjusting vectors on a graph:
In[1]:= |
|
Out[1]= |
|
Clicking Check answer will mark attempts for correctness based on whether or not the conditions of the description are met. Correct answers receive a green check mark:
In[2]:= |
|
Out[2]= |
|
If an attempt does not approximately meet the specified criteria, it is marked as incorrect with a red x:
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