Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
echo
2015-10-23 12:06:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
004d7c08ac2da3ef0185644456de64b2db2ef611
004d7c08
1 parent
bac1e3d0
Created 学情统计 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
0 deletions
学情统计.md
学情统计.md
0 → 100644
View file @
004d7c0
### 学习+练习
*
read
*
listening
*
phrase
*
words
*
wordCount
*
userId
*
goal
*
lessonId
### 测验(包括带问题的视频/音频阅读)
#### 测验中出现的阅读文章
需要统计
*
duration(全部时长
*
听的次数 + 当前听的时长)
*
level
*
wordCount(判断阅读结束后统计文章的词数)
*
speed固定设置为1
##### 文章统计对象
文字选择题 — 题目 + 正确答案
阅读理解 /听力理解 从优先列表中读取
[
@"new_text", @"text", @"new_tree", @“tree”
]
拆词
统计字数
#### 单页测验数据统计
*
total(全部的问题数目)
*
right(做对的问题列表)
*
type(阅读类型1 听力类型2)
*
article(上面的阅读文章信息)
#### 测验统计信息结构
*
lessonId
*
questions(上面的单页数据统计的列表)
*
phrase (短句统计)
*
goal(目标)
*
words (单词信息)
*
wordCount(全部学过的单词数)
\ No newline at end of file
...
...
Please
register
or
login
to post a comment