Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

教师打分接口 #13

Closed
Naituw opened this issue Feb 27, 2013 · 4 comments
Closed

教师打分接口 #13

Naituw opened this issue Feb 27, 2013 · 4 comments
Assignees
Labels

Comments

@Naituw
Copy link
Collaborator

Naituw commented Feb 27, 2013

POST theses/mark.json

参数列表:
selectionid 可选,如果不传这个,必须传titleid,优先级高于titleid
titleid 可选,如果不传这个,必须传selectionid
studentid 可选,配合titleid,传了给单个人打分,不传给整个论题下所有学生打分

article_score、oral_score:论文分数、答辩分数,可选,不传则保持原值,0为默认值,传0恢复默认

comment 评语,可选,不传(null)为保持原值,空字符串为置空

限制:必须是在打分或答辩阶段由titleid对应的出题教师调用

@ghost ghost assigned wavechao Feb 27, 2013
@wavechao
Copy link
Owner

wavechao commented Mar 9, 2013

只传titleid,无法获取是哪个选题,无法进行打分(一般情况下是可以的,但是如果像我们这种,两个人同个titleid的就有问题了)

@Naituw
Copy link
Collaborator Author

Naituw commented Mar 9, 2013

会有什么问题

@wavechao
Copy link
Owner

wavechao commented Mar 9, 2013

两个人同个titleid,无法获取到是给哪个选题打分

@wavechao
Copy link
Owner

wavechao commented Mar 9, 2013

不好意思,看漏了studentid,那就没问题了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants