<%= f.input :unity_id, as: :select2_unity, user: current_user %>
<%= f.association :classroom, as: :select2_classroom, user: current_user, record: f.object %>
<%= f.input :step_id, as: :select2_step, classroom: current_user_classroom,
readonly: @conceptual_exam.persisted?, required: true %>
<%= f.input :recorded_at, readonly: true %>
<%= f.association :student, as: :select2, elements: @students,
readonly: @conceptual_exam.persisted? %>