Hi All,
I am new to this forum and new to Oracle Apex. I am building a Quiz application in Oracle Apex 5.0 and wanted to know how to display questions and answers in oracle apex. Something like this:
Question: Brass gets discoloured in air because of the presence of which of the following gases in air? |
A. | Oxygen | B. | Hydrogen sulphide | C. | Carbon dioxide | D. | Nitrogen |
|
Correct Answer: A
Note: I have a table called QuestionBank where I am keeping all the question and one QuestionChoice table where I am keeping all options for that questions. QuestionChoice is a child table for QuestionBank table. It also holds information about the correct answer.