I have a CSV Excel file with quiz questions in it.
The format is Question?;Ans1;Ans2;Ans3;Ans4;CorrectAns;Remediation.
The actual data looks like this:
What color is the sky on a sunny cloudless day?; Blue, Green, Chartreuse, Orange, 1, On most sunny, cloudless days the sky is blue.
What animals swim in the sea?; Fish, Birds, Snakes, Chipmunks, 1, Fish commonly swim in the sea.
Generally speaking, how many tires are on a car? 4 tires, 2 tires, 3 tires, 1 tire, 1, Generally speaking, most cars traveling the nations roads have four tires plus one in the trunk as a spare.
The trouble with this is that all the correct answers have been generated as 1.
How can I change the number in the "CorrectAns" column and have the correct answer's postion change in the spreadsheet. In other words if I change the 1 to a 2, that means that the correct answer must move to the "Ans2" column and what was in the "Ans2 column must more to the "Ans1" column. Is there a way to do this?
Bookmarks