tags:

views:

19

answers:

0

hello everyone. I make 2 tables

tbl_Question

  • Question_Id, Questiontext, AnswerId AnswerText and Userid, topic_id

tbl_option

  • OptionId QuestionId OptionText

any idea how to make an aplication of quiz using wpf? thanks in advance.