test[_nObjectives].pool[j].feedbackCorrect = oQuestions[j].getElementsByTagName("feedbackCorrect")[0].firstChild.data;
and the XML in this case contains this:
<feedbackCorrect>
</feedbackCorrect>
When executing that line of code the following error occurs: Message: Object required
I don't get it. The tag is there, if it is empty the error occurs and even has spaces chars it doesn't work.