Compliance_Test / response.txt
dwipper's picture
Upload 24 files
f8a02cf
raw
history blame
1.86 kB
<!DOCTYPE html>
<html>
<head>
<title>Student Facility Use for NIL Promotions</title>
<style>
table {
width:100%;
border:2px solid #000000;
padding:5px;
}
table th {
border:2px solid #000000;
padding:5px;
background: #f0f0f0;
color: #000000;
}
table td {
border:2px solid #000000;
text-align:left;
padding:5px;
background: #ffffff;
color: #000000;
}
</style>
</head>
<body>
<table>
<thead>
<tr>
<th>School Name</th>
<th>Can students use for free or rent facilities for NIL promotions?</th>
</tr>
</thead>
<tbody>
<tr>
<td>University of Colorado</td>
<td>No, engagements must not require the student athlete to use school housing, facilities, or equipment, not including uniforms. Also, students cannot rent school facilities.</td>
</tr>
<tr>
<td>Long Beach State Athletics</td>
<td>No, engagements must not require the student athlete to use school housing, facilities, or equipment, not including uniforms. However, the student athlete may rent school facilities.</td>
</tr>
<tr>
<td>Auburn University</td>
<td>No, engagements must not require the student athlete to use school housing, facilities, or equipment, not including uniforms. However, the student athlete may rent school facilities.</td>
</tr>
</tbody>
</table>
<h2>Additional Questions:</h2>
<ol>
<li>What types of compensation are allowed for NIL activities at each school?</li>
<li>Are there any restrictions on the use of school trademarks and licensing in NIL activities?</li>
<li>What are the prohibited industries, product categories, and products for NIL engagements at each school?</li>
<li>Are student athletes allowed to identify themselves as athletes in NIL activities?</li>
<li>Are booster agreements permitted at each school?</li>
</ol>
</body>
</html>