Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
DocumentTools[CreateTask] - Create a task from a worksheet and store in an hdb
Calling Sequence
CreateTask(content, task=t, hdb=h)
Parameters
content
-
{string, XML tree} ; string or XML tree structure containing a valid XML description of a task template
t
string ; name of the task
h
string ; (optional) path to the hdb file in which to store the task (default: your default tasks.hdb file)
Description
The CreateTask function creates a task from worksheet content and stores it in an hdb file.
The task content should be the XML for a complete worksheet. This can be obtained, for example, with the command FileTools[Text][ReadFile]( "worksheetname.mw" ), where "worksheetname.mw" is the path to a stored Maple worksheet.
The h option, which specifies the path to the hdb file in which to store the task, can be fully qualified or relative to currentdir.
For information regarding the specification of file and path names, see filename and backslash.
Compatibility
The DocumentTools[CreateTask] command was introduced in Maple 16.
For more information on Maple 16 changes, see Updates in Maple 16.
Examples
See Also
DocumentTools, DocumentTools[InsertTask], DocumentTools[RemoveTask], hdb file
Download Help Document