Talk:Hardcopy Design: Difference between revisions
Jump to navigation
Jump to search
(Created page with " Hints -- technical issue In PG there are, for historical reasons, $showHints which contains the number of attempts before a hint can be shown. Another flag, $displayH...") |
No edit summary |
||
Line 1: | Line 1: | ||
Hints -- technical issue | Hints -- technical issue | ||
In PG there are, for historical reasons, $showHints which contains the number of attempts before a hint can be shown. | 11/10/2013: In PG there are, for historical reasons, $showHints which contains the number of attempts before a hint can be shown. | ||
Another flag, $displayHintsQ, is used to indicate whether the "show hints" check box has been checked. | Another flag, $displayHintsQ, is used to indicate whether the "show hints" check box has been checked. | ||
Revision as of 00:06, 11 November 2013
Hints -- technical issue
11/10/2013: In PG there are, for historical reasons, $showHints which contains the number of attempts before a hint can be shown. Another flag, $displayHintsQ, is used to indicate whether the "show hints" check box has been checked.
This is confusing and should be changed in the code, but showHints will have to be changed in a great many places. Even worse in some files outside of PG it appears that $showHints plays the same role $displayHintsQ plays inside of PG. This is not a hard change but will require careful checking.