|
4 | 4 | data-launcher-flow-value="activity" |
5 | 5 | data-launcher-window-value="application" |
6 | 6 | data-launcher-months-value="2" |
7 | | - data-launcher-status-value="lynette"> |
| 7 | + data-launcher-status-value="dominique"> |
8 | 8 | <%= form_with(url: "/launcher", method: :post, html: { class: "launcher__main", autocomplete: "off" }, data: { turbo: false, launcher_target: "form" }) do |f| %> |
9 | 9 | <div class="launcher__title"> |
10 | 10 | <h1>Emmy launcher</h1> |
|
17 | 17 | <%= hidden_field_tag :flow_type, "activity", data: { launcher_target: "flowInput" } %> |
18 | 18 | <%= hidden_field_tag :reporting_window, "application", data: { launcher_target: "windowInput" } %> |
19 | 19 | <%= hidden_field_tag :reporting_window_months, "2", data: { launcher_target: "monthsInput" } %> |
20 | | - <%= hidden_field_tag :test_scenario, "lynette", data: { launcher_target: "statusInput" } %> |
| 20 | + <%= hidden_field_tag :test_scenario, "dominique", data: { launcher_target: "statusInput" } %> |
21 | 21 |
|
22 | 22 | <div class="launcher__step"> |
23 | 23 | <div class="launcher__step-header"> |
|
162 | 162 | </div> |
163 | 163 | <div class="launcher__radio-col"> |
164 | 164 | <% [ |
165 | | - [ "lynette", "Enrolled full time", "Full-time enrollment verified automatically via the National Student Clearinghouse." ], |
166 | | - [ "renewal_half_time_last_4_of_6_avery", "Enrolled half-time", "Half-time enrollment covering 4 of 6 months (good for renewal required-month testing)." ], |
167 | | - [ "partial_enrollment_maya", "Enrolled less-than-half-time", "Less-than-half-time enrollment (sends user through partially self-attested flow)." ], |
168 | | - [ "linda", "No NSC enrollment found", "Enrollment unable to be verified via NSC (sends user through self-attestation flow)." ] |
| 165 | + [ "dominique", "Enrolled full time", "Full-time enrollment verified automatically via the National Student Clearinghouse." ], |
| 166 | + [ "renewal_half_time_last_4_of_6_avery", "Enrolled half-time", "Half-time enrollment covering 4 of 6 months (good for renewal required-month testing)." ], |
| 167 | + [ "partial_enrollment_maya", "Enrolled less-than-half-time", "Less-than-half-time enrollment (sends user through partially self-attested flow)." ], |
| 168 | + [ "lynette", "Enrolled, intensity not reported", "NSC confirms enrollment but reports no intensity (asks the user for credit hours)." ], |
| 169 | + [ "linda", "No NSC enrollment found", "Enrollment unable to be verified via NSC (sends user through self-attestation flow)." ] |
169 | 170 | ].each do |value, title, desc| %> |
170 | | - <div class="launcher__rcard <%= "launcher__rcard--selected" if value == "lynette" %>" |
| 171 | + <div class="launcher__rcard <%= "launcher__rcard--selected" if value == "dominique" %>" |
171 | 172 | role="radio" |
172 | 173 | tabindex="0" |
173 | | - aria-checked="<%= value == "lynette" %>" |
| 174 | + aria-checked="<%= value == "dominique" %>" |
174 | 175 | data-launcher-target="statusCard" |
175 | 176 | data-value="<%= value %>" |
176 | 177 | data-action="click->launcher#selectStatus keydown.enter->launcher#selectStatus keydown.space->launcher#selectStatus"> |
|
0 commit comments