It´s a good Friday, we have just released our XML export function. You can now download all the raw result directly from your “Reports” in your survey. Just click on “Results & charts” and then reports and you will have it available for direct download.
The xml scheme is explained below:
<main>//Main operator tag
<questions>
<question>
<mainq>{Main question for this option}</mainq>
<txt qid=’{ID number of this option}>{Option}</txt>//If this is a free text question then this will be empty.
</question>
</questions>
<answers>//Inside this container all votes will be displayed one vote at a time.
<answer>
<id>{ID of this vote}</id>
<value qid=”{ID number of this option, same as in <txt>}”>{value}</value>
</answer>
</answers>
If you have any questions contact us at Development on support@examinare.com.