public class QTIHelperFactory extends Object implements Serializable
Copyright: Copyright (c) 2004
Organization: Sakai Project
| Constructor and Description |
|---|
QTIHelperFactory() |
| Modifier and Type | Method and Description |
|---|---|
AssessmentHelperIfc |
getAssessmentHelperInstance(int versionCode)
Factory method.
|
ItemHelperIfc |
getItemHelperInstance(int versionCode)
Factory method.
|
SectionHelperIfc |
getSectionHelperInstance(int versionCode)
Factory method.
|
public ItemHelperIfc getItemHelperInstance(int versionCode)
versionCode - supported: QTIVersion.VERSION_1_2, QTIVersion.VERSION_2_0public SectionHelperIfc getSectionHelperInstance(int versionCode)
versionCode - supported: QTIVersion.VERSION_1_2, QTIVersion.VERSION_2_0public AssessmentHelperIfc getAssessmentHelperInstance(int versionCode)
versionCode - supported: QTIVersion.VERSION_1_2, QTIVersion.VERSION_2_0Copyright © 2003–2020 Sakai Project. All rights reserved.