RNFS.readFile(questionPath, 'utf8')
      .then((question) => {
        this.setState({
          question: MarkdownHelper.convert(question),
        });