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

Create new qualifying test report #930

Closed
warrensearle opened this issue Oct 6, 2020 · 2 comments
Closed

Create new qualifying test report #930

warrensearle opened this issue Oct 6, 2020 · 2 comments
Assignees
Milestone

Comments

@warrensearle
Copy link
Member

warrensearle commented Oct 6, 2020

As an admin
I want to create a qualifying test report
So that I can analyse scores across one or more tests


Form to allow the creation (and editing) of a qualifying test report.

The form will allow the selection of one of more qualifying tests for the current exercise. The tests should be 'complete' and should not be 'mop up' tests.

A query like the following will cover this:

.where('status', '==', 'completed')
.where('mode', '!=', 'mop-up')

Data model for qualifyingTestReport

exercise: {
  id: String,
},
qualifyingTests: [
  { 
    id: String,
    title: String,
    maxScore: Number,
  },
],
@warrensearle warrensearle added this to the 20OCTA milestone Oct 6, 2020
@warrensearle warrensearle self-assigned this Oct 13, 2020
warrensearle added a commit that referenced this issue Oct 19, 2020
warrensearle added a commit that referenced this issue Oct 19, 2020
warrensearle added a commit that referenced this issue Oct 19, 2020
warrensearle added a commit that referenced this issue Oct 19, 2020
@warrensearle
Copy link
Member Author

This relies on digital-platform#419 so cannot be tested yet. Have moved to 'blocked' whilst we complete that work.

warrensearle added a commit that referenced this issue Oct 21, 2020
 #873 Stage/status selection when initialising a qualifying test
 #930 Create new qualifying test report
 #956 Populate max score when saving a Qualifying Test
 #951 New data model for invitations
@warrensearle warrensearle modified the milestones: 20OCTA, 20OCTB Oct 26, 2020
@lloback lloback modified the milestones: 20OCTB, 20NOVA Nov 5, 2020
@warrensearle
Copy link
Member Author

This is now complete.

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

No branches or pull requests

2 participants