id stringlengths 11 24 | family stringclasses 20
values | task_type stringclasses 3
values | state stringlengths 1 887 | instructions stringlengths 36 371 | criteria listlengths 2 26 | answer_index int64 0 25 |
|---|---|---|---|---|---|---|
gate_domain-00208 | gate_domain | choice | excuse me, set 常见错误有哪些 please | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00209 | gate_domain | choice | sorry, explain Dictionary with an example? | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00210 | gate_domain | choice | explain Try Except to a beginner? | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00211 | gate_domain | choice | btw is Try Except hashable? | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00212 | gate_domain | choice | quick one: what is OOP? | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00213 | gate_domain | choice | hey, how to nest Try Except inside Try Except please | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00214 | gate_domain | choice | sorry, what's the difference between Try Except and lists?!! | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00215 | gate_domain | choice | quick one: Loop 常见错误有哪些 | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00216 | gate_domain | choice | 面向对象和列表有什么区别 | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00217 | gate_domain | choice | quick one: 循环遍历时能删除元素吗? | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00218 | gate_domain | choice | hey, print each key of a Loop? | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00219 | gate_domain | choice | when should I use Loop? | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00220 | gate_domain | choice | quick one: is OOP hashable 谢谢 | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00221 | gate_domain | choice | convert this snippet to use Set | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00222 | gate_domain | choice | sorry, 怎么理解匿名函数 | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00223 | gate_domain | choice | excuse me, why is my Dictionary code failing?? | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00224 | gate_domain | choice | quick one: when should I use Dictionary?!! | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00225 | gate_domain | choice | Set — can you walk me through it?? | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00227 | gate_domain | choice | print each key of a Set? | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00228 | gate_domain | choice | excuse me, what's the difference between Loop and lists?? | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00229 | gate_domain | choice | excuse me, 循环和列表有什么区别 | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00230 | gate_domain | choice | how does OOP work internally?!! | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00231 | gate_domain | choice | how does Loop work internally? 谢谢 | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00232 | gate_domain | choice | sorry, oOP 常见错误有哪些 | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00233 | gate_domain | choice | Set 常见错误有哪些 | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00234 | gate_domain | choice | Dictionary performance tips please | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00235 | gate_domain | choice | sorry, 给我讲讲异常处理的用法 | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00236 | gate_domain | choice | btw is Try Except hashable please | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00237 | gate_domain | choice | excuse me, how do Lambda work?? | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00238 | gate_domain | choice | excuse me, Try Except — can you walk me through it? | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00239 | gate_domain | choice | excuse me, my Lambda loop prints twice, why | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00240 | gate_domain | choice | when should I use Try Except? 谢谢 | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00241 | gate_domain | choice | debug my Set one-liner | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00242 | gate_domain | choice | hey, how does Lambda work internally? | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00243 | gate_domain | choice | hey, give me a Loop example? | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00245 | gate_domain | choice | quick one: why is my Dictionary code failing? | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00246 | gate_domain | choice | excuse me, print each key of a Lambda | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00247 | gate_domain | choice | when should I use Dictionary? please | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00248 | gate_domain | choice | what's the difference between Loop and lists? 谢谢 | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00249 | gate_domain | choice | 写个异常处理的小例子 谢谢 | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00250 | gate_domain | choice | how does Loop work internally?? | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 0 |
gate_domain-00251 | gate_domain | choice | challenge me on Try Except 谢谢 | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00252 | gate_domain | choice | Try Except mcq round 谢谢 | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00253 | gate_domain | choice | 来一组面向对象练习题!! | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00254 | gate_domain | choice | give me some Loop questions? | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00255 | gate_domain | choice | excuse me, challenge me on Loop please | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00256 | gate_domain | choice | btw 循环小测验 please | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00257 | gate_domain | choice | hey, easy Set quiz please | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00258 | gate_domain | choice | excuse me, beginner Try Except questions please 谢谢 | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00259 | gate_domain | choice | Try Except mcq round!! | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00260 | gate_domain | choice | quick one: I want Try Except practice!! | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00261 | gate_domain | choice | 来一组面向对象练习题 | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00262 | gate_domain | choice | excuse me, Set mcq round | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00263 | gate_domain | choice | excuse me, 循环小测验 | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00264 | gate_domain | choice | sorry, I want Try Except practice | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00265 | gate_domain | choice | let's do a Loop challenge? | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00266 | gate_domain | choice | hey, challenge me on Dictionary | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00267 | gate_domain | choice | 匿名函数小测验? | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00268 | gate_domain | choice | beginner Loop questions please? | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00269 | gate_domain | choice | quick one: give me some Set questions!! | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00270 | gate_domain | choice | quiz me on Lambda please | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00271 | gate_domain | choice | give me some Set questions | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00272 | gate_domain | choice | sorry, 面向对象小测验 please | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00273 | gate_domain | choice | excuse me, I want Try Except practice? | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00274 | gate_domain | choice | 测测我的循环 | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00275 | gate_domain | choice | 测测我的字典? | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00276 | gate_domain | choice | btw challenge me on Try Except 谢谢 | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00277 | gate_domain | choice | let's do a Try Except challenge!! | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00278 | gate_domain | choice | btw test my Try Except knowledge? | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00279 | gate_domain | choice | beginner Set questions please | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00280 | gate_domain | choice | let's do a Dictionary challenge? | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00281 | gate_domain | choice | I want Lambda practice 谢谢 | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00282 | gate_domain | choice | OOP mcq round please | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00283 | gate_domain | choice | excuse me, medium Loop quiz | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00284 | gate_domain | choice | sorry, easy Try Except quiz | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00285 | gate_domain | choice | sorry, test my Try Except knowledge please | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00286 | gate_domain | choice | quick one: challenge me on OOP | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00287 | gate_domain | choice | quiz me on Try Except 谢谢 | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00288 | gate_domain | choice | sorry, i want OOP practice | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00289 | gate_domain | choice | Loop mcq round please | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00290 | gate_domain | choice | hey, hard Lambda quiz!! | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00291 | gate_domain | choice | test my Dictionary knowledge? | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00292 | gate_domain | choice | I want Lambda practice? | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00293 | gate_domain | choice | hey, give me some Set questions | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00294 | gate_domain | choice | give me some Loop questions | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00295 | gate_domain | choice | btw 来一组面向对象练习题!! | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00296 | gate_domain | choice | btw i want OOP practice | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00297 | gate_domain | choice | let's do a OOP challenge!! | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00298 | gate_domain | choice | btw test my Loop knowledge 谢谢 | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00299 | gate_domain | choice | quick one: quiz me on Set | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00300 | gate_domain | choice | sorry, test my OOP knowledge 谢谢 | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00301 | gate_domain | choice | 循环小测验 谢谢 | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00302 | gate_domain | choice | excuse me, challenge me on Loop 谢谢 | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00303 | gate_domain | choice | btw give me some Loop questions | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00304 | gate_domain | choice | easy Lambda quiz | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00305 | gate_domain | choice | btw beginner Dictionary quiz | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00306 | gate_domain | choice | sorry, I want Lambda practice please | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00307 | gate_domain | choice | excuse me, 测测我的面向对象 | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00308 | gate_domain | choice | sorry, test my Lambda knowledge? | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
gate_domain-00309 | gate_domain | choice | advanced Lambda quiz!! | Classify this student message for a Python learning chatbot. Pick the single best option. | [
{
"name": "chat"
},
{
"name": "quiz"
},
{
"name": "encourage"
},
{
"name": "social"
},
{
"name": "system"
},
{
"name": "block"
}
] | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.