文档
测试

题目数据-点选

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

请求参数

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

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:操作成功
必填
time
int
示例:0
必填
data
object
数据字典
必填
id
int
示例:15
必填
title
string
示例:Section 5
必填
topic_time
int
示例:1200
必填
topic_ids
string
示例:4
必填
useranswer
用户答案
必填
data
array
数据列表
必填
topic_id
int
示例:4
必填
title
string
示例:Test1-Section 4-点选
必填
type
int
示例:4
必填
pid
int
示例:0
必填
hear
string
示例:<p>Questions21-26</p><p><br/></p><p>Choose&nbsp;<strong>SIX</strong>&nbsp;answers from the box and write the correct letter,&nbsp;<strong>A–H</strong>, next to Questions 21–26.</p><p><br/></p><p><strong>A</strong>&nbsp;outgoing</p><p><br/></p><p><strong>B</strong>&nbsp;selfish</p><p><br/></p><p><strong>C</strong>&nbsp;independent</p><p><br/></p><p><strong>D</strong>&nbsp;attention-seeking</...
必填
topic
array
数据列表
必填
topic
string
示例:21 the eldest child ____
必填
option
string
示例:A outgoing!!!!B selfish!!!!C independent!!!!D attention-seeking!!!!E introverted!!!!F co-operative!!!!G caring!!!!H competitive
必填
answer
string
示例:A
必填
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": 15, "title": "Section 5", "topic_time": 1200, "topic_ids": "4", "useranswer": "A!!!!C", "data": [ { "topic_id": 4, "title": "Test1-Section 4-点选", "type": 4, "pid": 0, "hear": "<p>Questions21-26</p><p><br/></p><p>Choose&nbsp;<strong>SIX</strong>&nbsp;answers from the box and write the correct letter,&nbsp;<strong>A–H</strong>, next to Questions 21–26.</p><p><br/></p><p><strong>A</strong>&nbsp;outgoing</p><p><br/></p><p><strong>B</strong>&nbsp;selfish</p><p><br/></p><p><strong>C</strong>&nbsp;independent</p><p><br/></p><p><strong>D</strong>&nbsp;attention-seeking</p><p><br/></p><p><strong>E</strong>&nbsp;introverted</p><p><br/></p><p><strong>F</strong>&nbsp;co-operative</p><p><br/></p><p><strong>G</strong>&nbsp;caring</p><p><br/></p><p><strong>H</strong>&nbsp;competitive</p><p><br/></p><p>What did findings of previous research claim about the personality traits a child is likely to have because of their position in the family?</p><p><br/></p><p><strong>Position in family</strong></p><p><br/></p><p><br/></p><p><br/></p>", "topic": [ { "topic": "21 the eldest child ____", "option": "A outgoing!!!!B selfish!!!!C independent!!!!D attention-seeking!!!!E introverted!!!!F co-operative!!!!G caring!!!!H competitive", "answer": "A", "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,这里先出现答案后出现题干,需要考生留心,必要时可以打草稿" }, { "topic": "22 a middle child ____", "option": "A outgoing!!!!B selfish!!!!C independent!!!!D attention-seeking!!!!E introverted!!!!F co-operative!!!!G caring!!!!H competitive", "answer": "B", "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,这里先出现答案后出现题干,需要考生留心,必要时可以打草稿" }, { "topic": "23 the youngest child ____", "option": "A outgoing!!!!B selfish!!!!C independent!!!!D attention-seeking!!!!E introverted!!!!F co-operative!!!!G caring!!!!H competitive", "answer": "C", "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,这里先出现答案后出现题干,需要考生留心,必要时可以打草稿" } ] } ] } } ```