The seeds.rb file appears to be missing key data values like formattype in the question_formats table.
Look through the tables and make sure all of the columns are represented in the seeds.rb then build a rake task to allow installations to correct seed issues.
The seeds.rb file appears to be missing key data values like
formattypein thequestion_formatstable.Look through the tables and make sure all of the columns are represented in the seeds.rb then build a rake task to allow installations to correct seed issues.