evals
scenario-1
scenario-10
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
{
"context": "Evaluates how well the solution leverages PrimeVue's layout and content display components to build the specified showcase: responsive metric band, tabbed resources, single-open FAQ list, and connected step timeline. Scoring is based solely on correct usage of the library's components to achieve the behaviors described in the spec.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Metric cards",
"description": "Uses PrimeVue Card or Panel components to render the header stats from props, arranging three blocks that respond to viewport width instead of plain HTML containers.",
"max_score": 20
},
{
"name": "Tabbed view",
"description": "Implements the resources area with PrimeVue TabView/TabPanel, defines at least three tabs, sets the first tab active by default via activeIndex/modelValue, and preserves the selected tab on rerender.",
"max_score": 30
},
{
"name": "Accordion FAQ",
"description": "Builds the FAQ list with PrimeVue Accordion/AccordionTab, starts with the first entry expanded, keeps multiple-open disabled, and updates activeIndex so only one panel is open at a time.",
"max_score": 25
},
{
"name": "Timeline list",
"description": "Renders the chronological steps using PrimeVue Timeline with item slots that display title, timestamp, and description in order and show the built-in markers/connectors.",
"max_score": 25
}
]
}