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

Grade distribution calculator #473

Open
tylerhou opened this issue Oct 12, 2021 · 1 comment
Open

Grade distribution calculator #473

tylerhou opened this issue Oct 12, 2021 · 1 comment
Labels
feature New feature or request

Comments

@tylerhou
Copy link

tylerhou commented Oct 12, 2021

There was some discussion in my class's Piazza group about being able to put in standard deviation + median information about a test and have BerkeleyTime predict a grade.

Potentially we can support multiple tests with weightings. For each test, you could enter your score, the standard deviation, the median, and the weight. Then BerkeleyTime would take the sum of all distributions weighted by the weighting and predict your grade based on historical data.

I think it would make sense to put this on the grades page, but maybe that would be too crowded.

We would also have to fix #470.

@hi-usui
Copy link
Member

hi-usui commented Feb 25, 2022

To comment on this: Moving forward, the proposed new backend is going to focus on returning raw data, and we'll hand it off to the React client to do basic statistical calculations. This way, grade distribution calculations becomes more transparent and it opens up the project for more suggestions.

@hi-usui hi-usui mentioned this issue Mar 12, 2022
@zacharyzollman zacharyzollman added the feature New feature or request label Feb 3, 2023
@mathhulk mathhulk changed the title Feature Request: Grade Distribution Calculator Grade distribution calculator Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants