TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Examplar: A better way to teach programming (make students make the examples)

1 点作者 OmarShehata12 个月前

1 comment

OmarShehata12 个月前
They talk about how the difficulty in teaching is in knowing what the students know. But just asking them doesn&#x27;t give us enough information:<p>&gt; So we have the kernel of a good idea—asking students to read back their understanding—but words are a poor medium for it.<p>Their solution, of making students come up with examples, basically serves to map out their understanding and whether they are falling into common misconceptions<p>&gt; we think of Examplar as performing what we call conceptual mutation testing: we only want to make sure they have the right conception of the problem, and avoid misconceptions about it.<p>This seems really powerful to me. In some ways it&#x27;s like test driven development. In another way, it&#x27;s like going into reading a complex article with a list of guiding questions, mapping out what you think the article is saying, and having a system (either automated or a human teacher) correct you&#x2F;guide you in the right direction