'reason-for-notice' can populate with whatever free text level of specificity you all feel is necessary to understand why the user received the notice, for reasons that are ineligibility related, we can prefix with ineligibility - (ex. 'ineligibility - not a service member or veteran', 'ineligibility - eligible for chapter 31', 'ineligibility - outside time period from active duty discharge', 'chose not to apply now')
When the user has reached the end of the series of questions to reach the apply now button
User clicks link to skip how to wizard
'event': 'howToWizard-skip'
Video Tracking with a progress bar
JS
'event': 'nav-progress-bar-change',
'progress-bar-type': 'segmented',
//dynamically populate with an integer with each new change the current
'progress-bar-current-value': 0,
//consistently populate as an integer with the total number of segments, i.e 5
'progress-bar-max-value': 0,
//title of progress bar step
'progress-bar-title': 'iiiii',
//subtitle of progress bar step
'progress-bar-subtitle': 'iiiii',
'enable-analytics': true