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

small change in aggregating peer eval grades (rounds up) #697

Merged
merged 1 commit into from
Aug 19, 2013

Conversation

jbau
Copy link

@jbau jbau commented Aug 15, 2013

@VikParuchuri @natea

The rounding up change we had talked about. With test!

@VikParuchuri
Copy link
Contributor

@jbau Awesome, looks good to me.

@@ -526,7 +526,7 @@ def _parse_score_msg(self, score_msg, system, join_feedback=True):
feedback = "".join(feedback_items)
else:
feedback = feedback_items
score = int(median(score_result['score']))
score = int(round(median(score_result['score'])))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want round or math.ceil? It sounded like sef always wanted the highest possible integer value.

@jbau
Copy link
Author

jbau commented Aug 15, 2013

let me talk to @sefk, but I think either works for [0,1]

@jbau
Copy link
Author

jbau commented Aug 15, 2013

actually we decided we do want round, since both work anyway.

jbau added a commit that referenced this pull request Aug 19, 2013
small change in aggregating peer eval grades (rounds up)
@jbau jbau merged commit 606e8b1 into master Aug 19, 2013
@jbau jbau deleted the fix/jbau/openendmodule-round-score-up branch August 19, 2013 22:43
chrisrossi pushed a commit to jazkarta/edx-platform that referenced this pull request Mar 31, 2014
…yllabi

Try and find a run-specific syllabus before loading a course-specific syllabus
jenkins-ks pushed a commit to nttks/edx-platform that referenced this pull request Apr 19, 2016
jenkins-ks pushed a commit to nttks/edx-platform that referenced this pull request Apr 19, 2016
e-kolpakov referenced this pull request in open-craft/edx-platform Jun 22, 2016
YONK-302: Adds API endpoint to link Organization permission groups with users
caesar2164 added a commit to caesar2164/edx-platform that referenced this pull request Oct 16, 2017
…-master-pattern-library

Install Stanford UX Pattern Library from master
Sujeet1379 pushed a commit to chandrudev/edx-platform that referenced this pull request Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants