Question: Problems with latex2edu and maple graded questions.

Sorry for the repetition. I posted this last night as a reply rather than a new posting. I am having difficulty converting latex files with maple-graded questions. It appears that it does not recognize the question type even though the documentation claims that all question types are available with latex. If I try this example or any of the examples in the latex authoring documentation, it generates errors on the latex2edu conversion site. \documentclass[12pt]{article} \usepackage{ed} \setImageBase{../classes/myclass/images} \begin{document} \begin{topic}{fun} \begin{question}{Maple} \qutext{Question} \type{formula} \maple*{verify($Response, x^2 + y^2 = 1, 'relation')} \end{question} \end{topic} \end{document} will generate the errors. Unknown mode "Maple" requested for qu.1.1.type Unknown mode "Maple" requested for qu.1.1.question Unknown mode "Maple" requested for qu.1.1.info Unknown mode "Maple" requested for qu.1.1.maple Unknown mode "Maple" requested for qu.1.1.mode Topic 1 is not fully set Topic 1 (fun) is missing question number 1. Has anyone else had this problem? Any thoughts?
Please Wait...