Text

    (function (current, table, target_id, task_id, params) {

    var attributes = new FCQuestionRepository().getAttributes(current, table, target_id, task_id, params);
    return attributes;

})(current, table, target_id, task_id, params);