Activity Feed
- Posted Re: Grace Points on Quizzes on Canvas Question Forum. 02-20-2023 09:12 AM
- Posted Grace Points on Quizzes on Canvas Question Forum. 02-11-2023 11:12 AM
- Kudoed Re: Replacing Files when Importing Pages for Agnes69. 03-01-2022 11:04 AM
- Posted Re: Keeping Track of Non-Contributing Assignment Points on Canvas Question Forum. 03-01-2022 11:01 AM
- Got a Kudo for Re: Replacing Files when Importing Pages. 02-16-2022 03:55 PM
- Posted Re: Replacing Files when Importing Pages on Canvas Question Forum. 02-16-2022 03:21 PM
- Kudoed Re: Replacing Files when Importing Pages for Ron_Bowman. 02-16-2022 03:06 PM
- Posted Re: Replacing Files when Importing Pages on Canvas Question Forum. 02-16-2022 12:26 PM
- Kudoed Is there a way to avoid duplicate folders? for jonas_knutsson. 02-15-2022 02:47 PM
- Posted Re: Replacing Files when Importing Pages on Canvas Question Forum. 02-15-2022 02:28 PM
- Posted Replacing Files when Importing Pages on Canvas Question Forum. 02-14-2022 02:22 PM
- Tagged Replacing Files when Importing Pages on Canvas Question Forum. 02-14-2022 02:22 PM
- Tagged Replacing Files when Importing Pages on Canvas Question Forum. 02-14-2022 02:22 PM
- Tagged Replacing Files when Importing Pages on Canvas Question Forum. 02-14-2022 02:22 PM
- Tagged Replacing Files when Importing Pages on Canvas Question Forum. 02-14-2022 02:22 PM
- Tagged Replacing Files when Importing Pages on Canvas Question Forum. 02-14-2022 02:22 PM
- Posted Re: Keeping Track of Non-Contributing Assignment Points on Canvas Question Forum. 02-10-2022 10:30 AM
- Kudoed Re: Keeping Track of Non-Contributing Assignment Points for ColtonSwapp. 02-10-2022 10:25 AM
- Posted Keeping Track of Non-Contributing Assignment Points on Canvas Question Forum. 02-05-2022 02:34 PM
- Tagged Keeping Track of Non-Contributing Assignment Points on Canvas Question Forum. 02-05-2022 02:34 PM
My Posts
Post Details | Date Published | Views | Kudos |
---|---|---|---|
When I was an undergrad, one of my English professors set up his quizzes the following way: Quizzes were worth 10 points Each question was worth 2 points There were six questions From the above... |
02-11-2023 |
247 |
0 |
Replacing Files when Importing Pages Is there any way I can be prompted on keeping or replacing files when they're attached to pages I'm importing? I reuse a lot of assets between my various courses, but I also update my pages regular... |
02-14-2022 |
884 |
0 |
Keeping Track of Non-Contributing Assignment Points (MODS: Please see edits before marking as "solved.") I have a category of grades in my class where, over the course of the semester, students need to score 250 points. The average score on these ... |
02-05-2022 |
584 |
0 |
02-20-2023
09:12 AM
Per Greydon's comment, it can't be done--not through the automated systems. I can do it manually by altering/fudging the grades, but I was hoping for something I could set and forget and didn't have to babysit.
... View more
02-11-2023
11:12 AM
When I was an undergrad, one of my English professors set up his quizzes the following way: Quizzes were worth 10 points Each question was worth 2 points There were six questions From the above, you can see there were 12 points possible on a 10-point quiz. The remaining two points were not bonus--there was a hard cap of ten points on any quiz. But the idea was that you could miss one question and still get a perfect score. When I first started teaching, and used paper quizzes, I ran mine the same way. It's easy to do with pen and paper. But is there any way to achieve this in the Canvas quizzes, either old or new?
... View more
03-01-2022
11:01 AM
Thank you for confirming that Canvas does not have this function. As I said in the post, weighting as implemented does not meet my needs.
I have in the past used the "Drop __ lowest grades in this category" for these assignments, but I'm trying to achieve something different. I do not want my students to get only the points of the ten best submissions. I want them to earn 250 points in this category, regardless of how many submissions it takes them to do it. If they score 250 or less, I want Canvas to calculate that percentage. If they score more than 250, I want Canvas to cap the overage.
Perhaps I've been directed to the wrong portion of Canvas. I thought the question forum was where we requested new features.
... View more
02-16-2022
03:21 PM
1 Kudo
As an update, I was able to get the editing to work eventually. What I had overlooked is that the file is named twice, once in an "src" tag, and once the "data-api-endpoint" tag. I think the reason my changes were reverting was because I was only changing one of them, not both.
Once you delete all you duplicate files, do the following:
Run the link validator to see which pages are affected (they'll probably show up as "download=1")
Open each affected page
Go into edit mode
Switch to HTML view
With the cursor in the editing field, hit Ctrl+A to select everything, then Ctrl+C to copy it
Open up a plain-text editor--preferably one with a find and replace function. I used Typora
Use Ctrl+V to paste the HTML code into the plain-text editor
Search (Ctrl+F) for "file/" (no quotes). This will help you find the places where you should have files that are currently missing. You're looking for an 8-digit number.
Start a find and replace. In a lot of applications, this is Ctrl+H
In the find menu, put the 8-digit number. We'll call this the "problem number"
(meanwhile) open the FILES section of the course. Click on the file you want to replace your duplicates with. (This will usually be the "original" file.)
In the URL, toward the end, you'll have an 8-digit number. This is the code for that specific asset. It doesn't matter if you change the name of the file or (I believe) if you move it to another folder int he same class. This 8-digit number will point to this specific file.
This number *should* be listed in the info for the file. But it isn't.
Copy the 8-digit number. We'll call this the "original number"
Put the "original number" in the "replace" field, and run it. It will now search for every instance of the "problem number" and replace it with the "original number."
Repeat steps 8-14 for every other missing file on the page.
When satisfied, Ctrl+A to select everything in the text editor, then switch back to the HTML view on the Canvas page you're editing.
Delete everything in the Canvas page. Replace it with Ctrl+V.
Hit save.
If you did everything correctly, all your images/files are now manifesting correctly. Any alternate text or re-sizing you had done before deleting the duplicate files will still be applied to the updated files.
I figured this out, but now I'm copying a lot of my more frequently used files to the "user" category instead of the "class" category. Writing the line that refers to a "User file" instead of a "course file" is much more cumbersome but, I'm hoping, more stable. It might not be worth it.
... View more
02-16-2022
12:26 PM
The duplicating files already exist in both courses.
For instance, there's a mandatory header image I use for certain pages. The file "header.jpg" exists in Courses A, B, and C. But when I take a page that contains "header.jpg" and copy it to Course B, the system creates "header-1.jpg" rather than reuse the asset it already has.
... View more
02-15-2022
02:28 PM
I tried switching to HTML mode and changing the file name in the tags so it points to the file I want to replace it with. Canvas never saves this change. I change the file name, save, and see nothing is different. I go back into edit/HTML, and I see the file name is the unchanged original.
... View more
02-14-2022
02:22 PM
Is there any way I can be prompted on keeping or replacing files when they're attached to pages I'm importing?
I reuse a lot of assets between my various courses, but I also update my pages regularly. Sometimes when I update a page in Course A, I'll delete old versions of that page from Courses B and C, then send the updated page from Course A to the others. This works perfectly in terms of keeping all the internal links stable. (Since the originals in B and C were deleted, the new page from A can keep its original name, and the internal links will continue to point to the updated page.)
However, the problem comes in when I have any files attached to those pages. Let's say X.jpg is on the page. When I send it to the other courses, it becomes X-1.jpg. Both files exist in the Files portion of my course.
I can go through files and delete al the duplicates, but all that does is make it so I have dead image links and file downloads throughout. I then have to manually go back and restore images and files.
Is there some box I need to check in settings that will make it so Canvas will check to see if I have identically-named files or other assets when I'm importing pages, then prompt me as to whether I want to replace, rename, or cancel the upload of that duplicate file?
When searching through the forums, I found numerous pages telling me that uploading files directly into the files page will give me such a prompt. But that process doesn't get a look in on page importation.
... View more
Labels
- Labels:
-
Canvas
02-10-2022
10:30 AM
Thanks for the reply!
I was looking for some solution that didn't involve weighting, since I can't predict how many assignments I have in some of my categories from semester to semester, and I want 10 points to equal 10 points, regardless of category.
Back when I was at a school that used Blackboard, I seem to remember being able to put multiple categories into clusters--so I could put all my non-BQ categories into a 100% cluster and that weighting would not constrain the categories themselves. In other words, I could have a 0% BQ category without having to enforce strict demarcations between the other categories. I'd been looking to see if there was a similar function here that I was just overlooking, but I suppose not.
Thanks!
... View more
02-05-2022
02:34 PM
(MODS: Please see edits before marking as "solved.")
I have a category of grades in my class where, over the course of the semester, students need to score 250 points.
The average score on these assignments will be between 20-25 points, though exceptional, surprising, or insightful writing could score up to 30.
On average, it will take students about 10 assignments to get their points for this category. Really strong writers can do it in fewer assignments, but students who need more practice can still get all 250 points by doing more.
What I would like would be if the grade book would keep track of all the points earned in this category, but cap the final contribution at the number I set (working up to the final 250 point target at the end of the semester). What I mean by this is, if a student has earned 300 points in this category by the end of the semester, it's still going to be capped at 250. There is presently no function for this.
What I am doing now is flagging every assignment int his category as "does not contribute to final score." I then created an additional grade-book column (an "assignment" with no submission), where every few weeks I manually set the rising target and input the students' earned-to-date points in that category (capped at the current target). It's a bit of a kludge, but it works more or less.
What I've noticed is that even though every one of these assignments (I call the "Big Questions") is marked as part of the Big Question category, the Big Question grade category currently shows up as 0/0--since none of the assignments contribute to the final grade. This is annoying, because now whenever I want to update the points totals throughout the semester, I have to go back and add up their scores myself.
What I need is an ability to see all the points earned by each student in that category to date, even if it doesn't contribute to the final score. The closest I could do to this is turn off the "does not contribute" flag on all of my Big Questions, then set the course weights with every category except Big Questions. This won't work for me, though, because I don't weigh my grades: 10 points of a reading response is worth as much to the end grade as 10 points on their final essay. And as a lot of the smaller assignments throughout the semester are made on the fly in response to the individual course's needs, I can't predict from semester to semester how many points are going to be in each category in order to have that reflected in the percentage breakdown. I know I could make one giant grade category, such as "NOT Big Questions," put everything in it and give it a weight of 100%, but then I lose the ability to sort my assignments and view the grade book by category.
What would work, if not the function to set a cap for a category, would be the ability to flag an entire category as not contributing to the final score--so just so I can at least see on its grade book column how many points each student has in that category to date.
EDIT 1:
I was looking for some solution that didn't involve weighting, since I can't predict how many assignments I have in some of my categories from semester to semester, and I want 10 points to equal 10 points, regardless of category.
Back when I was at a school that used Blackboard, I seem to remember being able to put multiple categories into clusters--so I could put all my non-BQ categories into a 100% cluster and that weighting would not constrain the categories themselves. In other words, I could have a 0% BQ category without having to enforce strict demarcations between the other categories. I'd been looking to see if there was a similar function here that I was just overlooking, but I suppose not.
EDIT 2:
I have in the past used the "Drop __ lowest grades in this category" for these assignments, but I'm trying to achieve something different. I do not want my students to get only the points of the ten best submissions. I want them to earn 250 points in this category, regardless of how many submissions it takes them to do it. If they score 250 or less, I want Canvas to calculate that percentage. If they score more than 250, I want Canvas to cap the overage.
... View more
Labels
- Labels:
-
Canvas