Difference between revisions of "Release notes for WeBWorK 2.19"
Jump to navigation
Jump to search
Line 31: | Line 31: | ||
* New Prerequisites: |
* New Prerequisites: |
||
** Mojolicious::Plugin::RenderFile |
** Mojolicious::Plugin::RenderFile |
||
− | * Invalid POD in macro files will cause errors with POD to HTML conversion: POD directives (e.g. <code>=head1</code>) must have an empty line before and after them, otherwise an error will be shown when viewing the POD in the POD viewer. |
||
* Update site.conf: need to define $admin_course_id |
* Update site.conf: need to define $admin_course_id |
||
* Imagemagick configuration |
* Imagemagick configuration |
Revision as of 13:27, 12 April 2024
Warning : | This page should be considered incomplete until the release of 2.19 has been announced |
Contents
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
- Add a PGML converter to the PG editor
- Rename the "Hmwk Sets Editor" and "Classlist Editor" to "Sets Manager" and "Accounts Manager"
- Links to file bugs now go to the appropriate GitHub page.
- File Manager updates
- archive and unarchive zip files
- editing problem files (pg) opens the problem editor.
- Improvements to the Instructor Tools
- new sort options on users/sets
- Redesign of the PGML lab
- All of the examples have been updated.
- Now there are examples that include all PGML features.
- Listing of references
New PG Features
Deprecated Functionality
- All versions of PGcompoundproblem have been deprecated. Problems should be migrated to scaffold.
Upgrade Notes and Cautions
- New Prerequisites:
- Mojolicious::Plugin::RenderFile
- Update site.conf: need to define $admin_course_id
- Imagemagick configuration