Back to Report Blocks

RecentFeedback

Review
Report block

Shows the most recent feedback items for a score or scorecard, including reviewer edits and item identifiers.

What It Answers

  • What are reviewers correcting right now?
  • Which recent examples should I inspect?
  • Is new feedback arriving for this score?

Use When

  • Preparing for a score review.
  • Spot-checking recent rubric changes.
  • Finding examples to discuss with SMEs.

Avoid When

  • You need agreement statistics; use FeedbackAlignment.
  • You need contradiction voting; use FeedbackContradictions.

Run From The CLI

Direct report commands are the simplest path for one-off usage. Saved report configurations use `plexus report config create` and `plexus report run`.

plexus feedback report recent \
  --scorecard "Customer Service QA" \
  --score "Medication Review: Dosage" \
  --days 14 \
  --max-feedback-items 50
plexus report config create --name "RecentFeedback Example" --file recent-feedback.md
plexus report run --config "RecentFeedback Example"

Minimal Configuration

class: RecentFeedback
scorecard: "Customer Service QA"
score: "Medication Review: Dosage"
days: 14
max_feedback_items: 50

Live Rendered Example

Rendered with the same dashboard component used by generated reports.

RecentFeedback Example

Newest feedback edits for the selected score.

March 1, 2026 to March 31, 2026

Feedback Items
3
Corrected
2
Distinct Items
3
Distinct Scores
1
Scorecard: Customer Service QA • Score: Medication Review: Dosage • Rendering 1 of 1 rows
Edited AtItemScoreInitialFinalCorrectedInvalid
3/30/2026, 3:10:00 PMitem-003Medication Review: DosageYesNoYesNo
All rows loaded (1)

How To Interpret It

  • Read newest rows first when looking for active rubric drift.
  • Repeated edit comments are often better optimization clues than isolated corrections.