To prevent learners from guessing the correct input or adjusting their code without understanding, you can configure exercise tests to show only whether the learner has passed or failed. The correct answers will not be displayed in this case.
To hide the correct answers when running tests for an exercise:
Example
{
"files": {
"masked-test": [
"leap_masked_tests.py"
]
}
}