[ARCHIVED] [ARCHIVED] Limiting change to the course (reference) code ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2017
02:24 PM
Is there a way to allow the teacher to change the course name, but not the course (reference) code ?
Bruce Harrison
UT Martin
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2017
03:38 PM
One way is to add something like this to your JavaScript upload file:
if (document.URL.endsWith('settings')) {
$("#course_form #course_course_code").prop("readonly", true);
}
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.