function generateTextAreaQuestionHtml(question, validator, maxLength, placeholderText, req) {
    var opt = req.i18n.__('optional_note'),
        max = req.i18n.__('max_length_note'),
        validator = validator || null,
        mandatory = question.mandatory;