How do I offer students hints in Cody Coursework?

2 visualizzazioni (ultimi 30 giorni)
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.

Risposta accettata

MathWorks Community Team
MathWorks Community Team il 27 Feb 2014
Modificato: MathWorks Community Team il 30 Apr 2015
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 .

Più risposte (0)

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by