Purpose: Joining table between questions and modules. Controls which modules a question is on.
Joins: questions, modules
Version: 5.0
Field | Type | Purpose |
---|
q_id | int(4) unsigned | Primary Key - ID of the question |
idMod | int(11) unsigned | Primary Key - ID of the module |
...