Difference between revisions of "Release notes for WeBWorK 2.18"

From WeBWorK_wiki
Jump to navigation Jump to search
Line 5: Line 5:
   
 
== New PG Features ==
 
== New PG Features ==
  +
  +
* New Macros:
  +
** plotly3D
  +
** random names with pronouns
  +
** MathObject checkboxes (Need a LINK)
  +
** parserRadioMultiAnswer--this allows for a mixture of radio buttons and within each, other inputs. (Need a LINK)
  +
  +
* Updates to existing macros
 
* niceTables.pl has been completely overhauled.
 
* niceTables.pl has been completely overhauled.
 
** New features:...
 
** New features:...
 
** Required changed
 
** Required changed
* plotly3D
 
* random names with pronouns
 
* MathObject checkboxes
 
 
* Labels for checkbox/radio answers
 
* Labels for checkbox/radio answers
* Hybrid radio button/answer blank macro
 
  +
  +
* Changes to Units:
  +
** degrees (celsius, Fahrenheit, Kelvin) and mathquill
  +
** new units: angstroms, microsecond, nanosecond, picometre, femtometre, tera electron-volt, Megawatt, milliwatt, milliCoulomb, microCoulomb, nanoCoulomb, milli-ampere, milli-tesla, Becquerel.
  +
* Note: the AnswerFormatHelp macro has been deprecated. Instead, the built-in helpLink should be used instead. (LINKS!!)
   
 
== Security/Advanced Features ==
 
== Security/Advanced Features ==

Revision as of 07:59, 10 March 2023

Note that WeBWorK 2.18 has not yet been released. Currently this page is a work in progress.

New WeBWorK Features

  • Observer status

New PG Features

  • New Macros:
    • plotly3D
    • random names with pronouns
    • MathObject checkboxes (Need a LINK)
    • parserRadioMultiAnswer--this allows for a mixture of radio buttons and within each, other inputs. (Need a LINK)
  • Updates to existing macros
  • niceTables.pl has been completely overhauled.
    • New features:...
    • Required changed
  • Labels for checkbox/radio answers
  • Changes to Units:
    • degrees (celsius, Fahrenheit, Kelvin) and mathquill
    • new units: angstroms, microsecond, nanosecond, picometre, femtometre, tera electron-volt, Megawatt, milliwatt, milliCoulomb, microCoulomb, nanoCoulomb, milli-ampere, milli-tesla, Becquerel.
  • Note: the AnswerFormatHelp macro has been deprecated. Instead, the built-in helpLink should be used instead. (LINKS!!)

Security/Advanced Features

  • Switch to mojolicious


Upgrade Instructions