@@ -94,7 +94,7 @@ use constant SORT_SUBS => {
9494
9595use constant FIELDS => [
9696 ' user_id' , ' first_name' , ' last_name' , ' email_address' ,
97- ' student_id' , ' status' , ' accessibility_time_factor ' , ' section' ,
97+ ' student_id' , ' status' , ' accommodation_time_factor ' , ' section' ,
9898 ' recitation' , ' comment' , ' permission' , ' password'
9999];
100100
@@ -107,7 +107,7 @@ use constant FIELD_PROPERTIES => {
107107 email_address => { name => x(' Email Address' ), type => ' text' , size => 20 },
108108 student_id => { name => x(' Student ID' ), type => ' text' , size => 11 },
109109 status => { name => x(' Enrollment Status' ), type => ' status' },
110- accessibility_time_factor => { name => x(' Accessibility Time Factor' ), type => ' text' , size => 5 },
110+ accommodation_time_factor => { name => x(' Accommodation Time Factor' ), type => ' text' , size => 5 },
111111 section => { name => x(' Section' ), type => ' text' , size => 3 },
112112 recitation => { name => x(' Recitation' ), type => ' text' , size => 3 },
113113 comment => { name => x(' Comment' ), type => ' text' , size => 20 },
0 commit comments