CorrectAnswer Field is Blank

Hello,I have just tried to generate my first test quiz and post the answers to my PHP script via CGI. Everything seems to work fine except one field: CorrectAnswer. The field is always left empty. For details, see the list of key-value pairs I received in my PHP:TestName Test 1name We are BorgQuestion1 How are you?QuestionID1 35QuestionType1 1CorrectAnswer1 Answer1 TrueQuestion2 Question TextQuestionID2 43QuestionType2 1CorrectAnswer2 Answer2 TrueQuestion3 Question TextQuestionID3 51QuestionType3 2CorrectAnswer3 Answer3 choice 1Question4 How is it going?QuestionID4 61QuestionType4 3CorrectAnswer4 Answer4 gfgNumQuestions 4As you can see, the CorrectAnswer field is always blank. Is that a bug or do you have any idea what is wrong with that?Thank you.Peter

Discussions have been disabled for this post