status
teacher build exam (question and answer) and student take the exam
form build_pre_exam add data into pre_exam table
when form run ,
user(teacher ) have to insert question and four cooses then choose from list item which one i correct answer (to enable to check exam for student) ,after that i need to insert 1 an correct answer and 0 in wrong one (these is my problem)
for example if he select choose 1 (from list item) ,insert into answer1 = 1
for example if he select choose 2 (from list item),insert into answer2 = 1
could u help me ?
attach
build_pre_exam.fmb and pre_exam table
Thanks