var SelectQuestionAnswer = $("input:checkbox[name='SelectQuestionAnswer']:checked").map(function (index, elem) { return $(elem).val(); }).get().join(',');