Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run button not working in Grading Admin tab #133

Open
sahi1l opened this issue Oct 15, 2018 · 1 comment
Open

Run button not working in Grading Admin tab #133

sahi1l opened this issue Oct 15, 2018 · 1 comment

Comments

@sahi1l
Copy link
Contributor

sahi1l commented Oct 15, 2018

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
Copy link
Contributor Author

sahi1l commented Oct 15, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant