public class AssessmentQuestion extends AbstractImportable
| Modifier and Type | Field and Description |
|---|---|
static int |
ESSAY |
static int |
FILE_UPLOAD |
static int |
FILL_BLANK |
static int |
MATCHING |
static int |
MULTIPLE_ANSWER |
static int |
MULTIPLE_CHOICE |
static int |
ORDERING |
static int |
SURVEY |
static int |
TRUE_FALSE |
contextPath, guid, legacyGroup, parent, sequenceNum| Constructor and Description |
|---|
AssessmentQuestion() |
| Modifier and Type | Method and Description |
|---|---|
Map |
getAnswers() |
Map |
getChoices() |
Set |
getCorrectAnswerIDs() |
String |
getFeedbackWhenCorrect() |
String |
getFeedbackWhenIncorrect() |
Double |
getPointValue() |
Integer |
getPosition() |
String |
getQuestionText() |
int |
getQuestionType() |
String |
getTypeName() |
void |
setAnswers(Map answers) |
void |
setChoices(Map choices) |
void |
setCorrectAnswerIDs(Set correctAnswerIDs) |
void |
setFeedbackWhenCorrect(String feedbackWhenCorrect) |
void |
setFeedbackWhenIncorrect(String feedbackWhenIncorrect) |
void |
setPointValue(Double pointValue) |
void |
setPosition(Integer position) |
void |
setQuestionText(String questionText) |
void |
setQuestionType(int questionType) |
getContextPath, getGuid, getLegacyGroup, getParent, getSequenceNum, setContextPath, setGuid, setLegacyGroup, setParent, setSequenceNumpublic static int MULTIPLE_CHOICE
public static int MULTIPLE_ANSWER
public static int SURVEY
public static int TRUE_FALSE
public static int ESSAY
public static int FILE_UPLOAD
public static int FILL_BLANK
public static int MATCHING
public static int ORDERING
public Integer getPosition()
public void setPosition(Integer position)
public String getTypeName()
public Map getAnswers()
public void setAnswers(Map answers)
public Set getCorrectAnswerIDs()
public void setCorrectAnswerIDs(Set correctAnswerIDs)
public String getQuestionText()
public void setQuestionText(String questionText)
public int getQuestionType()
public void setQuestionType(int questionType)
public String getFeedbackWhenCorrect()
public void setFeedbackWhenCorrect(String feedbackWhenCorrect)
public String getFeedbackWhenIncorrect()
public void setFeedbackWhenIncorrect(String feedbackWhenIncorrect)
public Map getChoices()
public void setChoices(Map choices)
public Double getPointValue()
public void setPointValue(Double pointValue)
Copyright © 2005–2019 Sakai Foundation. All rights reserved.