Example/SolveFeedback - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Example/SolveFeedback

SolveFeedback Canvas Application Example 

 

In this example the user is asked to solve a linear equation.  They can enter all of their steps towards solving the problem.  When the "Check My Work" button is clicked, the SolveFeedback procedure will look through all of the entered math and verify each step, adding a message of "Check This Step" if it thinks something is wrong.  This example extends similar applications that can be generated by the SolvePractice command by adding a "Try Another" button, that will generate a new linear equation to solve, and will clear the previous steps.

The complete application source code is available here for you to inspect and modify.  It uses the
Canvas package to describe the interface, and a ScriptButton to implement an action.  

Embedded component

> ShareCanvas(cv);
 

https://learn.maplesoft.com/#/?d=LFDKCMKGMGFKIHGRDFKUPODKFJFUEJFOKUEPNGGMPLMSAJORNFJUPGNRPKLMMHBOLQDIILGUELHLLMNOEOCMDSDJMMDJIHKIJGMT 

> ShowCanvas(cv); 1
 

Embedded component

Image
Embedded componentEmbedded component Image
Embedded componentEmbedded component
Embedded componentEmbedded component
Embedded componentEmbedded component

Image 

Next Steps 

Initialization, Grading, and New Problem Generation 

Return to DocumentTools[Canvas] Overview Page