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

check-expect errors/failures should cause messages #36

Open
ccshan opened this issue Oct 9, 2019 · 0 comments
Open

check-expect errors/failures should cause messages #36

ccshan opened this issue Oct 9, 2019 · 0 comments

Comments

@ccshan
Copy link
Contributor

ccshan commented Oct 9, 2019

How can we provide negative feedback to a student who submits code such as the following in the Beginning Student Language?

(check-expect (+ true false) 123)
(check-expect (+ 1 2) 4)

(require 2htdp/image)
(require 2htdp/universe)
(check-expect (key-event? ke " ") " ")

Thanks!

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