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 course has many branches. Each branch contains separate course materials. Course authors create branches to make large changes to course materials that would break the learner experience if they happened in-place.
</p>
<h2> Columns </h2>
<table>
<tr><th>Name</th><th>Description</th></tr>
<tr>
<td>course_branch_id</td><td>The id of this branch.</td>
</tr>
<tr>
<td>course_id</td><td>The course that this branch is in.</td>
</tr>
<tr>
<td>course_branch_changes_description</td><td>A user-facing summary of the changes between this branch and the previous branch.</td>