How to display set of questions based on section name in grid?

Certified Associate Developer

I have a series of questions categorized into sections, and I want to present these questions in a grid based on their respective section names. Additionally, I need to store the answers for these questions in a separate table. How can I accomplish this?

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Swarnalashmi Ramesh

    First create a questions storing table in DB and then Answer table as per the above mentioned details. After that store some dummy data into the question table and show it in grid . Provide a field that need to be answered for that question . Now you will an Answer for your question right... Then store your Answer in the "Answer Table" along with the "Q_ID" of your question.

    Hope you got the answer else feel free to ask ...........  Slight smile

Children
No Data