C3Fire

Session Info

From C3LearningLabs


Session Info

The xml element SessionInfo contain information about session classifications in an experiment series. The information is used to classify a session in the experiment. The information in the SessionInfo element is used in the analyze phase after a session. It helps the analyser to sort all logfiles generated in the experiment. The information is not used during a session. It does not affect the simulation. A property can be left without information.

When the session manager starts a session, a dialog will open so that the manager can enter the session info that is specific for the current group and session.

It is recommended to fill in the information that is possible when defining the configuration
It will help during the analysis. Better to do it before then to try to do it later.

When starting a session don't forget to enter the session info for the current group and session.


The SessionInfo is defined with the following properties:

Property

Value

ExperimentGroup

The name of the group or project that perform the experiment.

Value example = "gl",""

ExperimentName

The name of the experiment.

Value example = "gl1",""

ConditionNumber

The number of the condition.

Value example = "1",""

ConditionName

The name of the condition.

Value example = "Digital",""

ServerNumber

The number of the server.

Value example = "0",""

ServerName

The name of the server.

Value example = ""

SessionType

The type of the session.

Value example= ""

SessionNumber

The number of the session.

Value example = "2",""

SessionName

The name of the session.

Value example = ""

SessionConfigFileName

The name of the sessions configuration file.

Value example = "gl1-Condition1-Session2.con",""

SessionScenarioFileName

The name of the sessions scenario file.

Value example = "gl1-Condition1-Session2.sce",""

SessionPicDirectory

The name of the experiment.

Value example = ""

<Source>
   <SessionInfo
    ExperimentGroup = "gl"
    ExperimentName = "gl1"
    ConditionNumber = "1"
    ConditionName = "Digital"
    ServerNumber = "0"
    ServerName = ""
    SessionType = ""
    SessionNumber   = "2"
    SessionName = ""
    SessionConfigFileName = "gl1-Condition1-Session2.con"
    SessionScenarioFileName = "gl1-Condition1-Session2.sce"
    SessionPicDirectory = ""
  />
</Source>