Jev Code CampFOUNDATIONS
0/8 complete
LESSON 06 / 08 6 MIN
One context, multiple decisions
Ask independent questions in a single request.
You can combine independent questions in one request. Each question sees the same state, and each answer is returned under the matching question ID.
Add an urgency score alongside the existing team choice. Both can evaluate the ticket independently, so there is no need to repeat the context.
Questions in the same request do not consume one another’s answers. If a later decision needs an earlier result, your application must make a second request with that result in its state.
Your challenge
- Keep the team Choice question, including all three teams.
- Add an urgency Score question with instructions and three different ordered levels.
- Put both questions inside the same questions object.
request.json
Loading your draft…
Local checks · No API call
Your next decision starts here.
Edit the JSON, then check your work.
Hints are available whenever you need them.