Parent Directory
|
Revision Log
1. Set all "WeBWorK docs" links to http://webwork.math.rochester.edu (rather than /webwork_development_html/docs/) 2. Changed IMG link for logo to be relative (../images/)
1 <HTML> 2 <HEAD> 3 <TITLE>previewAnswersHelp</TITLE> 4 </HEAD> 5 6 <BODY BGCOLOR="#FFFFFF"> 7 8 <P ALIGN=CENTER> 9 <IMG SRC="../images/webwork.gif" ALIGN=CENTER BORDER=1 ALT="WeBWorK Logo"> 10 </P> 11 12 <BLOCKQUOTE> 13 <H2>Help for Previewing Answers </H2> 14 <HR> 15 16 <UL> 17 <LI> <STRONG>Submit Answers:</STRONG> 18 Clicking this button will submit your answers (as they currently appear in the input 19 boxes) for verification. This is exactly the same as if you entered the answers in 20 the original problem and clicked the <em>Submit Answers</em> button. 21 22 23 <LI> <STRONG>Preview Answers:</STRONG> 24 Clicking this button will submit your answers (as they currently appear in the input 25 boxes) for previewing again. This is exactly the same as if you entered the answers in 26 the original problem and clicked the <em>Preview Answers</em> button. 27 28 29 <LI> <STRONG>The display:</STRONG> 30 In addition to the submitted answers (which can be edited and resubmitted), various other 31 information will be displayed such as error messages, the parsed answer, the value, and the 32 typeset answer. 33 34 <LI> <STRONG>parsed:</STRONG> 35 This shows how WeBWorK intepreted your answer. For example, if you enter 2sin x, the 36 parsed version is 2*sin(x) so this shows where WeBWorK assumes you want multiplication 37 and function evaluation. If you enter 1+(2+3), the parsed version is 1+2+3. This 38 shows that you really didn't need the extra parentheses. By looking at this, you can 39 discover when you need to use parentheses and when you don't. 40 41 <LI> <STRONG>value:</STRONG> This gives the value of a numerical answer. You can even 42 use this as a "hand calculator." 43 44 45 46 </UL> 47 48 <HR> 49 50 51 <P> 52 <STRONG>For more information on WeBWorK: </STRONG> 53 <A HREF="http://webwork.math.rochester.edu/">Webwork docs</A>. 54 55 <HR> 56 <STRONG>This help page comes up in a separate window. You may have to move this 57 window to see your original window, 58 </STRONG> 59 60 <HR> 61 Last updated: <STRONG>8 January 2000</STRONG><BR> 62 <TT>http://webwork.math.rochester.edu:8088/webwork/development/helpFiles/probSetHelp.html</TT> 63 64 </BLOCKQUOTE> 65 66 </BODY></HTML> 67
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |