The Instructure Product Team is working on implementing a better solution to collect your feedback. Read Shiren's blog for more information.
Hi Canvas support. Currently Python .py text files are not functioning properly when submitted on Speedgrader.
.py files don’t need to be converted to plain text as they already are plain text. It’s simply a cosmetic difference in file name extension. So if SpeedGrader already knows how to display .txt correctly, then the fix is one line of code. somewhere deep in the SpeedGrader guts… if file_extension== “.txt” // do whatever is needed to render text files in preview needs to become if file_extension ==”.txt” or file_extension == “.py” // do whatever is needed to render text files in preview
admin,instructor
To participate in the Instructure Community, you need to sign up or log in:
Sign In