doc/新口语试卷的各个题型的内容.txt

1063 lines
43 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

现在口语试卷的各个部分保存在examPaper的content中按JSON数组的内容保存每个题型就是
一个JSON对象。
题型从1到9999是口语题型从10001到19999是听力题型从20001到29999是阅读理解题型。
每一个题型的具体内容都以JSON格式组织现在详细说明各个字段的内容。
一、短文朗读
{
"title":"", //标题
"description":"", //描述
"descvoice":"", //描述音频
"prompt":"", //提示
"picture":"", //图片文件,留待扩展
"voice":"", //声音文件
"text":"", //朗读内容
"origiscore":, //原始分
"readTimes":60, //读题时间默认60秒
"finishTimes":60, //完成时间默认60秒
"difficult":5, //难度从1到31简单2中等3困难
"tags":"三年级|宁波", //标签,允许多个,中间以英文的 | 分割 ,组卷用
"isonetenth":1 //是否精确到0.11是0或没有这个字段精确到0.5
}
二、多项选择原来的PARTB
{
"title":"", //标题
"description":"", //描述
"descvoice":"", //描述音频
"prompt":"", //提示
"picture":"", //图片文件,留待扩展
"voice":"", //声音文件
"text":"", //朗读内容
"origiscore":, //原始分
"eachorigiscore":, //每小题分数
"readTimes":30, //现在改为部分读题时间
"finishTimes":5, //每小题完成时间
"isonetenth":1 , //是否精确到0.11是0或没有这个字段精确到0.5
"questions": //问题数组同原来的字段part2question
[{"orderId":"1", //问题顺序号
"answers": //答案数组
[{"orderId":"A.", //答案顺序号
"isRight":"", //答案是否正确,只应该有一个正确的
"content":"A cow."}, //答案朗读内容
{"orderId":"B.",
"isRight":"True",
"content":"A sheep."},
{"orderId":"C.",
"isRight":"",
"content":"A cow and a sheep."}
],
"voice":"selectvoice\E9D04620-E530-42E5-BAC6-F42DE044E7B3.mp3", //问题音频
"content":"What are there in the field?"} //问题文本
]
"difficult":5, //难度从1到31简单2中等3困难
"tags":"三年级|宁波" //标签,允许多个,中间以英文的 | 分割 ,组卷用
}
三、人机智能回答(交际问答)
{
"title":"", //标题
"description":"", //描述
"descvoice":"", //描述音频
"prompt":"", //提示
"picture":"", //图片文件,留待扩展
"voice":"", //声音文件
"text":"", //朗读内容
"origiscore":, //原始分
"eachorigiscore":, //每小题分数
"readTimes":30, //现在改为部分读题时间
"finishTimes":5, //每小题完成时间
"isonetenth":1, //是否精确到0.11是0或没有这个字段精确到0.5
"questions": //问题数组同原来的字段part2question
[{"orderId":"1", //问题顺序号
"answers": //参考答案数组,这个地方是推荐答案
[{"orderId":"A.", //答案顺序号
"content":"A cow."}, //答案朗读内容
{"orderId":"B.",
"content":"A sheep."},
{"orderId":"C.",
"content":"A cow and a sheep."}
],
"voice":"selectvoice\E9D04620-E530-42E5-BAC6-F42DE044E7B3.mp3", //问题音频
"content":"What are there in the field?"} //问题文本
]
"difficult":5, //难度从1到31简单2中等3困难
"tags":"三年级|宁波" //标签,允许多个,中间以英文的 | 分割 ,组卷用
}
四、口头作文
{
"title":"", //标题
"description":"", //描述
"descvoice":"", //描述音频
"prompt":"", //提示
"picture":"", //图片文件,有的话极有可能就是看图说话
"voice":"", //声音文件
"text":"", //朗读内容
"origiscore":, //原始分
"readTimes":90, //读题时间
"finishTimes":90, //完成时间
"difficult":5, //难度从1到31简单2中等3困难
"tags":"三年级|宁波", //标签,允许多个,中间以英文的 | 分割 ,组卷用
"standard":"My name is peter ..." //标准答案,换行用\r\n表示
"isonetenth":1 //是否精确到0.11是0或没有这个字段精确到0.5
}
五、话题转述
{
"title":"", //标题
"description":"", //描述,可能有,可能没有
"descvoice":"", //描述音频
"prompt":"", //提示
"picture":"", //图片文件,留待扩展
"voice":"", //声音文件
"text":"", //朗读内容,不再有用
"origiscore":, //原始分,= eachorigiscore * 小题总数 + repostscore
"eachorigiscore":, //每小题分数
"readTimes":60, //读题时间 ,以秒为单位
"finishTimes":90, //共五小题完成时间 ,以秒为单位
"firstdesc":"", //第二部分转述描述
"firstPrepareDesc"(第一部分答题开始前的提示文字)
"firstPrepareVoice"(第一部分答题开始前的提示音频)
"seconddesc":"", //第二部分转述描述
"repostscore":5, //第二部分转述分数
"secondReadyTimes":120, //第二部分转述准备时间 ,以秒为单位
"repostTimes":90, //转述完成时间 ,以秒为单位
"isonetenth":1 , //是否精确到0.11是0或没有这个字段精确到0.5
"questions": //问题数组同原来的字段part2question
[{"orderId":"1", //问题顺序号
"answers": //参考答案数组,答案可能是多个,任中一个都是正确的
[{"orderId":"A.", //答案顺序号 ,可能没有
"content":"A cow."}, //答案 ,不对学生显示
{"orderId":"B.",
"content":"A sheep."},
{"orderId":"C.",
"content":"A cow and a sheep."}
],
"content":"What are there in the field?"} //问题文本
],
"firstCount":2, //第一次播放次数,指填空前音频播放次数
"secondCount":1, //第二次播放次数,指复诵前播放次数
"firstNirraVoice":"", //第一次旁白音频,指填空前旁白音频
"secondNirraVoice":"", //第二次旁白音频,指转述前旁白音频
"difficult":5, //难度从1到31简单2中等3困难
"tags":"三年级|宁波", //标签,允许多个,中间以英文的 | 分割 ,组卷用
"standard":"My name is peter ..." //标准答案,换行用\r\n表示
“standardVoice”//标准答案音频
}
转述题内容例子
{
"repostTimes":180,
"repostscore":5,
"yun":1,
"seconddesc":"2.根据短文内容和提示语给2分钟时间做转述准备在3分钟内完成转述录音。共5分","prompt":"1. 请根据所听到的短文内容和提示词语将所缺的5个关键信息填写在表格的相应位置上。用键盘入电脑每小题1分共5分",
"firstNirraVoice":"",
"finishTimes":90,
"description":"",
"questions":[{"orderId":"1.",
"oid":1,
"answers":[{"orderId":"A",
"content":"interesting"}],
"voice":"",
"content":"Fun City is an____________ place to visit.",
"picture":""},
{"orderId":"2.",
"oid":2,
"answers":[{"orderId":"A.",
"content":"150"}],
"voice":"",
"content":"The City Hotel is about____________years old.",
"picture":""},
{"orderId":"3.",
"oid":3,
"answers":[{"orderId":"A.",
"content":"across"}],
"voice":"",
"content":"The store for books and videos is ____________the street from the hotel.",
"picture":""},
{"orderId":"4.",
"oid":4,
"answers":[{"orderId":"A.",
"content":"park"}],
"voice":"",
"content":"There is a____________between Main Street and Long Street.",
"picture":""},
{"orderId":"5.",
"oid":5,
"answers":[{"orderId":"A.",
"content":"enjoy"}],
"voice":"",
"content":"In the park, you can ____________the trees and flowers.",
"picture":""}],
"keyWord":"",
"eachorigiscore":1,
"voice":"A39C12F3DFF827B3BA36367522265FCD.mp3",
"secondNirraVoice":"24D90EB760BA9881019B6DE1CAF2E0E6.mp3",
"descvoice":"50D8D7C36FE4DC0D879E36D177C619F0.mp3",
"origiscore":10,
"title":"三、听后记录并转述共10分",
"secondReadyTimes":120,
"guid":"EC599323-535B-4F58-86B9-3F07382CAA7F",
"rightAnswer":"Fun City is an interesting place to visit. ^^^Take a walk through
the center of the town on Main Street. ^^^First look at the Fun City Hotel.
^^^It is on the corner of Main Street and Green Avenue. ^^^It is about 150
years old and many people stay there. ^^^There is an interesting old building
across the street from the hotel. ^^^This was a post office. ^^^Now it is a
store for books and videos. ^^^There are many places to eat on Main Street.
^^^You can get lunch or dinner in one of these places. ^^^There is a park
between Main Street and Long Street. ^^^You can sit on a bench in the park.
^^^It is nice and quiet, and you can enjoy the trees and flowers. ^^^You can
also take a walk down Green Avenue. ^^^Look at the old building and interesting
stores on this street.^^^",
"firstCount":2,
"secondCount":1,
"picture":"",
"readTimes":60,
"partType":5
}
//例一: 新试卷内容的细目 这个只包含一、二种题型
[
{"finishTimes":60,
"description":"洪塘中心小学四年级口语模拟卷 第一部分\\r\\n",
"eachorigiscore":0,
"voice":"C88469417FEAF3CEB387A39ADF6F7721.mp3",
"origiscore":10,
"title":"part A 短文朗读",
"text":"Mum, I'm hungry. What's for dinner? What would you like? I'd like some soup and bread, please. What would you like for dinner? Some fish and vegetables, please. Dinner's ready! Thanks!", //朗读内容
"picture":"",
"readTimes":60,
"partType":1}, //一、短文朗读
{"finishTimes":5,
"description":"洪塘中心小学四年级口语模拟卷 第二部分\\r\\n",
"questions":[
{"orderId":"1.","answers":[
{"orderId":"A.","isRight":"","content":"Friday."},
{"orderId":"B.","isRight":"","content":"Monday."},
{"orderId":"C.","isRight":"","content":"Sunday."},
{"orderId":"D.","isRight":"True","content":"Saturday."}],
"voice":"",
"content":"What day is it tomorrow?"}],
"voice":"F82631190194864AC1F0FD3DB2941E49.mp3",
"origiscore":2,
"title":"part B 多路分支选择",
"picture":"",
"readTimes":5,
"partType":2} //二、多项选择原来的PARTB
]
六、单句朗读
{
"title":"第一大题朗读句子计10分", //标题
"description":"你将有一分钟的时间熟悉屏幕上的句子......", //描述,没有则不显示
"descvoice":"B52901790194864AC1F0FD3DB2941E49.mp3", //描述音频
"picture":"", //图片文件,没有则不显示
"readTimes":60, //读题时间,如果没有就是0默认是0
"finishTimes":60, //完成时间
"origiscore":, //原始分,由做试卷时计算得来
"eachorigiscore":, //每小题分数,做试卷时设置
"isonetenth":1 , //是否精确到0.11是0或没有这个字段精确到0.5
"questions": //句子数组
[{"oid":1, //问题顺序号
"content":"Nice to meet you.", //问题文本
"HeadPics": "1_head.jpg" , //题干头图片,没有则不显示
"TailPics": "1_tail.jpg" //题干尾图片,没有则不显示
},
{"oid":2,
"content":"Lucy doesnt want to go shopping.",
"HeadPics": "2_head.jpg" ,
"TailPics": "2_tail.jpg"
},
{"oid":3,
"content":"We have an English class on Monday.",
"HeadPics": "3_head.jpg" ,
"TailPics": "3_tail.jpg"
},
......
]
"difficult":5, //难度从1到31简单2中等3困难
"tags":"五年级|福州", //标签,允许多个,中间以英文的 | 分割 ,组卷用
}
七、单词朗读
{
"title":"单词朗读满分3分", //标题
"subtitle":"共6小题计3分", //副标题,没有则不显示
"description":"朗读每个单词前你有5秒钟准备时间......", //描述,没有则不显示
"descvoice":"B52901790194864AC1F0FD3DB2941E49.mp3", //描述音频
"picture":"", //图片文件,没有则不显示
"readTimes":60, //读题时间,如果没有就是0默认是0
"finishTimes":60, //完成时间
"origiscore":3, //原始分,由做试卷时计算得来
"eachorigiscore":0.5, //每小题分数,做试卷时设置
"eachReadyTimes":5, //每小题准备时间默认5
"eachFinishTimes":5, //每小题完成时间默认5
"isonetenth":1 , //是否精确到0.11是0或没有这个字段精确到0.5
"questions": //单词数组
[{"oid":1, //问题顺序号
"content":"red", //单词内容,不能为空
"phonetic": "[red]", //单词音标,可能为空
“showContent": 1 //是否显示单词内容0不显示1显示
},
{"oid":2,
"content":"ruler", //单词内容,不能为空
"phonetic": "[`ru:ler]" //单词音标,可能为空 这里是示意
“showContent": 1 //是否显示单词内容0不显示1显示
},
{"oid":3,
"content":"", //单词内容,不能为空
"phonetic": "[`stju:dnt]"//单词音标,可能为空 这里是示意
“showContent": 0 //是否显示单词内容0不显示1显示
},
......
]
"difficult":5, //难度从1到31简单2中等3困难
"tags":"五年级|甘肃", //标签,允许多个,中间以英文的 | 分割 ,组卷用
}
八、朗读短文并回答问题
{
"title":"三、朗读短文并回答问题共两节共14分", //标题
"description":"本大题共两节。第一节,朗读一段短文。第二节,根据所朗读的内容口头回答问题", //描述
"descvoice":"", //描述音频
"origiscore":, //原始分,= firstscore + secondscore
"firsttitle":"第一节朗读短文本节共8分", //第一部分标题
"firstdesc":"现在你有1分钟的时间浏览短文与问题并做录音准备。\r\n下面请准备录音。 //这里实际不分行
听到录音提示音后在90秒内完成朗读", //第一部分描述
"firstvoice":"", //第一部分描述音频
“firstStandardVoice”//第一部分短文标准音频
"firstscore":8, //第一部分分数
"firstReadyTimes":60, //第一部分读题时间 ,以秒为单位 默认60
"firstFinishTimes":90, //第一部分完成时间 ,以秒为单位 默认90
"text":"", //朗读内容,同题型一
"secondtitle":"第二节回答问题本节共6分", //第二部分标题
"seconddesc":"回答每道问题前你有15秒钟的时间进行准备。每道问题 //这里实际不分行
你将有30秒的作答时间。", //第二部分描述
"secondvoice":"", //第二部分描述音频
"secondscore":6, //第二部分分数
"eachorigiscore":2, //每小题分数
"eachReadTimes":15, //每小题读题时间 ,以秒为单位 默认15
"eachFinishTimes":30, //每小题完成时间 以秒为单位默认30
"isonetenth":1 , //是否精确到0.11是0或没有这个字段精确到0.5
"questions": //小题数组
[{"oid":"1", //小题顺序号
"content":"What could the writer see from his window each afternoon?", //小题文本
"voice":"guid2-1.mp3" , //小题文本
"prepareRecordContent", //准备录音的提示内容
"prepareRecordVoice", //准备录音的提示音频//
"startRecordContent", //开始录音的提示内容//
"startRecordVoice", //开始录音的提示音频//
“rightAnswerVoice” //正确答案音频
"answers": //参考答案数组,这个地方是推荐答案,同交际问答
[{"orderId":"A", //答案顺序号
"content":"A cow"}, //答案朗读内容
{"orderId":"B",
"content":"A sheep"},
{"orderId":"C",
"content":"A cow and a sheep."}
],
} ,
{"oid":"2",
"content":"Whose window was dirty?",
"voice":"guid2-2.mp3"
"prepareRecordContent", //准备录音的提示内容
"prepareRecordVoice", //准备录音的提示音频//
"startRecordContent", //开始录音的提示内容//
"startRecordVoice", //开始录音的提示音频//
“rightAnswerVoice” //正确答案音频
} ,
{"oid":"3",
"content":"What can we learn from the story?",
"voice":"guid2-3.mp3"
"prepareRecordContent", //准备录音的提示内容
"prepareRecordVoice", //准备录音的提示音频//
"startRecordContent", //开始录音的提示内容//
"startRecordVoice", //开始录音的提示音频//
“rightAnswerVoice” //正确答案音频
}
],
"difficult":5, //难度从1到31简单2中等3困难
"tags":"三年级|宁波", //标签,允许多个,中间以英文的 | 分割 ,组卷用
}
九、信息转述及询问
{
"descvoice": "8s.mp3", //描述音频
"description": "描述。", //描述内容
"title": "一、信息转述及询问", //标题
"tags": "",
"subParts": [ //包含的子题型
{ //题型与原有题型4基本相同有部分改动
"voice": "",
"descvoice": "11s 2 English(clip).mp3",
"standard": "Easter is a festival to celebrate new life and rebirth after the cold winter. We can see lots of symbols of new life on Easter, like eggs, chicks and rabbits.",
"rightAnswer": "Easter is a festival to celebrate new life and rebirth after the cold winter. We can see lots of symbols of new life on Easter, like eggs, chicks and rabbits. People in the UK have a holiday which is almost as long as the Christmas holiday. It's a public holiday and everyone looks forward to his Easter break as a moment to relax, have a short holiday or visit family and friends. For most English children, Easter means chocolate eggs. The shops are full of chicks, rabbits and flowers.^^^",
"promptvoice": "5s car.mp3", //提示音频
"finishTimes": 60,
"difficult": 0,
"promptTimes": 10, //用户阅读提示信息的时间
"description": "你将听到Kevin介绍他去海南游玩的经历。请根据所听到的内容选择思维导图中正确的信息在60秒钟内转述短文这是题目描述",
"title": "第一部分、信息转述",
"picture": "22222.jpg",
"tags": "",
"readTimes": 8,
"origiscore": 6.5,
"guid": "e4e5a774-bbfd-442c-872a-17abe9cacbec",
"promptPlayTimes": 5, //提示音频播放次数
"text": "",
"guideContent": "你的转述可以这样开始啦啦啦啦啦:\nKevin went to Hainan ...",
"prompt": "提示", //提示内容
"partType": 4,
"Accurate": "0.1" //评分时要求的精度0或0.5都是精确到0.50.1精确到0.1
},
{ //题型与原有题型3基本相同有部分改动
"voice": "",
"descvoice": "",
"finishTimes": 8,
"questions": [
{
"voice": "8s colorful life3 (clip).mp3", //问题音频
"rightAnswer": "by train|by plane|by car^^^", //问题正确答案
"orderId": "1、", //显示给用户看的序号
"description": "请回答第一个问题",
"oid": 1, //程序内部使用的序号
"content": "他们是怎么样去海南的?", //问题内容
"picture": "", //问题图片
"keyWord": "" //问题关键词
},
{
"voice": "",
"rightAnswer": "fruits|milk|water^^^",
"orderId": "2、",
"oid": 2,
"content": "超市里有售卖什么?",
"picture": "",
"keyWord": ""
}
],
"difficult": 0,
"description": "你希望了解更多关于Kevin的情况请根据以下提示向他提两个问题。每个问题有15秒钟的准备时间和8秒钟的提问时间这是题目描述",
"eachorigiscore": 4.5,
"title": "第二部分、询问信息",
"picture": "",
"tags": "",
"readTimes": 15,
"yun": 1,
"origiscore": 9,
"guid": "6287be9e-6850-4dd1-a66a-379d13b070b2",
"text": "",
"prompt": "",
"partType": 3,
"Accurate": "0.1" //评分时要求的精度0或0.5都是精确到0.50.1精确到0.1
}
],
"origiscore": 15.5,
"guid": "60a8edf3-aeda-48f6-86e9-30f2276c69eb",
"partType": 9
}
十、信息获取
{
"voice": "", //未使用
"descvoice": "", //未使用
"finishTimes": 0, //未使用
"difficult": 0, //未使用
"description": "", //未使用
"eachorigiscore": 4.5, //每个子部分的每个问题的分数(不是每个字部分的分数)
"title": "一、听对话回答问题 111",
"picture": "", //未使用
"tags": "", //未使用
"subParts": [ //子部分
{
"descvoice": "",
"voice": "",
"finishTimes": 30,
"orderId": "(一)", //显示给用户看的序号
"questions": [
{
"voice": "5s car.mp3", //问题音频
"rightAnswer": "His father and mother | father and mother | his father,his mother^^^", //正确答案
"orderId": "1.",
"description": "听对话回答第1小题-----", //问题描述
"oid": 1,
"content": "Who Amy. /Anna. /His father. )", //问题内容
"picture": "", //未使用
"keyWord": "father^^^mother ^^^" //关键词
},
{
"voice": "8s.mp3",
"rightAnswer": "A bicycle | A bike ^^^",
"orderId": "2.",
"description": "听对话回答第2小题",
"oid": 2,
"content": "What did Nancy's father give her for her birthday?\nA doll. / A dictionary./ A bicycle.)",
"picture": "",
"keyWord": "bicycle|bike^^^"
}
],
"description": "", //子部分描述
"oid": 1, //程序内部使用的序号
"title": "听短对话回答问题。每段播放两遍。各段播放前你有20秒钟的阅题时间。请根据所听到的问题和括号内的提示选择正确的信息在30秒钟内口头回答。",
"readTimes": 20,
"isSinglePreview": true, //该子部分的问题是否是单个展示true单个展示false全部展示到一个界面
"guid": "90fec224-7f89-464f-bf7e-1382f5610827"
},
{
"descvoice": "5s (clip).mp3",
"voice": "",
"finishTimes": 30,
"orderId": "(二)",
"questions": [
{
"voice": "",
"rightAnswer": "peter^^^",
"orderId": "3.",
"description": "",
"oid": 1,
"content": "Who didn't go to the partyAmy. /Jeff. / Peter. )",
"picture": "",
"keyWord": "peter^^^"
},
{
"voice": "",
"rightAnswer": "Cloudy|it's cloudy|windy | sunny |it's sunny^^^",
"orderId": "4.",
"description": "",
"oid": 2,
"content": "How was the weather yesterday\nSunny. /Cloudy. /Windy. )",
"picture": "",
"keyWord": "Cloudy| windy| sunny^^^"
}
],
"description": "听一段对话,回答下列小题",
"oid": 2,
"title": "听短对话回答问题。每段播放两遍。各段播放前你有20秒钟的阅题时间。请根据所听到的问题和括号内的提示选择正确的信息在30秒钟内口头回答。",
"readTimes": 20,
"isSinglePreview": false,
"guid": "b7e0921a-50e6-43d7-9a12-46637e42fcc1"
}
],
"readTimes": 0,
"origiscore": 18,
"guid": "4890d981-f52c-4dc2-a080-43307c23fa83",
"partType": 10,
"Accurate": "0.1"
}
十一、对应:语音对比
{
"voice": "",
"descvoice": "", //描述音频
"finishTimes": 10, //每个问题答题时间
"questions": [ //问题数组
{
"descvoice": "", //未使用
"voice": "", //未使用
"orderId": "1.",
"phoneme": "/?u/", //音素
"words": [ //包含上面音素的单词数组
{
"showContent": 1, //是否显示该单词
"oid": 1,
"content": "potato", //单词内容
"phonetic": "/p??te?t??/" //单词音标
}
],
"description": "", //未使用
"oid": 1,
"guid": "c4b93073-0928-410f-8faa-4e2d20b261a5"
},
{
"descvoice": "",
"voice": "",
"orderId": "2.",
"phoneme": "/e/ /p/",
"words": [
{
"showContent": 0,
"oid": 1,
"content": "pen",
"phonetic": "/pen/ /p/"
},
{
"showContent": 1,
"oid": 2,
"content": "spell",
"phonetic": "/spel/"
},
{
"showContent": 0,
"oid": 3,
"content": "friend ",
"phonetic": "/frend/"
}
],
"description": "",
"oid": 2,
"guid": "2d0c6f6b-d38c-49ca-8de9-512c23829700"
},
{
"descvoice": "",
"voice": "",
"orderId": "3.",
"phoneme": "/i?/",
"words": [
{
"showContent": 1,
"oid": 1,
"content": "he",
"phonetic": "/hi?/"
},
{
"showContent": 1,
"oid": 2,
"content": "these",
"phonetic": "/ei?z/"
},
{
"showContent": 1,
"oid": 3,
"content": "evening",
"phonetic": "/?i?vn??/"
},
{
"showContent": 1,
"oid": 4,
"content": "meet ",
"phonetic": "/mi?t/"
}
],
"description": "",
"oid": 3,
"guid": "19436555-439b-498e-a8e3-d9720cabe71a"
}
],
"difficult": 0,
"description": "认真朗读", //描述内容
"eachorigiscore": 50, //每小题分数(这个题型每小题分数和总分数一样)
"title": "一、读单词", //标题(这个题型每小题分数和总分数一样)
"picture": "",
"tags": "",
"readTimes": 8, //每个问题读题时间
"origiscore": 50, //总分数
"guid": "619f3791-d17d-49e6-aebe-526d555dfd30",
"partType": 11,
"Accurate": "0.1" //评分时要求的精度0或0.5都是精确到0.50.1精确到0.1
}
十二、北京中考转述
{
"title":"", //标题
"description":"", //描述,可能有,可能没有
"descvoice":"", //描述音频
"prompt":"", //提示
"picture":"", //图片文件,留待扩展
"voice":"", //声音文件
"text":"", //朗读内容,不再有用
"origiscore":, //原始分,= eachorigiscore * 小题总数 + repostscore
"eachorigiscore":, //每小题分数
"readTimes":60, //读题时间 ,以秒为单位
"finishTimes":90, //共五小题完成时间 ,以秒为单位
"firstdesc":"", //第二部分转述描述
"firstPrepareDesc"(第一部分答题开始前的提示文字)
"firstPrepareVoice"(第一部分答题开始前的提示音频)
"seconddesc":"", //第二部分转述描述
"repostscore":5, //第二部分转述分数
"secondReadyTimes":120, //第二部分转述准备时间 ,以秒为单位
"repostTimes":90, //转述完成时间 ,以秒为单位
"isonetenth":1 , //是否精确到0.11是0或没有这个字段精确到0.5
"questions": //问题数组同原来的字段part2question
[{"orderId":"1", //问题顺序号
"answers": //参考答案数组,答案可能是多个,任中一个都是正确的
[{"orderId":"A.", //答案顺序号 ,可能没有
"content":"A cow."}, //答案 ,不对学生显示
{"orderId":"B.",
"content":"A sheep."},
{"orderId":"C.",
"content":"A cow and a sheep."}
],
"content":"What are there in the field?"} //问题文本
],
"firstCount":2, //第一次播放次数,指填空前音频播放次数
"secondCount":1, //第二次播放次数,指复诵前播放次数
"firstNirraVoice":"", //第一次旁白音频,指填空前旁白音频
"secondNirraVoice":"", //第二次旁白音频,指转述前旁白音频
"difficult":5, //难度从1到31简单2中等3困难
"tags":"三年级|宁波", //标签,允许多个,中间以英文的 | 分割 ,组卷用
"standard":"My name is peter ..." //标准答案,换行用\r\n表示
"standardVoice"//标准答案音频
"secVoice" 第二部分题目音频
"secPreparedesc" 第二部分准备转述中的提示文字
"secPrepareDescVoice" 第二部分准备转述中的提示文字音频
"secStartdesc" 第二部分开始转述前的提示文字
"secStartDescVoice" 第二部分开始转述前的提示文字音频
}
转述题内容例子
{
"repostTimes":180,
"repostscore":5,
"yun":1,
"seconddesc":"2.根据短文内容和提示语给2分钟时间做转述准备在3分钟内完成转述录音。共5分","prompt":"1. 请根据所听到的短文内容和提示词语将所缺的5个关键信息填写在表格的相应位置上。用键盘入电脑每小题1分共5分",
"firstNirraVoice":"",
"finishTimes":90,
"description":"",
"questions":[{"orderId":"1.",
"oid":1,
"answers":[{"orderId":"A",
"content":"interesting"}],
"voice":"",
"content":"Fun City is an____________ place to visit.",
"picture":""},
{"orderId":"2.",
"oid":2,
"answers":[{"orderId":"A.",
"content":"150"}],
"voice":"",
"content":"The City Hotel is about____________years old.",
"picture":""},
{"orderId":"3.",
"oid":3,
"answers":[{"orderId":"A.",
"content":"across"}],
"voice":"",
"content":"The store for books and videos is ____________the street from the hotel.",
"picture":""},
{"orderId":"4.",
"oid":4,
"answers":[{"orderId":"A.",
"content":"park"}],
"voice":"",
"content":"There is a____________between Main Street and Long Street.",
"picture":""},
{"orderId":"5.",
"oid":5,
"answers":[{"orderId":"A.",
"content":"enjoy"}],
"voice":"",
"content":"In the park, you can ____________the trees and flowers.",
"picture":""}],
"keyWord":"",
"eachorigiscore":1,
"voice":"A39C12F3DFF827B3BA36367522265FCD.mp3",
"secondNirraVoice":"24D90EB760BA9881019B6DE1CAF2E0E6.mp3",
"descvoice":"50D8D7C36FE4DC0D879E36D177C619F0.mp3",
"origiscore":10,
"title":"三、听后记录并转述共10分",
"secondReadyTimes":120,
"guid":"EC599323-535B-4F58-86B9-3F07382CAA7F",
"rightAnswer":"Fun City is an interesting place to visit. ^^^Take a walk through
the center of the town on Main Street. ^^^First look at the Fun City Hotel.
^^^It is on the corner of Main Street and Green Avenue. ^^^It is about 150
years old and many people stay there. ^^^There is an interesting old building
across the street from the hotel. ^^^This was a post office. ^^^Now it is a
store for books and videos. ^^^There are many places to eat on Main Street.
^^^You can get lunch or dinner in one of these places. ^^^There is a park
between Main Street and Long Street. ^^^You can sit on a bench in the park.
^^^It is nice and quiet, and you can enjoy the trees and flowers. ^^^You can
also take a walk down Green Avenue. ^^^Look at the old building and interesting
stores on this street.^^^",
"firstCount":2,
"secondCount":1,
"picture":"",
"readTimes":60,
"partType":12
}
一万零一、原听力单项选择
一万零二、连线题
{
"title":"一、听录音,将人物与对应图片连起来", //标题
"description":"", //描述,没有则不显示
"descvoice":"B52901790194864AC1F0FD3DB2941E49.mp3", //描述音频
"readTimes":90, //读题时间,如果没有就是0默认是0
"finishTimes":90, //完成时间
"origiscore":, //原始分,由做试卷时计算得来
"eachorigiscore":, //每小题分数,做试卷时设置
"origiitem":[{"oid":"A1", //序号不外显第一例为A第二列为B
"orderId":"A", //序号,外显,不允许重复
"content":"boy", //文字内容
"picture":"F82631190194864AC1F0FD3DB2941E49.jpg"}, //图片可以是JPG或PNG
{"oid":"B1",
"orderId":"A", //序号,外显,不允许重复
"content":"boy",
"picture":"M45283690194864AC1F0FD3DB2941E49.jpg"},
......
]
"rightAnswer":[{"start":"A1", //里面的项目数是origiitem项目数的一半
"end":"B2"},
{"start":"A2",
"end":"B3"},
{"start":"A3",
"end":"B5"},
......
]
"difficult":5, //难度从1到31简单2中等3困难
"tags":"三年级|宁波" //标签,允许多个,中间以英文的 | 分割 ,组卷用
}
学生回答的答案
"answerDetail": {"userAnswer": "A-H B-F C-I D-G E-J ...", "userAnswerOid":"A1-B3 A2-B1 A3-B4 A4-B2 A5-B5 ..."}
一万零三、排序题
{
"title":"一、听录音,将下列图片进行排序", //标题
"description":"", //描述,没有则不显示
"descvoice":"B52901790194864AC1F0FD3DB2941E49.mp3", //描述音频
"readTimes":90, //读题时间,如果没有就是0默认是0
"finishTimes":90, //完成时间
"origiscore":, //原始分,由做试卷时计算得来
"eachorigiscore":, //每小题分数,做试卷时设置
"sorttype":1, //排序内容1图片排序2语句排序只能是一种
"origiitem":[{"orderId":"A", //序号,外显,不允许重复
"content":"I'm from the UK.", //文字内容
"picture":"F82631190194864AC1F0FD3DB2941E49.jpg"}, //图片可以是JPG或PNG
{"orderId":"B",
"content":"Where are you from ?",
"picture":"M45283690194864AC1F0FD3DB2941E49.jpg"},
......
] //正式试卷中contentpicture二者只能有其一这里是示意
"rightAnswer":[{"oid":1, //里面的项目数是origiitem项目数相同
"orderId":"B"},
{"oid":2,
"orderId":"A"},
......
]
"difficult":5, //难度从1到31简单2中等3困难
"tags":"三年级|宁波" //标签,允许多个,中间以英文的 | 分割 ,组卷用
}
学生回答的答案, userAnswer里面是用户填的答案序号
"answerDetail": {"userAnswer": "A B C ..."}
一万零四、填空题(现在填空非真实填空,实际也是选择)
{
"title":"一、听录音,根据内容将正确选项填入空格", //标题
"description":"", //描述,没有则不显示
"descvoice":"B52901790194864AC1F0FD3DB2941E49.mp3", //描述音频
"picture":"", //图片文件,如表格填空时,表格就是一张图
"readTimes":90, //读题时间,如果没有就是0默认是0
"finishTimes":90, //完成时间
"origiscore":, //原始分,由做试卷时计算得来
"eachorigiscore":, //每小题分数,做试卷时设置
“isMulti": 1, //1表示是多选0表示是单选
"content":""
"origiitem":[{"orderId":"A", //序号,外显,不允许重复
"content":"I'm from the UK.", //文字内容
"picture":"F82631190194864AC1F0FD3DB2941E49.jpg"}, //图片可以是JPG或PNG
{"orderId":"B",
"content":"Where are you from ?",
"picture":"M45283690194864AC1F0FD3DB2941E49.jpg"},
......
] //正式试卷中contentpicture二者只能有其一这里是示意
"rightAnswer":[{"oid":1, //里面的项目数是origiitem项目数相同
"orderId":"B"},
{"oid":2,
"orderId":"A"},
......
]
学生回答的答案 oid是空格序号orderIds是这个空格里学生填入的答案orderId
"answerDetail":[{"oid":1, "orderIds":"B,C,E"},
{"oid":2, "orderIds":"A"},
......
]
"difficult":5, //难度从1到31简单2中等3困难
"tags":"三年级|宁波" //标签,允许多个,中间以英文的 | 分割 ,组卷用
}
一万零五、填空题(听力真实填空,字段从话题转述摘录,减小编程工作量)
{
"title":"", //标题
"description":"", //描述,可能有,可能没有
"descvoice":"", //描述音频
"prompt":"", //提示
"picture":"", //图片文件,留待扩展
"voice":"", //声音文件
"text":"", //朗读内容,不再有用
"origiscore":, //原始分,= eachorigiscore * 小题总数
"eachorigiscore":, //每小题分数
"readTimes":60, //读题时间 ,以秒为单位
"finishTimes":90, //共五小题完成时间 ,以秒为单位
"prompt":"", //提示
"questions": //问题数组同原来的字段part2question
[{"orderId":"1", //问题顺序号
"answers": //参考答案数组,答案可能是多个,任中一个都是正确的
[{"orderId":"A.", //答案顺序号 ,可能没有
"content":"A cow."}, //答案 ,不对学生显示
{"orderId":"B.",
"content":"A sheep."},
{"orderId":"C.",
"content":"A cow and a sheep."}
],
"content":"What are there in the field?"} //问题文本
],
"firstCount":2, //第一次播放次数,指填空前音频播放次数
"firstNirraVoice":"", //第一次旁白音频,指填空前旁白音频
"difficult":5, //难度从1到31简单2中等3困难
"tags":"三年级|宁波" //标签,允许多个,中间以英文的 | 分割 ,组卷用
}
二万零一、阅读理解
{
"title":"一、阅读短文,选择正确答案", //标题
"description":"", //描述,没有则不显示
"descvoice":"B52901790194864AC1F0FD3DB2941E49.mp3", //描述音频
"picture":"", //图片文件,没有则不显示
"readTimes":90, //读题时间,如果没有就是0默认是0
"finishTimes":90, //完成时间
"origiscore":, //原始分,由做试卷时计算得来
"eachorigiscore":, //每小题分数,做试卷时设置
"content":"This is Fun Times ...." //学生读的内容
"HeadPics": //2020 新增题干头图片
[{"picture":"*****.jpg"},
{"picture":"*****.jpg"},
...],
"TailPics": //2020 新增题干尾图片
[{"picture":"*****.jpg"},
{"picture":"*****.jpg"},
...],
"questions": //选择题数组
[{"oid":1, //问题顺序号
"orderId":"1"
"content":"What did he do?", //问题文本
"HeadPics": //2020 新增题干头图片
[{"picture":"*****.jpg"},
{"picture":"*****.jpg"},
...],
"TailPics": //2020 新增题干尾图片
[{"picture":"*****.jpg"},
{"picture":"*****.jpg"},
...],
"answers": //答案数组
[{"orderId":"A", //答案顺序号
"isRight":"True", //答案是否正确
"contents": //2020 改为文字和图片数组
[{"content":"what",
"picture":"*****.jpg"},
{"picture":"*****.jpg"},
{"content":"why"},
...],
"content":"forgot"}, //答案朗读内容 2020 这个字段不再使用
{"orderId":"B",
"isRight":"",
"contents":
[{"content":"what",
"picture":"*****.jpg"},
{"picture":"*****.jpg"},
{"content":"why"},
...],
"content":"rember"},
{"orderId":"C.",
"isRight":"",
"contents":
[{"content":"what",
"picture":"*****.jpg"},
{"picture":"*****.jpg"},
{"content":"why"},
...],
"content":"give"}
]},
{"oid":"2", //问题顺序号
"content":"how many times?", //问题文本
"HeadPics":
[{"picture":"*****.jpg"},
{"picture":"*****.jpg"},
...],
"TailPics":
[{"picture":"*****.jpg"},
{"picture":"*****.jpg"},
...],
"answers": //答案数组
[{"orderId":"A", //答案顺序号
"isRight":"", //答案是否正确
"contents":
[{"content":"what",
"picture":"*****.jpg"},
{"picture":"*****.jpg"},
{"content":"why"},
...],
"content":"about two hours"}, //答案朗读内容
{"orderId":"B",
"isRight":"True",
"contents":
[{"content":"what",
"picture":"*****.jpg"},
{"picture":"*****.jpg"},
{"content":"why"},
...],
"content":"about an hour"},
{"orderId":"C.",
"isRight":"",
"contents":
[{"content":"what",
"picture":"*****.jpg"},
{"picture":"*****.jpg"},
{"content":"why"},
...],
"content":"about fifty minutes"}
]}
......
]
"difficult":5, //难度从1到31简单2中等3困难
"tags":"三年级|宁波", //标签,允许多个,中间以英文的 | 分割 ,组卷用
"questype": 1 //2020 新增的试卷类型子类 有三个子类 1阅读理解2完形填空3单项选择
}
2020新增
二万零二、填空题(基于一万零五修改而来,减小编程工作量)
{
"title":"", //标题
"description":"", //描述,可能有,可能没有
"descvoice":"", //描述音频
"prompt":"", //提示
"picture":"", //图片文件,留待扩展
"voice":"", //声音文件
"text":"", //朗读内容,不再有用
"origiscore":, //原始分,= eachorigiscore * 小题总数
"eachorigiscore":, //每小题分数
"finishTimes":90, //共五小题完成时间 ,以秒为单位
"prompt":"", //提示
"HeadPics":
[{"picture":"*****.jpg"},
{"picture":"*****.jpg"},
...],
"TailPics":
[{"picture":"*****.jpg"},
{"picture":"*****.jpg"},
...],
"questions": //问题数组同原来的字段part2question
[{"orderId":"1", //问题顺序号
"pictures": //题目图片
[{"picture":"*****.jpg"},
{"picture":"*****.jpg"},
...],
"answers": //答案数组,每个答案对应问题里的一个空格
[{"orderId":"A.", //答案顺序号 ,可能没有
"content":"why++++++what++++++how"//答案,允许多个答案。六个加号连接的多个答案表示答案间是 与 的关系
六个减号连接的多个答案表示答案间是 或 的关系
"score":0.5, //每个空格的分数
"serialId": "1.1"}, //空格的序列号取的是小题的oid + . + 空格的出现顺序
{"orderId":"B.",
"content":"why------what------how"
"score":1,
"serialId":"1.2"},
{"orderId":"C.",
"content":"go",
"score":1.5,
"serialId":"1.3"},
],
"content":"What are___ in the ___?"}, //问题文本,允许多个空格
"oid": 1
],
"difficult":5, //难度从1到31简单2中等3困难
"tags":"三年级|宁波", //标签,允许多个,中间以英文的 | 分割 ,组卷用
"questype": 1 //2020 新增的试卷类型子类 有三个子类 1英汉互译2填空题3语句题
}