Skip to main content
A form collects answers. The Evaluation tab turns a finished response into something a recruiter can act on: a verdict, a score, a skill, a summary, or any value you ask the AI for. The tab is the third one above the field list, after Content and Logic. It holds five evaluators, each a card with a switch and an information icon that explains it. Switch one on, then click its name to open its settings. The Evaluation tab with Summary, Criteria, Scoring, Skills, and Generated fields all switched on

The five evaluators

Summary and Generated fields work on the response as a whole. Criteria, Scoring, and Skills work question by question, so each one needs a second switch on every question you want it to look at.

Switch it on for the form first

The order catches people out. A question’s evaluator switch does nothing on its own.
  1. Open the Evaluation tab and switch the evaluator on for the form.
  2. Click the evaluator’s name to open it. Every question in the form appears underneath with a switch of its own.
  3. Switch on the questions you want it to look at, and configure each one.
A question’s Criteria, Scoring, or Skills switch is ignored while the form-level switch is off. Switch the evaluator off for the form and the per-question switches stay as you left them, but nothing is evaluated.
The same per-question switches also appear on the question card in the Content tab, so you can configure a question without leaving it. They only appear there once the form-level switch is on, which is the other half of the same rule.

Which questions can be evaluated

Every field type except Ending Screen and Redirect URL. The two endings collect nothing, so there is nothing to evaluate. What differs by type is how precisely a rule can read the answer. A Yes/No answer is one of two known values. A File Upload answer can only be tested on its file name, type, and size. Each evaluator page carries the operator table for its rules.

Rules or AI

Criteria, Scoring, and Skills each ask How to evaluate? per question, with two answers.
  • Use answer rules compares the answer against conditions you write. The same answer always gives the same result, and no AI call is made.
  • Evaluate with AI hands the question, the answer, and your note to the model, which decides. Use it for free text, where a rule cannot tell a good answer from a poor one.
Rules are the default on every type except Short and Long Text, where Criteria starts on the AI.

One note per question

The box at the bottom of a question’s evaluator settings takes an instruction for the AI. Its label changes with the evaluator you opened it from: What should AI look for?, How should AI award points?, What skill signals should AI look for? The box is one note per question, shared by all three. Write it under Criteria and the same text appears under Scoring and Skills. Keep it about the answer rather than about one evaluator.

When each evaluator runs

A response is evaluated when it is completed, and again in Test & Evaluate while you are building. The steps run in this order.
  1. Every rule-based question is evaluated. No AI is involved.
  2. The questions set to Evaluate with AI go to the model in one call.
  3. The per-question results become the verdict, the score, and the skill percentages.
  4. Generated fields runs last, over the whole response plus the results from step 3.
Generated fields running last is what lets it use them. An output field can be filled from the score or the verdict as well as from the answers.

Where the results go

  • In the builder, Test & Evaluate shows every result against the answers that produced it.
  • On a submitted response, the results are stored with it. Export CSV and Export Excel in the builder’s three-dot menu add a column per result, including one per skill and one per generated field.
  • In an automation, each result is a variable, such as {{form_response.evaluation.scoring.band.label}}. Test & Evaluate lists them all under Automation variables, with the value from the run in front of you. See Variables.