-
Notifications
You must be signed in to change notification settings - Fork 3
User guide Sequence example
Stig Norland edited this page Jun 19, 2018
·
1 revision
- Green boxes: Instruction (Read out each statement and code in Grid can be included by reference as a reusable instruction)). Instructions always added to the ControlConstruct elements and not to the QuestionItems.
- Yellow box: StatementItem. A CV should be added in the UserAttributePair of Statement which explains which type of statement this is. In this case it could be ‘Introduction text’ (cfr. SQP need to distinguish between an introduction text and a request for an answer text.
- Blue box: QuestionItem (reusable)
- Red box: QuestionConstruct. Question numbers B26 and B27 included as ConstructNames.
- Black box: Sequence
B26 - B27 Sequence
Sequence
StatementItem
InstructionReference
InstructionReference
ConstructReference
QuestionConstruct
ConstructName (B26)
QuestionReference
QuestionItem
ExternalAid
ConstructReference
QuestionConstruct
ConstructName (B27)
QuestionReference
QuestionItem
ExternalAid
Sequence
ConstructReference
QuestionConstruct
ConstructName (A1)
InstructionReference
InstructionReference
QuestionReference
QuestionItem
ExternalAid
ConstructReference
IfThenElse
IfCondition
ThenConstructReference
QuestionConstruct
ConstructName (A2)
InstructionReference
InstructionReference
QuestionReference
QuestionItem
ExternalAid
ConstructReference
QuestionConstruct
ConstructName (A3)
InstructionReference
InstructionReference
QuestionReference
QuestionItem
ExternalAid
```