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

Feature request: pre-checking of code #2

Closed
dtkaplan opened this issue Dec 16, 2016 · 2 comments
Closed

Feature request: pre-checking of code #2

dtkaplan opened this issue Dec 16, 2016 · 2 comments

Comments

@dtkaplan
Copy link

The student's submitted code is evaluated before handing it off to the checker function. This makes sense, but when the evaluation fails, the student gets feedback from R rather than from the checking code.

Might it be arranged to send the code to a pre-evaluation checking chunk. Then the checking system can have at it before R. Feedback messages would be returned in the usual way. Only if the feedback is passing, should the code be evaluated. Then the evaluated code can be sent again to the checking system. Since the checking system knows specifically what the code should look like, it can perhaps identify problems that don't produce helpful errors from R.

@jjallaire
Copy link
Member

Yes, will add this as well (may take a couple of weeks due to various holiday obligations though!)

@jjallaire
Copy link
Member

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

2 participants