'Q-' . $this->faker->unique()->numerify('######'), 'question_type' => 'answer', 'stem' => $this->faker->sentence(), 'answer' => $this->faker->sentence(), 'solution' => $this->faker->paragraph(), 'difficulty' => 1, ]; } }