Menu

Releases

Releases

0.9.4

  • Now able to treat constant from Maple T.A.
  • All logarithmic function added.
  • All trigonometric function added.
  • Added messages explaining translation operations
  • Corrected Mapple T.A. multiple blanks question types.
  • HTML escape obsolete with new hint system.

0.9.3

  • More exception ares catch on logging instead crashing
  • "rint" random function are now translated depending on input parameters
  • Added validation to function parameter
  • Pow function now translated using "**" operator
  • The interface message box is now scrollable
  • Openned file name is shown at top of the Maple T.A. code section
  • Translate process is show into message box with line number and original statement
  • Hint look and feel have been adjusted to match WebWork desing
  • Treat unary operator as "-"
  • Random functions

0.9.2

  • Maple T.A. code parser completely revamped to handle complex code construct conversions
  • conditions: statements are now translated as working do..while constructs
  • decimal(2, rand(1.01, 9,99)) is now translated correctly as random(1, 10, 0.01)
  • Hints are now converted into inner div instead of "alert" javascript calls

0.9.1

  • Html character entities from Maplet T.A. are translated to actual characters (é -> é). WeBWork have a mecanism to translate special characters back to Html entites.
  • The solution section is now translated properly.
  • Uniformized the logging system to handle messages properly
  • Added exception handling to prevent crashes to close the application
  • Maple T.A. "rand" functions are now translated correctly to use the WeBWorK "random" function

0.9.0

  • Preview release of Maple T.A. to WeBWorK
  • Based on SWT and JFace
  • Works for a few very simple types of questions

Related

Wiki: Home