for (var i = 1; i <= 3; i++) {
              view.find('[data-value="answer' + i + '"]').hide();
            }