-
New Analytics Query
I am being tasked with creating a Tableau dashboard that looks at New Analytics at a more global/course level scale. Does anyone know if there is a backend query that drives the New Analytics data that I could fork as way to improve my query?
-
Canvas Data 2 - New installation GCC Error
I'm updating our init and sync code to reflect what is prescribed in the documentation's Instructions and I am receiving the following error when i run pip install × Building wheel for tsv2py (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [26 lines of output] compiling with AVX2 compiling with limited C API…
-
Viewing new enrollments by date
I need to find data from a course on the number of new enrollments in the course within a certain timeframe. Is there a report I can run that will give me that information? Thanks!
-
The "read" data in Canvas Data2 (discussion related)
Hi, currently I am working on Canvas Data2 bulk data and I noticed that there is data related to which user has read the topics or replied posted by other users. Does anyone know by what action/criterion that the topic/reply is considered as read already by others, such as when users scroll through or click on the content…
-
CD2 API - Get All Users that are displayed in Users List UI
Hello, Using the CD2 API, what is the suggested way to get the Users from the User's List on UI? I have tried using Users and Pseudonyms but I am receiving more results compared to my original logic on CD1. Also, according to the documentation * Users says "Not all users are displayed in users list on UI." *…
-
New Quizzes CD2
Hello! I am new to developing with Canvas data and had two questions: 1. I saw a question from January about new quizzes and the response was that New quizzzes are not in the CD2 data. Is that still the case? For our own analytics we are pulling this data and right now using the API is quite cumbersome. 2. In regards to…
-
DAP SQL Causing Poor Performance
Note: Relying on my DBA since some of this is a bit over my head. Our scheduled "dap syncdb" process keeps blowing up our CPU. Our DBA used an "explain plan" to see where our performance issue are. Below is the SQL running a loop while sorting through a huge number of rows (18,589,175,389,900). Any assistance with this…
-
Page_view looping the first 100 results
Hello All, I'm hoping someone can help me understand something that I can seem to get my head around. I'm trying to see a list of a users page views past the last 100 entries. I have the following query entered through the URL /api/v1/users/xxx/page_views?per_page=100&page=y So my thought was I'll just view it through my…
-
"Malformed HTTP response"
Just this morning 5/13, we began to sporadically receive the error below when running our table syncs. We have changed nothing on our servers. Has anyone else seen this? ERROR - malformed HTTP response: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "<A href="http://www.w3.org/TR/html4/loose.dtd"…
-
Canvas New Analytics Not Working
I have a professor who teaches a course that runs from May to June, so not the full Summer term. When they go to New Analytics it shows that there is no new analytics. We waited the 24 hours like it said and there are submissions from students within the course. I have attached a screenshot of the screen we see. I also…
-
Finding Course Pages and Module Pages separately
I was wondering if anyone has found a good way to find course pages (pages that are not directly associated with a learning module) in CD2? I was hoping that content_tags would have a way to do it with content_type and tag_type. So far the best route I have found seems to be pages defined in wiki_pages that do not have a…
-
Assignment Points Possible Zero Other Explanation?
For assignments where the points_possible value is set to zero, I see that is a way to create an extra credit assignment. Is there any other explanation for setting up an assignment that way? The reason I ask is that almost 10% of the assignments in the system have points_possible set to zero. That seems like a lot to me,…
-
How do I know which person changed the due date on an assignment/quiz
A quiz in a course had it's due date changed from Feb 18th to March 30th. The teacher insists that they didn't do it, and what I can see in PageViews corroborates this. There are no other teachers or TA or designers in this course, so I suspect either the teacher was hacked, or someone with admin privileges to the…
-
CD1 to CD2 schema documentation Deleted
I noticed as of this morning that the handy [PUBLIC]: CD1 to CD2 schema mapping: https://docs.google.com/spreadsheets/d/1kqCXAD9K45L0QeEtbuuMAFp2fW8o0oC8EBzJf58SjrY/edit#gid=822574172 Has been moved to the owners trash (screenshot) Is there a more current version of this document to be found somewhere? I can imagine folks…
-
CD2 dap issues
Hey all, CD2 has been a big pain implementing for my organization, once we finally got the DAP tool working now we have v1.1 out with this mandatory namespace issues now and a mountain of new errors. With this new 1.1 dap tool, has anyone received and error like: AssertionError: Data should not be empty…