Uses of Interface
org.sakaiproject.tool.assessment.data.ifc.questionpool.QuestionPoolDataIfc
-
Packages that use QuestionPoolDataIfc Package Description org.sakaiproject.tool.assessment.shared.api.questionpool -
-
Uses of QuestionPoolDataIfc in org.sakaiproject.tool.assessment.shared.api.questionpool
Methods in org.sakaiproject.tool.assessment.shared.api.questionpool that return QuestionPoolDataIfc Modifier and Type Method Description QuestionPoolDataIfcQuestionPoolServiceAPI. getPool(Long poolId, String agentId)Get a particular pool from the backend, with all questions.QuestionPoolDataIfcQuestionPoolServiceAPI. savePool(QuestionPoolDataIfc pool)Save a question pool.Methods in org.sakaiproject.tool.assessment.shared.api.questionpool with parameters of type QuestionPoolDataIfc Modifier and Type Method Description QuestionPoolDataIfcQuestionPoolServiceAPI. savePool(QuestionPoolDataIfc pool)Save a question pool.
-