$table.on('click', '.assessment-add-rating-note', function (event) {
    event.preventDefault();

    var $ratingRow = $(this).closest('tr');