public class SurveyResultsBase extends ResultsBase
Modifier and Type | Field and Description |
---|---|
int |
id |
static String |
ID
Quuery string parameters
|
int |
k |
static String |
K
Quuery string parameters
|
int |
n |
static String |
N
Quuery string parameters
|
static String |
NEW
Quuery string parameters
|
int[] |
responseCnt
How many users have submitted a response in each round
|
int |
responseCntLatest
How many users have submitted a response in any round
|
Survey |
s |
Constructor and Description |
---|
SurveyResultsBase(javax.servlet.http.HttpServletRequest _request,
javax.servlet.http.HttpServletResponse _response) |
Modifier and Type | Method and Description |
---|---|
String |
lifeCycle()
Generates an HTML table describing the life cycle of surveys, with a
specific indication of what stage the current survey is in.
|
String |
mkExpertTable(boolean edit)
Generates a static table or an HTML form with the expert names
|
String |
mkPeriodTable(boolean edit)
Generates a static table or an HTML form with the period names
|
String |
responseAnalysisLinks()
Produces HTML with a report on how many experts have entered
their estimates in each round, and links for the analysis of
the response.
|
String |
responseURL()
Generates the base of the URLs which need to be supplied to
the experts for them to enter their estimates.
|
String |
responseURLBase() |
ensureClosed, ensureClosed, exceptionTrace, getUserEntry, runByCoordinator
public Survey s
public static final String NEW
public static final String N
public static final String K
public static final String ID
public int id
public int k
public int n
public int[] responseCnt
public int responseCntLatest
public SurveyResultsBase(javax.servlet.http.HttpServletRequest _request, javax.servlet.http.HttpServletResponse _response)
public String responseURL()
public String responseURLBase()
public String mkPeriodTable(boolean edit)
public String mkExpertTable(boolean edit)
public String responseAnalysisLinks()
public String lifeCycle()