The project includes a seeder that can operate in two modes:
Seeds the database with dynamically generated questions, inputs, and answers:
go run cmd/seed/seed.goGenerates inputs and answers to files in a generated/ directory:
go run cmd/seed/seed.go -generateThis creates:
questionX_input.txt- The input data for each questionquestionX_answers.txt- The answers for both partsquestionX_details.txt- Question name, intro, and part descriptions