<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<title>Custom vs. Numeric Responses</title>
</head>
<body>
<font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size:11pt">Hi All,<br>
<br>
I just want to be sure I’m not overlooking something... I want to work with student-inputted values so expect to use a customresponse for that. However, I’d also like to verify that they’re using the correct number of significant figures, which is trivial with
 the numericresponse type.  The numericresponse works for my purposes in that I know that the student input values in this case should be 50 +/- 2 so setting the tolerance to 4% takes care of it. However, what I’m not getting with numeric response which I do
 with customresponse, is the ability to echo the student’s answer back to them by setting “displayanswer” to be equal to their submission.<br>
<br>
Bottom Line: I’d like to either check significant figures in my customresponse OR display the student’s answer back to them in numericresponse.
<br>
<br>
I have been working on checking number of sig figs in PERL for the customresponse and am getting close, but related question there — is there  a way when returning SIG_FAIL to specify whether there are too many or too few significant figures?  Seems to by default
 report “too few” and I don’t know how to specify it should report “too many”.<br>
<br>
Thank so all in advance.<br>
<br>
Doug<br>
<br>
Douglas Mills<br>
Director of Instructional Technologies<br>
Department of Chemistry<br>
University of Illinois<br>
<a href="dmills@illinois.edu">dmills@illinois.edu</a><br>
(217) 244-5739 <br>
<br>
</span></font>
</body>
</html>