ucfopen / UDOIT

The Universal Design Online content Inspection Tool, or UDOIT (pronounced, “You Do It”) enables faculty to identify accessibility issues in their Learning Management System. It will scan a course, generate a report, and provide resources on how to address common accessibility issues.
GNU General Public License v3.0
108 stars 65 forks source link

Replace file references on file replacement #909

Open dmols opened 1 year ago

dmols commented 1 year ago

Currently, when a file is replaced, the links referencing the previous file in the course are not properly replaced. This results in a false positive state upon file replacement, because the user is told the file is replaced, but every mention still points to the old file.

Need to add measure to scan the course for any reference to the old file and replace it with the new one being submitted.