Outcomes Assessment Alternatives?

Jump to solution
NickChevalierUT
Community Participant

Hello! My university is looking for an alternative to Outcomes Assessment/Canvas Pathways/ePortfolios (I think these are all nearly interchangeable...). Essentially, what we're looking for is the ability to take student file submissions to specific assignments across a varied set of courses and send those submission files off somewhere for assessment review.

Here are some questions I have for other universities/institutions:

  • What are other universities/institutions using for program assessment?
    • One product we are currently exploring is Watermark Student Learning & Licensure. However, I'm not very familiar with how it works just yet.
  • Might there be some kind of API solution so that, when a file is uploaded to a specific assignment in a specific course, that file gets sent to Dropbox, or something similar?
Labels (2)
0 Likes
1 Solution
JamesSekcienski
Community Coach
Community Coach

@NickChevalierUT 

Can you share more details about what you are trying to accomplish?  It would be useful to know more about why you are looking for an alternative and why submitting and assessing directly in Canvas hasn't worked.

If you have the resources and technical expertise, it should be possible to set-up an automated process to detect submissions in a specific course and retrieve the files.  The List Assignment Submissions endpoint is what you would need to get the submissions for a specific assignment in a specific course.  You would then need code to download the linked files and a process to upload them to the other service you want to use.

Alternatively, you could also just wait for all student submissions to be turned in or wait until after the due date and download all student submissions in a zip folder.  How do I download all student submissions for an assignment? 

View solution in original post