AssessmentBaseFacade() AssessmentBaseFacade is the class that is exposed to developer
It contains some of the useful methods specified in
org.osid.assessment.Assessment and it implements
org.sakaiproject.tool.assessment.ifc.
AssessmentBaseFacade is the class that is exposed to developer
It contains some of the useful methods specified in
org.osid.assessment.Assessment and it implements
org.sakaiproject.tool.assessment.ifc.
When new methods is added to osid api, this code is still workable.
If signature in any of the osid methods that we mirrored changes,
we only need to modify those particular methods.
- daisyf
This is a very important constructor. Please make sure that you have
set all the properties (declared above as private) of AssessmentBaseFacade
using the "data" supplied. "data" is a org.osid.assessment.Assessment properties
and I use it to store info about an assessment.
Parameters: data -
Method Detail
addAssessmentAttachmentMetaData
public void addAssessmentAttachmentMetaData(String entry)(Code)
Set TypeId for AssessmentBaseType. This property is used to indicate an
assessment type. e.g. 11 = Quiz, 12 = Homework, 13 = Mid Term.
Please check out ddl/02_TypeData.sql and table "type".
Parameters: typeId -