Implement Video Question

Create video-question prompts with video player and explanation cards.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/asmith7013/coachingPlatform --skill implement-video-question
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Implement Video Question
Source: https://github.com/asmith7013/coachingPlatform/tree/main/.claude/skills/implement-video-question
Command: npx skills add https://github.com/asmith7013/coachingPlatform --skill implement-video-question

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables authors to craft questions where a video is the primary instructional content and students respond in writing.

Core Features & Use Cases

  • Video-driven prompts: Students watch a video and answer prompts.
  • Stateful responses: Support multiple responses or a single explanation.
  • Snippets & Cards: Use video-player and explanation-card components.
  • Compatibility: Works with the overall D3/HTML question framework.

Quick Start

Create a video-response question with one prompt and a textarea for the student response.

Frequently Asked Questions about Implement Video Question

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create assessment questions based on video content?

Video questions embed a video player with written-response prompts, enabling students to watch instructional videos and answer assessment questions in writing. This approach works across K-12 and higher education for concept explanation, demonstration analysis, and procedure application in video-based lessons.

Can I use video responses for evaluating student understanding in online courses?

Yes. Video-question assessments evaluate student comprehension by having learners watch video content and provide written explanations or answers. Persistent state management preserves multiple responses, and configurable controls adapt to different pedagogical contexts and course structures.

How do I build a video question with a textarea for student responses?

Embed a video player component with explanation cards that contain prompts, then add a textarea input field for written student responses. The framework supports optional intro content, multiple response instances, and interactivity controls configured to your assessment design.

What components do I need to integrate video and text-based assessment together?

Use video-player and explanation-card components within the D3/HTML question framework. These work together to display video content, present prompts on cards, and capture written student responses with stateful management across single or multiple response scenarios.

When should I use video-driven questions instead of traditional text prompts?

Video-driven questions are ideal when video is the primary instructional content—such as demonstrating procedures, explaining concepts visually, or analyzing real-world applications. Written responses let you assess deeper understanding beyond simple recall of video content.