Quiz Builder - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Education : Grading : Quiz Builder

Grading

  

QuizBuilder

  

generate an interactive quiz

 

Calling Sequence

Description

Examples

Compatibility

Calling Sequence

QuizBuilder()

Description

• 

The QuizBuilder command generates an interface where you can create and customize quizzes built by the Grading:-Quiz command.

• 

The QuizBuilder template lets you load and modify a variety of sample quizzes.

• 

Any work you have done on the current sample is added to the drop-down list when you navigate away to look at another sample.

• 

To create a new quiz, go to the "Blank" example and start editing.  

• 

If you save the worksheet containing your new quizzes, all of the contents will be saved, including those that are in the Samples combo-box.

• 

Click the buttons next to the algorithm/initialization boxes to see context-specific help on those boxes.

• 

To save and import quizzes to and from a simple text-based file format, pass the option showfile=true to the QuizBuilder command.  This will enable and display the Import and Save file controls.  These files store one question per file and use the file extension .quiz.

Examples

> 

with⁡Grading:

> 

QuizBuilder⁡

Compatibility

• 

The Grading:-QuizBuilder command was introduced in Maple 2023.

• 

For more information on Maple 2023 changes, see Updates in Maple 2023.

See Also

examples/Quiz

Grading,Quiz