Actions
Task #7
openCreate masters for Question Topics and Question Bank
Start date:
01/06/2026
Due date:
01/06/2026 (58 days late)
% Done:
0%
Estimated time:
Description
Create master tables and related logic for managing question topics and question bank.
Create question_topics_table with fields: id, topic_name, created_at
Create question_bank_table with fields: id, topic_id, question-varchar, option1-varchar, option2-varchar, option3-varchar, option4-varchar, answer-varchar, created_at
Ensure questions are mapped to topics
Actions