fopp icon indicating copy to clipboard operation
fopp copied to clipboard

Run button not working in Grading Admin tab

Open sahi1l opened this issue 7 years ago • 1 comments

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:

  1. Go to the Grading tab in the Faculty view.
  2. Select "Assignment" from the first pulldown menu, and choose an assignment.
  3. Select "question" from the second pulldown menu, and choose a question.
  4. 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

sahi1l avatar Oct 15 '18 19:10 sahi1l

This isn't as general as I first presumed, but is affecting assignments I put together for sections 7.16 and 8.15, both involving Kiva data.

sahi1l avatar Oct 15 '18 20:10 sahi1l