Results from Quiz taken on iPad cannot be loaded in Quiz Analyzer (Captivate 7)
Hi there, I have several quizes that are designed to be taken on a computer. The resutls are gathered on an internal server. I can then download the results - the xml files - and they can be seen in the Quiz Results Analyzer. So far so good.
I have exported the same quizes as HTML5 projects and they work on iPads. I have also received quiz results from people who have taken the quiz on an iPad. I can download the xml files with the iPad results.
Now, here is the issue. When I try to load these xml files in the Quiz Analyzer they would just not load. I checked the xml files and the structure is slightly different.
This is an example of the xml file produced from iPad
<Course>
<CompanyName value='Company'/>
<DepartmentName value='Client'/>
<CourseName value='Module1'/>
<LearnerName value='Name'/>
<LearnerID value='email@address.com'/>
<LessonName value='Client Module 1 - Test'></LessonName>
<QuizAttempts value='1'></QuizAttempts>
<TotalQuestions value='11'></TotalQuestions>
<Result><CoreData><Status value='passed'></Status>
<Location value='12'></Location>
<RawScore value='90'></RawScore>
<MaxScore value='100'></MaxScore>
<MinScore value='0'></MinScore>
<SessionTime value='undefined'></SessionTime>
</CoreData>
and this is the same part when the xml file is generated after the quiz has been taken on a computer.
<Course>
<CompanyName value="Company"/>
<DepartmentName value="Client"/>
<CourseName value="Module1"/>
<LearnerName value="Name"/>
<LearnerID value="email@address.com"/>
<LessonName value="Client Module 1 - Test"/>
<QuizAttempts value="1"/>
<TotalQuestions value="11"/>
<Variables>
<Text_Entry_Box_1 value=""/>
<Text_Entry_Box_2 value=""/>
<Text_Entry_Box_3 value=""/>
</Variables>
<Result>
<CoreData>
<Status value="passed"/>
<Location value="12"/>
<Score value="90"/>
<SessionTime value="00:03:38"/>
</CoreData>
It is clear that the xml code is different and I supose that is why the Quiz Analyzer can read the second version but not the first version (the ipad one).
I must say that the test for the ipad was absolutely the same as the one for the computer. I just rescaled it to fit the iPad..
Is there anyone else with the same problem? This is a real issue since people use a lot ipads.
Thank you so much in advance
Bob