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

Bug Not all KPI's are showing #762

Open
mruissen opened this issue Dec 16, 2024 · 1 comment
Open

Bug Not all KPI's are showing #762

mruissen opened this issue Dec 16, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@mruissen
Copy link

What is not working?

When specific KPI's are used in a rubric, and are assessed, do not appear in the dashboard.
In this Example it's about the Wireframe Assignment.

Screenshot 2024-12-16 at 16 24 43

While in the rubric you can see the assessed result. EG. FOO 3.1

Screenshot 2024-12-16 at 16 25 33

URL:
https://fhict.instructure.com/courses/12310/assignments/250656

What is the result that you needed?

We need to see the correct assessed KPI's

What are the steps that you toke before you noticed the bug?

Just assessed through the speedgrader.

@mruissen mruissen added the bug Something isn't working label Dec 16, 2024
@NealGeilen
Copy link
Member

NealGeilen commented Dec 17, 2024

After some research into this assignment, I can only come up with the conclusion that someone tried something with their rubric and failed.

Down below, you can see a full readout of the learning outcomes.

All outcomes can be found int the first half of the result.
This makes the box purple in the application.

However, Canvas gives not the same results back in the submission history.
There are learning outcomes graded, but which ones are unsure. Therefor, in the tables it will stay marked as not graded.
These learning outcomes will also not come up into the performance dashboard.

In the past, such things happened when students were messing with their course or copying rubrics when it was not wise.
Atm, there is no fix for this. We can only hope that this missing data can be found back with an upgrade to CanvasData2.

For this student, I would like to suggest. Remove the grading. Delete the assignment and start again.

{
    "data": {
        "assignment": {
            "rubric": {
                "criteria": [
                    {
                        "outcome": null
                    },
                    {
                        "outcome": null
                    },
                    {
                        "outcome": {
                            "_id": "6951",
                            "assessed": true,
                            "title": "Advise-U3.1"
                        }
                    },
                    {
                        "outcome": {
                            "_id": "6959",
                            "assessed": true,
                            "title": "Design-U3.1"
                        }
                    },
                    {
                        "outcome": {
                            "_id": "6974",
                            "assessed": true,
                            "title": "Manage&Control-U3.2"
                        }
                    },
                    {
                        "outcome": {
                            "_id": "6942",
                            "assessed": true,
                            "title": "Analysis-U3.1"
                        }
                    },
                    {
                        "outcome": {
                            "_id": "12286",
                            "assessed": true,
                            "title": "FOO-3.1"
                        }
                    },
                    {
                        "outcome": {
                            "_id": "12292",
                            "assessed": true,
                            "title": "IPS-3.2"
                        }
                    }
                ]
            },
            "submissionsConnection": {
                "nodes": [
                    {
                        "rubricAssessmentsConnection": {
                            "nodes": [
                                {
                                    "score": 26.0
                                }
                            ]
                        },
                        "state": "submitted",
                        "submissionHistoriesConnection": {
                            "nodes": [
                                {
                                    "rubricAssessmentsConnection": {
                                        "nodes": []
                                    }
                                },
                                {
                                    "rubricAssessmentsConnection": {
                                        "nodes": [
                                            {
                                                "score": 26.0,
                                                "assessmentRatings": [
                                                    {
                                                        "criterion": {
                                                            "points": 5.0,
                                                            "outcome": null
                                                        },
                                                        "_id": "35695_7813"
                                                    },
                                                    {
                                                        "criterion": {
                                                            "points": 5.0,
                                                            "outcome": null
                                                        },
                                                        "_id": "35890_869"
                                                    },
                                                    {
                                                        "criterion": {
                                                            "points": 5.0,
                                                            "outcome": {
                                                                "title": "Advise-U3.1"
                                                            }
                                                        },
                                                        "_id": "50262_8769"
                                                    },
                                                    {
                                                        "criterion": {
                                                            "points": 5.0,
                                                            "outcome": {
                                                                "title": "Design-U3.1"
                                                            }
                                                        },
                                                        "_id": "50262_6624"
                                                    },
                                                    {
                                                        "criterion": {
                                                            "points": 5.0,
                                                            "outcome": {
                                                                "title": "Manage&Control-U3.2"
                                                            }
                                                        },
                                                        "_id": "50262_5454"
                                                    },
                                                    {
                                                        "criterion": null,
                                                        "_id": "50625_3674"
                                                    },
                                                    {
                                                        "criterion": null,
                                                        "_id": "50625_7846"
                                                    },
                                                    {
                                                        "criterion": null,
                                                        "_id": "50625_320"
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants