You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A mapping table from ids to descriptions of the different course progress states, such as 1 meaning "started".
</p>
<h2> Columns </h2>
<table>
<tr><th>Name</th><th>Description</th></tr>
<tr>
<td>course_progress_state_type_id</td><td>There are different possible progress state types, each state is given a number. </td>
</tr>
<tr>
<td>course_progress_state_type_desc</td><td>The description of each possible progress state type. Currently 0 (not started), 1 (started), and 2 (completed). </td>