Add fields to question table - created, modified, createdby and modifiedby
Add fields to the question table to track who created and modified a question and when. Old questions will all have createdby / modifiedby set to 0 initially which will mean the creator / modifier is unknown. If a question has an unknown owner then only capabilities all and not mine will apply.
Add code to import and add/edit question forms to insert / update created, modified, createdby and modifiedby fields.