Commit 5477d643 by ichuang

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

parent cac7f8a2
...@@ -190,6 +190,7 @@ function goto( mode) ...@@ -190,6 +190,7 @@ function goto( mode)
<input type="submit" name="action" value="Export CSV file of grades for assignment"> <input type="submit" name="action" value="Export CSV file of grades for assignment">
</li> </li>
</ul> </ul>
<hr width="40%" style="align:left">
%endif %endif
...@@ -202,6 +203,8 @@ function goto( mode) ...@@ -202,6 +203,8 @@ function goto( mode)
%if instructor_access: %if instructor_access:
<p> You may also delete the entire state of a student for a problem: <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> <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
%endif %endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment