Modern presentation framework and CLI tool that transforms Markdown files into interactive, web-based slide presentations with built-in development server, export capabilities, and Vue.js integration
Overall
score
100%
{
"context": "This evaluation assesses how well the engineer uses Slidev's slide transition capabilities to create a presentation with three different transition types: slide-left, fade, and view-transition. The focus is on proper frontmatter configuration of transitions for different slide boundaries.",
"type": "weighted_checklist",
"checklist": [
{
"name": "slide-left transition",
"description": "Slide 2 (Feature Overview) uses the slide-left transition. This should be configured using the 'transition' frontmatter property with value 'slide-left' on the second slide.",
"max_score": 25
},
{
"name": "fade transition",
"description": "Slide 3 (Voice Control Detail) uses the fade transition. This should be configured using the 'transition' frontmatter property with value 'fade' on the third slide.",
"max_score": 25
},
{
"name": "view-transition usage",
"description": "Slides 4, 5, and 6 use the view-transition transition. Each of these slides should be configured with 'transition: view-transition' in their frontmatter, or alternatively configured globally in the headmatter.",
"max_score": 30
},
{
"name": "bidirectional transitions",
"description": "Transitions are configured to work in both forward and backward directions. Slidev handles this automatically when transitions are properly configured in frontmatter, but engineers may need to verify proper configuration.",
"max_score": 20
}
]
}Install with Tessl CLI
npx tessl i tessl/npm-slidev--clidocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10