文档
测试

题目数据-多选

POST
https://liuxue.beiqing86.com/offerapi/Practice/getTopicInfo

请求参数

参数名
类型
描述
必填
uid
int
示例:1
必填
id
int
示例:13
必填

响应参数

参数名
类型
描述
必填
data
object
数据字典
必填
id
int
示例:12
必填
title
string
标题示例:Section 2
必填
topic_time
int
倒计时(秒)示例:1200
必填
data
array
数据列表
必填
topic_id
int
示例:1
必填
title
string
示例:Test1-Section 1-单选
必填
type
int
示例:1
必填
pid
int
示例:0
必填
hear
string
头部数据示例:<p>Questions11-14</p><p><br/></p><p>Choose the correct letter,<strong> A, B</strong> or <strong>C</strong>.</p><p><br/></p>
必填
topic
array
单选题数据列表
必填
topic
string
题目示例:11 According to the speaker, the company
必填
a_opt
string
选项示例: has been in business for longer than most of its competitors.
必填
b_opt
string
选项示例:arranges holidays to more destinations than its competitors.
必填
c_opt
string
选项示例:has more customers than its competitors.
必填
answer
string
答案示例:B
必填
analysis
string
讲解示例:根据题目信息:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
必填
code
int
示例:200
必填
msg
string
示例:操作成功
必填
data
object
数据字典
必填
id
int
示例:13
必填
title
string
标题示例:Section 3
必填
topic_time
int
倒计时示例:1200
必填
useranswer
用户答案
必填
data
array
多选数据列表
必填
topic_id
int
示例:2
必填
title
string
示例:Test1-Section 2-多选
必填
type
int
题目类型示例:2
必填
pid
int
示例:0
必填
hear
string
头部html示例:<p><br/></p><p>Questions29-30</p><p><br/></p><p>Choose TWO letters, A–E</p><p><br/></p>
必填
topic
string
问题 示例:Which TWO experiences of sibling rivalry do the speakers agree has been valuable for them?
必填
answer
string
答案 示例:B,C
必填
a_opt
string
示例:learning to share
必填
b_opt
string
示例:learning to stand up for oneself
必填
c_opt
string
示例:learning to be a good loser
必填
d_opt
string
示例:learning to be tolerant
必填
e_opt
string
示例:learning to say sorry
必填
analysis
string
解析 示例:根据题目信息:定位词是Parks,king or queen,考的是由英国国王或女王下令建造的公园叫什么。对应原文what do we mean by “royal park”? In short, they once belonged to, or were established by order of, a king or queen of England, or at least a member of the royal family,这里先出现答案后出现题干,需要考生留心,必要时可以打草稿
必填

说明 / 示例

``` { "code": 200, "msg": "操作成功", "time": 0, "data": { "id": 13, "title": "Section 3", "topic_time": 1200, "topic_ids": "2", "useranswer": "A!!!!C", "data": [ { "topic_id": 2, "title": "Test1-Section 2-多选", "type": 2, "pid": 0, "hear": "<p><br/></p><p>Questions29-30</p><p><br/></p><p>Choose TWO letters, A–E</p><p><br/></p>", "topic": "Which TWO experiences of sibling rivalry do the speakers agree has been valuable for them?", "answer": "B,C", "a_opt": "learning to share", "b_opt": "learning to stand up for oneself", "c_opt": "learning to be a good loser", "d_opt": "learning to be tolerant", "e_opt": "learning to say sorry", "analysis": "根据题目信息:定位词是Parks,king or queen,考的是由英国国王或女王下令建造的公园叫什么。对应原文what do we mean by “royal park”? In short, they once belonged to, or were established by order of, a king or queen of England, or at least a member of the royal family,这里先出现答案后出现题干,需要考生留心,必要时可以打草稿" } ] } } ```