should the contents of the word document that contains text, figures, recorded in a mysql table. Estimated strucrure file
question text picture text
response A)the text
B) text
C) the text
D) the text
E) lyrics
the correct answer is B
For this I want to convert to xml and manually import it into MySQL
<database name="DB_NAME">
<!-- Questions table -->
<column name="question_id">1</column><column name="question">question 1</column><column name="answer_a">answer_a 1</column><column name="answer_b">answer_b 2</column><column name="answer_c">answer_c 3</column><column name="answer_d">answer_d 4</column><column name="answer_e">answer_e 5</column><column name="right_answer">right_answer 1</column><table name="questions">
</table></database>
or if you can automate, then immediately worda in mysql