here you go:
Directory and Filename: \CaptivateResults\My\Office\Here\untitledassessment1_John Jones_1297402012972.xml
<Course>
<CompanyName value="My"/>
<DepartmentName value="Office"/>
<CourseName value="Here"/>
<LearnerName value="John Jones"/>
<LearnerID value="me@myemail.com"/>
<LessonName value="untitledassessment1"/>
<QuizAttempts value="1"/>
<TotalQuestions value="1"/>
<Result>
<CoreData>
<Status value="completed"/>
<Location value="2"/>
<RawScore value="0"/>
<MaxScore value="10"/>
<MinScore value="0"/>
<SessionTime value="00:00:11"/>
</CoreData>
<InteractionData>
<Interactions>
<Date value="02/10/2011"/>
<InteractionTime value="22:26:39"/>
<InteractionID value="933"/>
<ObjectiveID value="Quiz10111"/>
<InteractionType value="choice"/>
<CorrectResponse value="B"/>
<StudentResponse value="A"/>
<Result value="W"/>
<Weight value="10"/>
<Latency value="00:00:03"/>
<Attempt value="1"/>
</Interactions>
</InteractionData>
</Result>
</Course>
This is produced using PHP's internalServerReporting.php file. I installed WAMP on my home computer with trial of Cp5 to get familiar with it as well. If you really want to get to know how it works, install SwfScan so that you can take a look at the AS3 inside the flash file you can see the different classes and how they operate depending on your reporting choice. It's helped me out alot, which it will also show you how the xml data is stored as well.