Parent Directory
|
Revision Log
updated for 2.3.2.
1 WeBWorK 2 Program Generation Language 3 Version 2.3.2 4 5 Copyright 2000-2007, The WeBWorK Project 6 All rights reserved. 7 8 Introduction 9 10 The [2]WeBWorKTeam is pleased to announce the release of PG 2.3.2. 11 This version builds on PG 2.3.1, adding several bug fixes and 12 low-impact feature enhancements. Changes include: 13 14 * [3]MathObjects: Use Perl reals rather than [4]MathObjects reals 15 for adaptive parameters in matrices. 16 * [5]MathObjects: Add a new operator // to be the same as / except 17 its TeX form is a/b rather than \frac{a}{b}. This makes it 18 possible get horizontal fractions in exponents, for example, where 19 vertical fractions often don't look so good. 20 * [6]MathObjects: Fix a problem with the TeX representation used in 21 previewing students' answers. (Specifically, a + b would be 22 represented as a\quadb. Now it is represented as a \quad b.) 23 * [7]MathObjects: Fix a problem with the custom list checker. 24 * [8]MathObjects: Added a Vector2D context that has i and j defined 25 as vectors in 2-space so that they can be used to generate vectors 26 in 2D. This avoids students getting the "incorrect number of 27 coordinates" error. 28 * [9]MathObjects: Modified the way the Parser-based versions of the 29 traditional answer checkers get copies of their contexts. They now 30 use a new method getCopy to obtain the copy either from the 31 problem's context table or the default table (rather than only 32 from the default). That way the instructor can use 33 parserCustomization.pl to customize the contexts used by the 34 answer checkers. 35 * [10]MathObjects: Clear the error message in Context before it is 36 used in an answer checker (prevents bleeding of one error into a 37 later answer). 38 39 Installation 40 41 Refer to [11]InstallationManualV2pt3. This document covers 42 installation and upgrading of both WeBWorK and PG. 43 44 Help 45 46 If you need help installing or using PG, visit the [12]WeBWorK 47 discussion group and post your question there. The developers and many 48 experienced WeBWorK users monitor this forum. 49 50 Bug Reports & Feature Requests 51 52 Please submit bug reports and feature requests at 53 [13]http://bugs.webwork.rochester.edu/. 54 55 -- [14]SamHathaway - 15 Jan 2007 56 -- [15]SamHathaway - 05 May 2007 (updated for release) 57 58 References 59 60 1. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/WebRss?skin=rss&contenttype=text/xml 61 2. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/WeBWorKTeam 62 3. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/MathObjects 63 4. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/MathObjects 64 5. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/MathObjects 65 6. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/MathObjects 66 7. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/MathObjects 67 8. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/MathObjects 68 9. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/MathObjects 69 10. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/MathObjects 70 11. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/InstallationManualV2pt3 71 12. http://webhost.math.rochester.edu/webworkdocs/discuss/ 72 13. http://bugs.webwork.rochester.edu/ 73 14. http://devel.webwork.rochester.edu/twiki/bin/view/Main/SamHathaway 74 15. http://devel.webwork.rochester.edu/twiki/bin/view/Main/SamHathaway
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |