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

Teachers must be able to manage test scores for students #13

Open
josepostiga opened this issue Jul 24, 2021 · 0 comments
Open

Teachers must be able to manage test scores for students #13

josepostiga opened this issue Jul 24, 2021 · 0 comments
Assignees
Labels
story New feature or request

Comments

@josepostiga
Copy link
Owner

Scenario

As a Teacher
I want to manage students' test scores
So that it can be accessible to headteachers, students, and their parents

Description

Test scores are one of the main sources of data for students' knowledge evaluation. Teachers should be able to create a new test entry and, for every student enrolled in the class, input a score. After inputting all scores for all students an email notification must be sent to the students themselves, and for their respective parents.

Database and schema information

Create a new test table holding a class foreign key, a name, and the usual timestamps.

Create a new test_score table holding a test and user foreign keys (mapping to a student) and a score (which can be a letter or a value).

Additional requirements

No additional requirements.

@josepostiga josepostiga added the story New feature or request label Jul 24, 2021
@josepostiga josepostiga self-assigned this Jul 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
story New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant