MapleTA
Export
export a Maple T.A. course module
Calling Sequence
Parameters
Description
Examples
Compatibility
Export( questions, filename )
questions
-
list or Record
filename
string
The Export command accepts an individual question, or list of questions and exports them as a course module file suitable for import into Maple T.A.
Questions must be in a Record format similar to that returned by the MapleTA:-Import command.
r≔MapleTA:-Import⁡coursemodule.zip
MapleTA:-Export⁡r,newcoursemodule.zip
The MapleTA[Export] command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
Download Help Document