How do I offer students hints in Cody Coursework?

조회 수: 2 (최근 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 2014년 2월 27일
편집: 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