<?xml version="1.0" encoding="utf-8"?>
<playlist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="interactivevideo.xsd">
<subject name="screen">
 <videos>
   <video file="doll-face">
   <!--
    <branchquestion>what are (y)our dreams?</branchquestion>
    -->
    <overlays> 
    <!--
    <overlay position="01" size="12" label="technology" position2="31" size2="22" label2="content"/>
    -->
    <overlay image="@logo.jpg">
    <cell x="50" y="50" width="200" height="200" alpha="0.0" hover_alpha="0.2" hover_image="@walk.png" 
     label="technology"/>
     <overlaycel x="550" y="350" width="200" height="200" alpha="0.0" hover_alpha="0.2" hover_image="@walk.png" 
     label="content"/>
    </overlay>
    </overlays>
   </video>
  </videos>
</subject>
<subject name="content">
  <longname>People keep asking me questions ...</longname>
  <score>2</score>
  <videos>
   <video file="about-content">
    <question>A</question>
    <rightanswer>false</rightanswer>
    <overlays>
<overlay>
<overlaycel x="500" y="100" width="200" height="200" alpha="0.2" image="@walk.png" 
     label="technology"/>
<overlaycel x="300" y="390" width="210" height="100" label="pro"/>
<overlaycel x="100" y="300" width="400" height="50" label="anti"
color="0x00ff00" alpha="0.2" hover_color="0xff0000" hover_alpha="0.8"
image="@logo.jpg" hover_image="@walk.png"/>
</overlay>
</overlays>
    </video>
   <video file="web20">
       <question>B</question>
    <rightanswer>false</rightanswer>
    </video>
  </videos>
 </subject>
 <subject name="technology">
 <videos>
   <video file="doll-face" repeat="true">
    <branchquestion>Are you worried anything?</branchquestion>
    <overlays>
     <overlay position="01" size="12" label="pro" position2="31" size2="22" label2="content"/>
    </overlays>
   </video>
  </videos>
 </subject>
 <subject name="pro">
  <longname>Yes, I am in favor of!</longname>
  <score>4</score>
  <videos>
   <video file="balloon"></video>
  </videos>
  </subject>
 <subject name="contra">
  <longname>No, and I don't anything!</longname>
  <score>3</score>
  <videos>
   <video file="babt-laugh"></video>
  </videos>
 </subject>
</playlist>
