Difference between revisions of "Release notes for WeBWorK 2.19"

From WeBWorK_wiki
Jump to navigation Jump to search
(→‎Deprecated Functionality: change mutliAnswer to scaffold)
(Add note about invalid POD in macro files.)
Line 13: Line 13:
   
 
* All versions of PGcompoundproblem have been deprecated. Problems should be migrated to scaffold.
 
* All versions of PGcompoundproblem have been deprecated. Problems should be migrated to scaffold.
  +
  +
== Upgrade Notes and Cautions ==
  +
  +
* Invalid POD in macro files may now cause errors: POD directives (e.g. <code>=head1</code>) must have an empty line before and after them, otherwise the perl code may not compile.

Revision as of 12:39, 9 November 2023

Construction.png This article is under construction. Use the information herein with caution until this message is removed.
Warning : This page should be considered incomplete until the release of 2.19 has been announced

New WeBWorK Features

  • The attempts table has been removed. Feedback for correct/incorrect answers is now associated directly with each answer blank.
  • PGML native syntax for tables

New PG Features

Deprecated Functionality

  • All versions of PGcompoundproblem have been deprecated. Problems should be migrated to scaffold.

Upgrade Notes and Cautions

  • Invalid POD in macro files may now cause errors: POD directives (e.g. =head1) must have an empty line before and after them, otherwise the perl code may not compile.