Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Add an option for pass/fail message #32

Open
markpatterson27 opened this issue Mar 30, 2021 · 1 comment
Open

Add an option for pass/fail message #32

markpatterson27 opened this issue Mar 30, 2021 · 1 comment

Comments

@markpatterson27
Copy link
Contributor

Add fields that would allow for a feedback message to be given to learners based on whether the test passed or failed.

So test fields would be something like

{
    "name": "Test1",
    "setup": "",
    "run": "run Test",
    "input": "",
    "output": "pass",
    "comparison": "included",
    "timeout": 10,
    "points": 10,
    "passmessage": "Test 1 passed. Well done.",
    "failmessage": "Test 1 failed. Try checking your variable names."
}
@hardikshah197
Copy link

May I take this issue @markpatterson27 ? If it is not closed yet

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

No branches or pull requests

2 participants