Cody Coursework: How do I display a summary message to a student AFTER the hidden tests have run?

1 view (last 30 days)
Cody Coursework: How do I display a summary message to a student AFTER the hidden tests have run?
  2 Comments
Aditya Jain
Aditya Jain on 16 Oct 2016
The point of hidden test is that you cannot display anything to the students including assessment code and output.
In order to display something, either you could use assert and display a message using that or make the test a visible test.
Walter Roberson
Walter Roberson on 16 Oct 2016
Is it legal for the hidden tests to set state variables? If it is then it could make sense to run an additional function after the hidden tests, to capture information set by the hidden tests even if the hidden tests do not display anything themselves.

Sign in to comment.

Answers (0)

Categories

Find more on Automotive in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!