public class EvaluationListenerUtil extends Object
Utility methods for Action Listeners Evaluation
Copyright: Copyright (c) 2004
Organization: Sakai Project
Much of this code was originally in EvaluationAction
| Constructor and Description |
|---|
EvaluationListenerUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
answerRight(String correctAnswerVar,
String answerVar)
Utility
|
static String |
castingNum(double n)
utility
|
static String |
getSortOrder()
Looks for a command JSF id that has "sortBy" (e.g.
|
public static String getSortOrder()
public static boolean answerRight(String correctAnswerVar, String answerVar)
correctAnswerVar - answerVar - public static String castingNum(double n)
n - a double valueCopyright © 2005-2014 Sakai Project. All Rights Reserved.