MCPcopy Index your code
hub / github.com/showlab/Code2Video / Question

Class Question

src/eval_TQ.py:41–47  ·  view source on GitHub ↗

Educational question with multiple choice options

Source from the content-addressed store, hash-verified

39
40@dataclass
41class Question:
42 """Educational question with multiple choice options"""
43
44 question: str
45 options: List[str]
46 correct_answer: str
47 difficulty: str = "medium"
48
49
50@dataclass

Callers 1

load_questions_from_jsonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected