org.sakaiproject.importer.impl.handlers
Class SamigoAssessmentHandler

java.lang.Object
  extended by org.sakaiproject.importer.impl.handlers.SamigoAssessmentHandler
All Implemented Interfaces:
org.sakaiproject.importer.api.HandlesImportable

public class SamigoAssessmentHandler
extends Object
implements org.sakaiproject.importer.api.HandlesImportable


Field Summary
static int FILL_BLANK
           
static int MATCHING
           
static String QUIZ_TEMPLATE
           
static String QUIZ_TYPE
           
static int TRUE_FALSE
           
 
Constructor Summary
SamigoAssessmentHandler()
           
 
Method Summary
 boolean canHandleType(String typeName)
           
protected  String contextualizeUrls(String text, String siteId)
           
 void handle(org.sakaiproject.importer.api.Importable thing, String siteId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRUE_FALSE

public static final int TRUE_FALSE
See Also:
Constant Field Values

FILL_BLANK

public static final int FILL_BLANK
See Also:
Constant Field Values

MATCHING

public static final int MATCHING
See Also:
Constant Field Values

QUIZ_TYPE

public static final String QUIZ_TYPE
See Also:
Constant Field Values

QUIZ_TEMPLATE

public static final String QUIZ_TEMPLATE
See Also:
Constant Field Values
Constructor Detail

SamigoAssessmentHandler

public SamigoAssessmentHandler()
Method Detail

canHandleType

public boolean canHandleType(String typeName)
Specified by:
canHandleType in interface org.sakaiproject.importer.api.HandlesImportable

handle

public void handle(org.sakaiproject.importer.api.Importable thing,
                   String siteId)
Specified by:
handle in interface org.sakaiproject.importer.api.HandlesImportable

contextualizeUrls

protected String contextualizeUrls(String text,
                                   String siteId)


Copyright © 2005-2013 Sakai Foundation. All Rights Reserved.