SectionFacade() SectionFacade is the class that is exposed to developer
It contains some of the useful methods specified in
org.osid.assessment.Section and it implements
org.sakaiproject.tool.assessment.ifc.
SectionFacade is the class that is exposed to developer
It contains some of the useful methods specified in
org.osid.assessment.Section 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 SectionFacade using
the "data" supplied. "data" is a org.osid.assessment.Section properties
and I use it to store info about an section.
Parameters: data -
Set TypeId for SectionType. This property is used to indicate question type.
e.g. 1 = Multiple Choice, 2 = Multiple Correct. Please check out
ddl/02_TypeData.sql and table "type".
Parameters: typeId -