How do I offer students hints in Cody Coursework?

1 次查看(过去 30 天)
With the introduction of Cody Coursework, I'm sometimes asked how the Test Suite can be used to offer hints for students struggling to complete coursework assignments and practice.

采纳的回答

MathWorks Community Team
编辑:MathWorks Community Team 2015-4-30
A good way to provide hints to students is to use the msg input argument with assert in your test suites. For example, you could use this syntax for assert:
assert(cond,msg)
where
msg
is a string that contains your hint.
For details and examples, visit the MathWorks documentation for assert .

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Test Execution 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by