protected function create_serializer($question)
 {
     return QuestionSerializer::factory($question, 'resources');
 }