3.6 KiB
3.6 KiB
刘彦江 (ou_5af74c1fb96042e33cc0f16b5ca02cf4) — writing_pic_qa 阶段2生产(U7-U12)
- 时间: ~10:50 ~ 11:10
- 状态: ✅ 已完成(6套/24题,全量回读验证通过)
- 目标bitable: 写作-P3-看图回答题 (tblFc9TVl2PeM2tg)
| ID | 题组1 句型 | 题组2 句型 | record_id |
|---|---|---|---|
| 010701 | Don't...! / Let's follow... | Its…is broken! / I'll ask…for help. | recvj01WOuJ8qo |
| 010801 | They plan to... / They're going to... | Have you seen...? / Do you know where...? | recvj01XduZ22Z |
| 010901 | It takes me...to... / Please...as soon as | It's hard for...to... / What do you think about...? | recvj01XCUTAV7 |
| 011001 | I think you can... / We use...to make... | He is good at playing... / It's like a... | recvj01Y0UO6H6 |
| 011101 | Tell us where...is/are / He is the only one who... | He is really angry with... / You are afraid of... | recvj01Yrwe7ZF |
| 011201 | My goal is to… / We need to find... | I'm sure... / It's too...to... | recvj01YQt1H67 |
刘彦江 (ou_5af74c1fb96042e33cc0f16b5ca02cf4) — reading_pic_judge 样题生产(4套)
- 时间: 15:40 ~ 15:52
- 题型: 阅读看图判断题 (reading_pic_judge)
- 阶段: L1 A级
- 能力标签:
["图文判断", "句图一致性"] - JSON格式: first/second 包裹,每题独立配图,answerText=Yes/No
- 目标bitable: 阅读-P6-看图判断题 (tblJc60aO0T163MJ)
| ID | 题组1 知识点 | 题组2 知识点 | Yes/No | record_id |
|---|---|---|---|---|
| 110901 | bear,radio,toy,doll,money | shirt,watch,skirt,small,new | 10q: 6Y4N | recvj0SSiF38z1 |
| 111001 | computer,tablet,mouse,keyboard,poster | cow,chicken,spider,snake,lizard | 10q: 5Y5N | recvj0SUOIFD1c |
| 111101 | earth,horse,donkey,duck,air | in front of,behind,arm,between,next to | 10q: 6Y4N | recvj0SWMKpQxG |
| 111201 | lorry,garden,flower,window,these | listen,clap,night,morning | 9q: 5Y4N | recvj0SXQtpXkd |
- 111201 题组2 仅4题(用户提供4个知识点:listen/clap/night/morning,后补close→5题)
- 设计规则: L1 A级 1-4词极简陈述句;每题独立单物品/简单场景图;Yes题图与题干匹配、No题图与题干矛盾
- bitable写入: 首轮create_record未正确写入(shell参数截断),后用Python update_record逐一修复
刘彦江 (ou_5af74c1fb96042e33cc0f16b5ca02cf4) — reading_pic_judge 阶段2生产(4套 ID 121301-121601)
- 时间: ~17:40 ~ 18:00
- 状态: ✅ 已完成(4套/40题,全量写入+回读验证通过)
- 目标bitable: 阅读-P6-看图判断题
- App:
CMHSbUUjka3TrUsaxxEc297ongf - Table:
tblJc60aO0T163MJ
- App:
- 能力标签:
["图文判断", "句图一致性"] - 词汇校验: 40词中仅8词在L1词库(sofa/zoo/sock/student/school/teacher/mat/mouth),32词不在词库。已提示用户但不禁产。
| ID | 题组1 | 题组2 | Yes/No | record_id |
|---|---|---|---|---|
| 121301 | home,house,sofa,cupboard,bedroom | zoo,hippo,bear,jeans,sock | 6Y4N | recvj5nIAxF3XG |
| 121401 | student,school,teacher,crayon,board | mat,letter,desk,schoolbag,handbag | 6Y4N | recvj5nJG33bBE |
| 121501 | body,head,mouth,ear,friend | camera,boy,girl,skateboarding,skateboard | 6Y4N | recvj5nKxhm8X6 |
| 121601 | summer,autumn,winter,cold,spring | bus,taxi,trousers,shorts,snow | 6Y4N | recvj5nLUpubaU |
- 经验教训:
operate_bitable.sh在 shell 中展开嵌套 JSON 会导致数据截断(jsonData questionSet 全部丢失,textTitle 清空)。后续写入多维表格特别是嵌套 JSON 字段时,应直接用 Python curl_post 绕过 shell 转义问题。