Configuration of Evaluation Stages

<< Click to Display Table of Contents >>

RayEval > 8.0 > User Guide > Advanced Information > Project Configuration 

Configuration of Evaluation Stages

a)Each stage of the evaluation should be defined inside the <Stages> tag.

 

Evaluation Stages

 

b)The definition of the stage contains the title (in different languages) and the name of the parent stage (optional).

Example:

 

<Stage Id="PREPARATION">

      <Title>

        <Title.en>Preparation</Title.en>

        <Title.pl>Przygotowanie</Title.pl>

        <Title.de>Vorbereitung</Title.de>

      </Title>

</Stage>

 

or

 

<Stage Id="POSTINSTALL">

      <Title>

        <Title.en>Post-installation</Title.en>

        <Title.pl>Po instalacji</Title.pl>

        <Title.de>Nach Installation</Title.de>

      </Title>

      <ParentName>

        <ParentName.en>Installation</ParentName.en>

        <ParentName.pl>Instalacja</ParentName.pl>

        <ParentName.de>Installation</ParentName.de>

      </ParentName>

</Stage>