add instructions to idashboard for deleting state of non-problem xblocks

This commit is contained in:
ichuang
2013-04-01 19:59:20 +00:00
parent cac7f8a289
commit 5477d6430a

View File

@@ -190,6 +190,7 @@ function goto( mode)
<input type="submit" name="action" value="Export CSV file of grades for assignment">
</li>
</ul>
<hr width="40%" style="align:left">
%endif
@@ -202,6 +203,8 @@ function goto( mode)
%if instructor_access:
<p> You may also delete the entire state of a student for a problem:
<input type="submit" name="action" value="Delete student state for problem"> </p>
<p>To delete the state of other XBlocks specify modulename/urlname, eg
<tt>combinedopenended/Humanities_SA_Peer</tt></p>
%endif
%endif