<FIELDNAME="timemodified"TYPE="int"LENGTH="10"NOTNULL="true"DEFAULT="0"SEQUENCE="false"COMMENT="The time the settings for this attendance instance were last modified."/>
<FIELDNAME="timemodified"TYPE="int"LENGTH="10"NOTNULL="true"DEFAULT="0"SEQUENCE="false"COMMENT="The time the settings for this attendance instance were last modified."/>
<FIELDNAME="intro"TYPE="text"NOTNULL="false"SEQUENCE="false"COMMENT="This field is a requirement for activity modules."/>
<FIELDNAME="intro"TYPE="text"NOTNULL="false"SEQUENCE="false"COMMENT="This field is a requirement for activity modules."/>
<FIELDNAME="introformat"TYPE="int"LENGTH="4"NOTNULL="true"DEFAULT="0"SEQUENCE="false"COMMENT="This field is a requirement for activity modules."/>
<FIELDNAME="introformat"TYPE="int"LENGTH="4"NOTNULL="true"DEFAULT="0"SEQUENCE="false"COMMENT="This field is a requirement for activity modules."/>
<FIELDNAME="subnet"TYPE="char"LENGTH="255"NOTNULL="false"SEQUENCE="false"COMMENT="Restrict ability for students to mark by subnet."/>
<FIELDNAME="subnet"TYPE="char"LENGTH="255"NOTNULL="false"SEQUENCE="false"COMMENT="Default subnet used when creating sessions."/>
<FIELDNAME="sessiondetailspos"TYPE="char"LENGTH="5"NOTNULL="true"DEFAULT="left"SEQUENCE="false"COMMENT="Position for the session detail columns related to summary columns."/>
<FIELDNAME="sessiondetailspos"TYPE="char"LENGTH="5"NOTNULL="true"DEFAULT="left"SEQUENCE="false"COMMENT="Position for the session detail columns related to summary columns."/>
<FIELDNAME="showsessiondetails"TYPE="int"LENGTH="1"NOTNULL="true"DEFAULT="1"SEQUENCE="false"COMMENT="Define if session details should be shown in reports."/>
<FIELDNAME="showsessiondetails"TYPE="int"LENGTH="1"NOTNULL="true"DEFAULT="1"SEQUENCE="false"COMMENT="Define if session details should be shown in reports."/>
$string['requiresubnet'] = 'Students can only record own attendance from these computers.';
$string['requiresubnet'] = 'Students can only record own attendance from these computers.';
$string['subnetwrong'] = 'Attendance can only be recorded from certain locations, and this computer is not on the allowed list.';
$string['subnetwrong'] = 'Attendance can only be recorded from certain locations, and this computer is not on the allowed list.';
$string['requiresubnet_help'] = 'Attendance recording may be restricted to particular subnets by specifying a comma-separated list of partial or full IP addresses.';
$string['requiresubnet_help'] = 'Attendance recording may be restricted to particular subnets by specifying a comma-separated list of partial or full IP addresses.';
$string['defaultsubnet_help'] = 'Attendance recording may be restricted to particular subnets by specifying a comma-separated list of partial or full IP addresses. This is the default value used when creating new sessions.';