How to read the csv in js from like these and process the right answer to grade note: the answers are included in the xml and are seperated by commas
<finalquiz>
<question>
<qnumber>1</qnumber>
<qtitle>what is 2+2 </qtitle>
<a>4</a>
<b>6</b>
<c>2</c>
<d>0</d>
</question>
<question>
<qnumber>2</qnumber>
<qtitle>what is 3+3 </qtitle>
<a>4</a>
<b>6</b>
<c>9</c>
<d>3</d>
<rightanswers>a,b</rightanswers>
</finalquiz>