This walkthrough shows you an alternate way to achieve what Evaluators accomplishes in the Evaluating Grade Level Appropriateness tutorial for comparison.
Requirements
- Gemini app at https://gemini.google.com/app and pick the model 2.5 Pro.
Even if you don’t have pro subscription, you can try this model once a day.
The two-prompt process
The most effective way to guide Gemini is with a two-step prompting process:- The Setup Prompt: This is where you give Gemini its instructions, including its persona, the process it must follow, and the format for its answer.
- The Content Prompt: This is where you provide the actual text you want Gemini to analyze.
Step 1: The Setup Prompt
Think of this first prompt as loading the software. You are telling Gemini how to do the job before you tell it what to do. Your setup prompt should clearly define the entire task from start to finish.What to include in your setup prompt:
-
Persona: Tell Gemini who it should be. For example:
OR copy and paste the System prompt from the evaluator as described in the Prompts section of the Grade Level Appropriateness evaluator.
- The Process: Explicitly list the steps Gemini must take. This is where you insert the four-step analysis process you’ve created (Quantitative, Qualitative, Background Knowledge, Synthesis in the Traditional Method tutorial. OR copy and paste the User prompt from the evaluator as described in the Prompts section of the Grade Level Appropriateness evaluator.
-
The Output Format: Be very specific about how you want the answer. Requesting a structured format like JSON is ideal because it makes the output predictable and easy to read. For example:
OR copy and paste the formatting instructions from the evaluator as described in the Prompts section of the Grade Level Appropriateness evaluator.
The content prompt
This prompt is much simpler. After you have sent the setup prompt, you simply provide the text you want to be evaluated. It’s best to clearly label the text to avoid any confusion. You can do this by starting your prompt with a clear marker, like:Interpreting the Results
Because you requested a specific JSON format, Gemini’s output will be structured and easy to interpret. It should contain the key properties you asked for:reasoning
: This object will contain the detailed, step-by-step analysis you instructed Gemini to perform, giving you full transparency into its “thought process.”grade
: This provides the final, recommended grade level for independent reading.alternative_grade
: This gives you an option for using the text with a different grade level.scaffolding_needed
: This offers concrete, actionable strategies for how to support the students in the alternative grade level.