export function Features() { const features = [ { icon: ( ), title: "自動評分", description: "使用 AI 精準評分選擇題、數值題,甚至開放式問題。", color: "var(--color-primary)", }, { icon: ( ), title: "智能解釋", description: "為每個錯誤答案提供個人化解釋,幫助學生理解錯誤。", color: "var(--color-accent)", }, { icon: ( ), title: "同儕學習小組", description: "AI 建議的學生分組,將表現優秀的學生與需要特定主題幫助的學生配對。", color: "var(--color-success)", }, { icon: ( ), title: "電子郵件報告", description: "直接在收件匣中接收精美的格式化報告,隨時可與學生或家長分享。", color: "var(--color-warning)", }, { icon: ( ), title: "隱私優先", description: "學生資料安全處理。我們只存取您分享的內容,絕不儲存敏感資訊。", color: "var(--color-primary-light)", }, { icon: ( ), title: "即時分析", description: "幾秒內獲得全面洞察,而非數小時。更多時間教學,更少時間評分。", color: "var(--color-accent-light)", }, ]; return ( 了解您的學生所需的一切 功能 ClassLens 結合 AI 的力量與深思熟慮的教育實踐,為您提供可操作的洞察。 {features.map((feature, i) => ( {feature.icon} {feature.title} {feature.description} ))} {/* How it works */} How It Works {/* Connection line */} {[ { step: 1, title: "Connect Google", desc: "Link your Google account to access Form responses" }, { step: 2, title: "Share URL", desc: "Paste your Google Form or Sheets response URL" }, { step: 3, title: "AI Analyzes", desc: "ClassLens grades, explains, and groups students" }, { step: 4, title: "Get Report", desc: "Receive a beautiful report via email and dashboard" }, ].map((item) => ( {item.step} {item.title} {item.desc} ))} ); }
ClassLens 結合 AI 的力量與深思熟慮的教育實踐,為您提供可操作的洞察。
{feature.description}
{item.desc}