no.inspera.services.pedal
Interface PEDAL


public interface PEDAL

PEDAL is interface which holds constants.

Since:
20.12.2007
Version:
$Id: PEDAL.java 45069 2008-05-29 08:25:25Z naimdjon $
Author:
Naimdjon Takhirov

Nested Class Summary
static class PEDAL.Index
          Index enum of fields that are used for in-memory indexing.
static class PEDAL.LearningStyle
          Learning style enum.
static class PEDAL.Level
          Level enum.
 
Field Summary
static java.lang.String course
          The session attribute name used to store course information in user's session.
static java.lang.String currentModuleId
          Identifier marker for currentModuleId.
static java.lang.String defaultLogicalTitle
          Default logical id of the course.
static long defaultMarketplaceId
          Default marketplace id.
static java.lang.String indexName
          The in-memory index name of the course.
static java.lang.String learningStyle
          The learning style metadata element name
static java.lang.String level
          The level metadata element name
static java.lang.String moduleLevels
          Session attribute name to store user's level for different modules.
static java.lang.String prior_knowledge_assessment
          The logical id of learning object used as prior knowledge assessment.
static java.lang.String sequencingEngine
          Session attribute name for sequencing engine.
static java.lang.String startPage
          The start page of the course.
static java.lang.String xslPath
          The file path of the XSL that displays course.
 

Field Detail

startPage

static final java.lang.String startPage
The start page of the course.

See Also:
Constant Field Values

indexName

static final java.lang.String indexName
The in-memory index name of the course.

See Also:
Constant Field Values

course

static final java.lang.String course
The session attribute name used to store course information in user's session.

See Also:
Constant Field Values

prior_knowledge_assessment

static final java.lang.String prior_knowledge_assessment
The logical id of learning object used as prior knowledge assessment.

See Also:
Constant Field Values

currentModuleId

static final java.lang.String currentModuleId
Identifier marker for currentModuleId.

See Also:
Constant Field Values

sequencingEngine

static final java.lang.String sequencingEngine
Session attribute name for sequencing engine.

See Also:
Constant Field Values

learningStyle

static final java.lang.String learningStyle
The learning style metadata element name

See Also:
Constant Field Values

level

static final java.lang.String level
The level metadata element name

See Also:
Constant Field Values

moduleLevels

static final java.lang.String moduleLevels
Session attribute name to store user's level for different modules.

See Also:
Constant Field Values

defaultLogicalTitle

static final java.lang.String defaultLogicalTitle
Default logical id of the course.

See Also:
Constant Field Values

defaultMarketplaceId

static final long defaultMarketplaceId
Default marketplace id. This is required by Inspera Content Server.

See Also:
Constant Field Values

xslPath

static final java.lang.String xslPath
The file path of the XSL that displays course. The path is absolute to the folder that contains the actual xsl file.



Copyright © 2008 Naimdjon Takhirov (naimdjon@gmail.com). All Rights Reserved.