Example/BinomialQuiz - 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/BinomialQuiz

Binomial Coefficient Quiz Canvas Application Example 

 

In this example the user is asked to answer a quiz question.  Algorithms are provided for checking the answer, generating a new random pair of numbers, and showing solution steps.  The Canvas activities are hidden behind the scenes by the Grading:-Quiz command.

The complete application source code is available here for you to inspect and modify.  It uses the
Quiz command in the Grading package actions.  

 

Embedded component

> with(DocumentTools:-Canvas); -1
 

> ShareCanvas(cv);
 

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

> ShowCanvas(cv, entrybox = false); 1
 

Embedded component

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

 

Next Steps 

Canvas-based Word Problem with SolveFeedback 

Return to DocumentTools[Canvas] Overview Page