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
Describe the bug
This is a new bug I've run into in the past day or two. When I am in the Grading tab and press the Run button on a coding example, nothing happens. An error (below) appears in the Javascript console.
To Reproduce
Steps to reproduce the behavior:
Go to the Grading tab in the Faculty view.
Select "Assignment" from the first pulldown menu, and choose an assignment.
Select "question" from the second pulldown menu, and choose a question.
Select "student" from the third pulldown menu, and choose a student.
Expected behavior
The code should run.
Desktop (please complete the following information):
OS: MacOSX 10.13
Browser: Chrome
Version 69
Javascript Console
activecode.js:932 Uncaught TypeError: Cannot read property 'editor' of undefined
at ActiveCode.buildProg (activecode.js:932)
at ActiveCode.runProg (activecode.js:983)
at HTMLButtonElement.dispatch (jquery-1.10.2.min.js:5)
at HTMLButtonElement.v.handle (jquery-1.10.2.min.js:5)
ActiveCode.buildProg @ activecode.js:932
ActiveCode.runProg @ activecode.js:983
dispatch @ jquery-1.10.2.min.js:5
v.handle @ jquery-1.10.2.min.js:5
The text was updated successfully, but these errors were encountered:
Describe the bug
This is a new bug I've run into in the past day or two. When I am in the Grading tab and press the Run button on a coding example, nothing happens. An error (below) appears in the Javascript console.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The code should run.
Desktop (please complete the following information):
Javascript Console
The text was updated successfully, but these errors were encountered: