org.sakaiproject.importer.impl.importables
Class AssessmentQuestion
java.lang.Object
org.sakaiproject.importer.impl.importables.AbstractImportable
org.sakaiproject.importer.impl.importables.AssessmentQuestion
- All Implemented Interfaces:
- HasSequence, Importable
public class AssessmentQuestion
- extends AbstractImportable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MULTIPLE_CHOICE
public static int MULTIPLE_CHOICE
MULTIPLE_ANSWER
public static int MULTIPLE_ANSWER
SURVEY
public static int SURVEY
TRUE_FALSE
public static int TRUE_FALSE
ESSAY
public static int ESSAY
FILE_UPLOAD
public static int FILE_UPLOAD
FILL_BLANK
public static int FILL_BLANK
MATCHING
public static int MATCHING
ORDERING
public static int ORDERING
AssessmentQuestion
public AssessmentQuestion()
getPosition
public Integer getPosition()
setPosition
public void setPosition(Integer position)
getTypeName
public String getTypeName()
getAnswers
public Map getAnswers()
setAnswers
public void setAnswers(Map answers)
getCorrectAnswerIDs
public Set getCorrectAnswerIDs()
setCorrectAnswerIDs
public void setCorrectAnswerIDs(Set correctAnswerIDs)
getQuestionText
public String getQuestionText()
setQuestionText
public void setQuestionText(String questionText)
getQuestionType
public int getQuestionType()
setQuestionType
public void setQuestionType(int questionType)
getFeedbackWhenCorrect
public String getFeedbackWhenCorrect()
setFeedbackWhenCorrect
public void setFeedbackWhenCorrect(String feedbackWhenCorrect)
getFeedbackWhenIncorrect
public String getFeedbackWhenIncorrect()
setFeedbackWhenIncorrect
public void setFeedbackWhenIncorrect(String feedbackWhenIncorrect)
getChoices
public Map getChoices()
setChoices
public void setChoices(Map choices)
getPointValue
public Float getPointValue()
setPointValue
public void setPointValue(Float pointValue)
Copyright © 2005-2012 Sakai Foundation. All Rights Reserved.