Marcin
unread,Mar 1, 2012, 7:14:18 PM3/1/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to eLearning Technology and Development
Hi, i have hierarchy like that:
- Parent
+ Child 1
+ Child 2
I want after change status child 1 and 2 change automatical status
Parent Sco. I'm looking examples [3 days], solutions and i experiment
all, but still don't work.
In manifest i Have:
<organizations default="w2l">
<organization identifier="w2l">
<title>Przeciwdziałanie dyskryminacji w pracy zawodowej</
title>
<item identifier="l1_i" identifierref="l1" isvisible="true">
<title>Część 1: Czym jest dyskryminacja?</
title>
<item identifier="l2_i" identifierref="l2" isvisible="true">
<title>Część 2: Zjawiska psychologiczne i społeczne, mające wpływ
na proces dyskryminacji</title>
</item>
<item identifier="l3_i" identifierref="l3" isvisible="true">
<title>Część 3: Przejawy dyskryminacji</title>
</item>
<imsss:sequencing>
<imsss:rollupRules>
<imsss:rollupRule childActivitySet = "any">
<imsss:rollupConditions conditionCombination="any">
<imsss:rollupCondition operator="not" condition = "completed"/>
</imsss:rollupConditions>
<imsss:rollupAction action = "completed"/>
</imsss:rollupRule>
</imsss:rollupRules>
</imsss:sequencing>
</item>
</organization>
</organizations>