Reference Manual
- Overview
- My Next Move Services
- Mi Próximo Paso Services
- Search careers with key words
- Browse careers by industry
- O*NET Interest Profiler
- Short Form Questions (60-question desktop version)
- Mini-IP Questions (30-question mobile version)
- Results
- Job Zones
- Matching careers
- Career listings
- Career report
- My Next Move for Veterans Services
- O*NET OnLine Services
- Taxonomy Services
- Database Services
Short Form Questions (60-question desktop version)
"start" : 1,
"end" : 12,
"total" : 60,
"link" : [
{
"href" : "https://services.onetcenter.org/ws/mpp/interestprofiler/questions?start=13&end=24",
"rel" : "next"
}
],
"answer_options" : {
"answer_option" : [
{
"value" : 1,
"name" : "Me disgusta mucho"
},
{
"value" : 2,
"name" : "Me disgusta"
},
{
"value" : 3,
"name" : "No estoy seguro"
},
{
"value" : 4,
"name" : "Me gusta"
},
{
"value" : 5,
"name" : "Me gusta mucho"
}
]
},
"question" : [
{
"index" : 1,
"area" : "Realistic",
"text" : "Construir gabinetes para cocinas"
},
{
"index" : 2,
"area" : "Realistic",
"text" : "Colocar ladrillos o losetas"
},
...
]
}
<link href="https://services.onetcenter.org/ws/mpp/interestprofiler/questions?start=13&end=24" rel="next" />
<answer_options>
<answer_option value="1">Me disgusta mucho</answer_option>
<answer_option value="2">Me disgusta</answer_option>
<answer_option value="3">No estoy seguro</answer_option>
<answer_option value="4">Me gusta</answer_option>
<answer_option value="5">Me gusta mucho</answer_option>
</answer_options>
<question index="1">
<area>Realistic</area>
<text>Construir gabinetes para cocinas</text>
</question>
<question index="2">
<area>Realistic</area>
<text>Colocar ladrillos o losetas</text>
</question>
...
</questions>
The O*NET Interest Profiler contains 60 questions, each describing a work activity. The assessment taker should be offered five possible answers, describing how they would feel about doing each type of work:
- Strongly Dislike
- Dislike
- Unsure
- Like
- Strongly Like
These options, and their corresponding values, are provided in the <answer_options> element. The application should record the value of each answer -- 1, 2, 3, 4, or 5 -- and build a string of 60 characters containing all answers in order. This string will be used as the answers parameter for obtaining Interest Profiler results.
Each question pertains to one of six interest areas, given in the <area> element. By default, 12 questions are returned at a time. To navigate the full set of questions, use the link rel="next" and link rel="prev" elements, or provide start and end parameters to jump directly to the desired results.
The question list was last revised May 1, 2018.
In this section
- O*NET Interest Profiler
- Short Form Questions (60-question desktop version)
- Mini-IP Questions (30-question mobile version)
- Results
- Job Zones
- Matching careers