Talk:Hardcopy Design

From WeBWorK_wiki
Revision as of 20:05, 10 November 2013 by Gage (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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, $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.