Career Status

Roadmap goals are not personalized

{{ $progress }}%
@if($career == '')
@csrf

Tell us where you are now in your career.


Which of the following best describes your current employment status?
Which best describes how you view project management as it relates to your career?
Which of the following best matches your current job role?
What industry do you work in?
Currency
Current or most recent annual salary
@else
@csrf @method('PUT')

Tell us where you are now in your career.


Which of the following best describes your current employment status?
current_employment_status) == 'Employed full-time' ? 'checked' : '' }}>
current_employment_status) == 'Employed part-time' ? 'checked' : '' }}>
current_employment_status) == 'Retired' ? 'checked' : '' }}>
current_employment_status) == 'Student' ? 'checked' : '' }}>
current_employment_status) == 'Looking for work' ? 'checked' : '' }}>
current_employment_status) == 'Other' ? 'checked' : '' }}>
Which best describes how you view project management as it relates to your career?
Which of the following best matches your current job role?
What industry do you work in?
Currency
Current or most recent annual salary
@error('annual_salary')
{{ $message }}
@enderror
@endif