We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a72fb1 commit 2e1c14bCopy full SHA for 2e1c14b
components/rsptx/templates/assignment/student/doAssignment.html
@@ -233,6 +233,7 @@ <h3>Questions</h3>
233
234
<script>
235
assignmentId = {{ assignment.id }};
236
+ localStorage.setItem("currentAssignmentId", assignmentId);
237
//console.log(document.getElementsByClassName('nav nav-tabs'))
238
// This script renders the html into elements in the DOM
239
// The html gets thrown into a script tag so javascript can mess with it without throwing errors all over the place
0 commit comments