Package edu.wisc.game.web
Class ArithmeticResult
- java.lang.Object
-
- edu.wisc.game.web.ResultsBase
-
- edu.wisc.game.web.ArithmeticResult
-
public class ArithmeticResult extends ResultsBase
A tool for an easy online testing of arithmetic expression evaluation. The data come from arithmetic-result.jsp.
-
-
Field Summary
Fields Modifier and Type Field Description static String
prefix
Vector<String>
v
Output to display, line by lineint
version
-
Fields inherited from class edu.wisc.game.web.ResultsBase
displayName, infomsg, uid
-
-
Constructor Summary
Constructors Constructor Description ArithmeticResult(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
-
Method Summary
-
Methods inherited from class edu.wisc.game.web.ResultsBase
exceptionTrace, getDisplayText, getErrmsg, getError, getEx, giveError, giveError, loggedIn, setErrmsg, setError
-
-
-
-
Field Detail
-
prefix
public static final String prefix
- See Also:
- Constant Field Values
-
version
public int version
-
-