Sure, no problem, just take it. You should know though, that while I made the chart @wunderbunny is the one who wrote the text, I just copied the whole thing. I’ll post the HTML here so you don’t have to mess with quoting to grab it
SRS Table HTML
<table>
<tr>
<th>SRS Level</th>
<th>Next Level</th>
<th>Total Wait</th>
<th>Review</th>
</tr>
<tr>
<td>Apprentice 1</td>
<td>4h</td>
<td>-</td>
<td>Lesson</td>
</tr>
<tr>
<td>Apprentice 2</td>
<td>8h</td>
<td>4h</td>
<td>1</td>
</tr>
<tr>
<td>Apprentice 3</td>
<td>1d</td>
<td>12h</td>
<td>2</td>
</tr>
<tr>
<td>Apprentice 4</td>
<td>2d</td>
<td>1d 12h</td>
<td>3</td>
</tr>
<tr>
<td>Guru 1</td>
<td>1w</td>
<td>3d 12h</td>
<td>4</td>
</tr>
<tr>
<td>Guru 2</td>
<td>2w</td>
<td>1w 3d 12h</td>
<td>5</td>
</tr>
<tr>
<td>Master</td>
<td>1M</td>
<td>3w 3d 12h</td>
<td>6</td>
</tr>
<tr>
<td>Enlighten</td>
<td>4M</td>
<td>1M 3w 3d 12h</td>
<td>7</td>
</tr>
<tr>
<td>Burned</td>
<td>-</td>
<td>5M 3w 3d 12h</td>
<td>8</td>
</tr>
</table>