Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Generate an interactive quiz for matching data to an exponential regression curve
ResourceFunction["ExponentialRegressionDataQuiz"][] generates an interactive quiz for users to specify points fit by a requested exponential curve. |
Check answer | automatically grades input with feedback |
Reset problem | resets the problem by removing all chosen points |
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 quiz on matching a specified regression curve:
In[1]:= |
|
Out[1]= |
|
Clicking the Check answer button will mark answers' correctness based on the number of points and the approximate regression curve. 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