當一個指標變成目標,它就不再是好指標。
用供需曲線、Price Floor、外部性與 Goodhart's Law,解剖老師規定字數下限這件事。
- 問題設定:為什麼字數下限是制度設計問題
- 市場分析:字數下限 = Price Floor,產生無謂損失
- 外部性分析:認真學生為何應該被補貼
- 互動圖表(4張):供需曲線、DWL 三角、學生分布、外部性
- Goodhart's Law:指標失靈的根本原因
- 制度經濟學定位
# 1. 在 GitHub 建立一個新的 repository(例如 word-market)
# 2. 在本機初始化
git init
git add .
git commit -m "first commit"
# 3. 連接到你的 GitHub repository
git remote add origin https://github.com/你的帳號/word-market.git
git branch -M main
git push -u origin main- 到你的 repository 頁面
- 點 Settings → Pages
- Source 選 Deploy from a branch
- Branch 選 main,資料夾選 / (root)
- 點 Save
幾分鐘後就可以用 https://你的帳號.github.io/word-market/ 瀏覽。
git add .
git commit -m "更新內容"
git push- 純 HTML / CSS / JavaScript,無需任何框架或後端
- 圖表使用 Chart.js 4.4 + 手寫 SVG
- 字體使用 Google Fonts(Noto Serif TC + Space Mono)
- 所有依賴透過 CDN 載入,不需要 npm install
MIT