Grading
SolvePractice
practice solving an equation
Calling Sequence
Parameters
Description
Examples
Compatibility
SolvePractice(expr)
SolvePractice(expr, var, options)
expr
-
an equation in at least one variable
var
(optional) the variable to solve for
options
(optional) equation of the form output=canvas, link, or default
The SolvePractice command creates an interactive application where you can enter the step-by-step solution to the given problem, and then click a button that will analyze your steps and provide feedback.
By default, an interactive canvas is shown in the Maple document.
The output = link option can be used in order to create a solve practice example that can be answered using Maple Learn.
The output = canvas option can be used in order to create an XML-based canvas structure that can be used with DocumentTools:-Canvas:-ShareCanvas and other commands.
with⁡Grading
AbsoluteValueFunction,DiffFeedback,DiffPractice,Draw,ExponentialFunction,FactorFeedback,FactorPractice,Feedback,GetData,GetDomain,GetExpression,GradePlot,GridPoint,Inequalities,IntFeedback,IntPractice,IsQuadraticFormula,LimitFeedback,LimitPractice,LinearFunction,LogarithmicFunction,QuadraticFunction,Quiz,QuizBuilder,Segment,SimplifyFeedback,SimplifyPractice,SolveFeedback,SolvePractice
SolvePractice⁡2⁢x+3=4⁢x−5,x
This interactive example can also be shared via Maple Learn by outputing and sharing a canvas:
cv≔SolvePractice⁡2⁢x+3=4⁢x−5,x,output=canvas:
DocumentTools:-Canvas:-ShareCanvas⁡cv
The Grading:-SolvePractice command was introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
DocumentTools:-Canvas:-NewCanvas
DocumentTools:-Canvas:-ShareCanvas
Grading:-SolveFeedback
Download Help Document