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

Marks calculation #167

Open
sunnydahit opened this issue May 4, 2019 · 2 comments
Open

Marks calculation #167

sunnydahit opened this issue May 4, 2019 · 2 comments

Comments

@sunnydahit
Copy link

Hey there , I'm sunny a student, I've takes academic today as my project for the College but I'm facing difficult in understanding the following:
How and who will calculate the marks for a specific student ??
Because I'm not able to understand how to calculate marks and certify that student has passed a specific course .
Please help me ASAP!
U can contact me at dahitsunny@gmail.com

@bartmika
Copy link
Member

bartmika commented May 4, 2019

Hi @sunnydahit,

The student calculations are done in the following files. Have a look at these files, play around with a local developer instance of AcademicsToday and ask me any questions you have in this issue.

Calculate the final score for course submission

This is how the final mark gets calculated to see if the teacher configured the course properly.

https://github.com/AcademicsToday/academicstoday-django/blob/master/academicstoday_project/teacher/views/setting.py#L70

Assignment Mark Calculations

This is how the assignments get calculated

def compute_score(student, assignment, submission):

Quiz Mark Calculations

This is how the quizzes get calculated

Exam Mark Calculations

This is how the final exam gets calculated

Final Course Mark for Student Calculation

This is how the final course mark gets calculated for the student (i.e. did I fail or pass?)

def submit_credit_application(request, course_id):

@jarvis4253
Copy link

Hi @bartmika
I can not run the project so many errors occur plz help.

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

No branches or pull requests

3 participants