<%= f.input :unity_id, as: :select2_unity, user: current_user %>
<%= f.hidden_field :school_calendar_year %>
<%= f.input :classroom_id, as: :select2, elements: classrooms,
input_html: { value: @partial_score_record_report_form.classroom_id } %>
<%= f.input :students_ids, as: :select2, elements: students, input_html: { value: @partial_score_record_report_form.students_ids } %>
<%= f.input :school_calendar_step_id, as: :select2, elements: school_calendar_steps_ordered, input_html: { value: @partial_score_record_report_form.school_calendar_step_id }, required: true %>
<%= f.input :school_calendar_classroom_step_id, as: :select2, elements: school_calendar_classroom_steps, input_html: { value: @partial_score_record_report_form.school_calendar_classroom_step_id }, required: true %>