MapleTA
Import
import a Maple T.A. course module
Calling Sequence
Parameters
Description
Examples
Compatibility
Import( filename )
filename
-
string
The Import command accepts a "group.zip" or "manifest.xml" course module file that has been exported by Maple T.A. A sequence of records is returned; one record per question in the course module. Each question record has an export for each property of the question.
file≔cat⁡kernelopts⁡mapledir,/data/help/MapleTA/coursemodule.zip:
questions≔MapleTA:-Import⁡file
Grading:-Quiz⁡questions1
The MapleTA[Import] command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
Download Help Document