管理登入
管理員登入
登入後可以檢視學員名單、指標、篩選結果與匯出資料。
掛站設定
網站掛載碼
第一版建議用 iframe 掛在官網、課程頁或活動頁。正式上線時,把 src 換成部署後的網址即可。
<iframe
src="https://your-domain.example/assessment-system/index.html"
title="精力管理術測評"
width="100%"
height="900"
style="border:0; max-width:1120px; width:100%;"
></iframe>