Sample (Question Type?) Module to Add Question Field(s)

Re: Sample (Question Type?) Module to Add Question Field(s)

by Tim Hunt -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

The safe way to do this is to make your own database table local_myquestionmetadata, which includes a column questionid that is a foreign key pointing to question.id. The only issue with that is loading that data without damaging performance too much.