Ian Stuart

Results 108 comments of Ian Stuart

We really should..... for reference - here's our API docs [for our multi-course, pre-feedback, environment]. I post it to spark a discussion. (there are some issues that need to be...

Indeed.... and something that needs to be made clear in any documentation for creating alternative exchange services On Thu, 30 May 2019 at 09:37, Jessica B. Hamrick wrote: > Ah,...

Two questions here: 1) are you expecting the error to stop execution, or 2) are you getting _pass_ when you expect _fail_ ? For the latter - I had a...

Hmmm ok - so the `output.output_type` is `error`, which should be picked up by ..... no, wait We need to check what _validate_ is supposed to do - I think...

OK.... here's what I have. 1. We need to set up the converter to produce the correct failure conditions in the _release_ notebook In `nbgrader_config.py` I have: ``` c.ClearSolutions.code_stub =...

Yes..... I can do the full autograding, manual grading, and feedback cycle in an R notebook - I've attached the _release_ version of my complete demo notebook. [R squares demo...

Remember that "validate" just runs the notebook. It knows nothing of hidden tests or mark schemes. You should be able to run a _released_ notebook in a pure 'jupyter/r-notebook' docker...

I've come across this before... Whilst the `Formgrader` UI reads from directories to determine activity, `create assignment` uses the `gradebook` database - hence the disconnect.

Do you have any specific examples? My experience is that the errors are generally complex to identify, and often need a human to snake their way between options. For example:...

Yes, definitely*...... I suspect there are several versions of this, in various levels of completeness & usefulness We have ours at * Instructor side: https://noteable.edina.ac.uk/nbguide/ * student side: https://noteable.edina.ac.uk/student-guide/ .......