###### tags: `帳號` # 填寫國民法官認知/add_quiz/ ## 輸入 | 欄位 | key | 資料型態 | | ---- | ---- | ----------- | | 資料 | data | object\list | 資料object\list | 欄位 | key | 資料型態 | | ---- | ----------- | -------- | | 題號 | question_id | str | | 信箱 | email | str | | 分數 | score | int | ## 回傳 | 欄位 | key | 資料型態 | | -------- | ------- | -------- | | 是否成功 | success | bool | ```json // 範例,內容的key需自行補上 { data:[ { "question_id": 1, "email": "...", "score": 0, }, { "question_id": 2, "email": "...", "score": 1, }, ] } ``` ## 備註 > 前端全部填完一次傳回來
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up