TA4 still has many obvious bugs from TA3

I must say I am pretty dissapointed by the fact that TA4 still has a lot of very basic, obvious bugs and suboptimalities which I would have thought were clearly apparent in TA 3 and could surely have been corrected.   For example:

(1) $a=0;  $b=$a;     sets $b = -0

(2) $c=frac(-2,-1)     sets $c = --2

(3) The LaTeX to TA converted still does not recognise the Maple-graded question type (including the example in the manual) and chokes on all sorts of legitimate Maple in the code section. (For instance one can not directly use the less than sign.) 

(4) It is not possible (except in some circumstances by a hack) to get a single Maple command to set more than one algoritmic variable.   I suspect the resulting multiple calls to Maple slow the system down considerably.   Correcting this would mean a complicated question would involve a single Maple call rather than (say) 10. 

(5) The "equation previewer" produces  3((a+b)+c)  if you preview 3*(a+b+c)

(6) Included Maple-generated graphics are very poor - far worse than jpg-exports from Maple itself.   (Doubtless this can be fixed by subscribing also to Maplenet but TA is already pretty expensive and ought just to work well out of the box.)

Finally, why is TA so painfully slow?   Perhaps there are good reasons for this, but with our setup on a reasonably good server being hardly used it takes about 1-2 seconds per question to import a qustion bank and the same sort of time to generate an instance of a question.  I mean, what is it doing in all this time?   Your average shopping website runs a whole load of PHP or similar with loads of database accesses and the page appears in almost no time. 

I was really hoping that TA4 would be a substantial rewrite with this sort of thing fixed and some enhancement of the rather grungy programming capabilities.   In fact, the only solid imprrovment I have spotted is the more flexible import of rosters. (At most a few hours coding work, I would have thought.)

 

 

 

Re: TA4

Just a quick note on workarounds for some of these issues:

(3) Right now, you will get an error when using the LaTex to .qu converter, that the Maple question type isn't known.  You can ignore that message and the .qu file will be generated properly.  The LaTeX converter is available on the maplesoft web site and isn't in the product, but the task of updating it is in the queue.

(4) Try having Maple return a list of expressions and use Maple T.A.'s switch command to get at each one. 

(6) Maple T.A. has traditionally used the graphics export engine provided by the Maple commandline interface.  This is still the default in Maple T.A. 4.0, but you now have the option of connecting to MapleNet as the back-end math and graphics engine.  MapleNet uses the more modern java-based plot drivers.  Try setting up MapleNet to get access to new plot features like gridlines and polar axes, as well as improved quality.

-PD

 

 

Thanks

(3) Yes, I am aware that Maple-graded Q's do actually emerge correctly (otherwise LaTeX authoring would be completely useless).   I remain amazed though at the charges for this software given that things like this have not been fixed.

(4) That is the hack I mentioned - we discovered it for ourselves - as far as I can see it is undocumented.    It seems limited.  When I have tried e.g. to return a list of of expressions converted to MathML it seemed to fail.    Oh and by the way don't try and use "rank" instead of "switch" - that too seems buggy.

(6) Is MapleNet free to users with a Maple site license and a TA license?

 

 

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
}