How do I offer students hints in Cody Coursework?

1 visualización (últimos 30 días)
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.

Respuesta aceptada

MathWorks Community Team
MathWorks Community Team el 27 de Feb. de 2014
Editada: MathWorks Community Team el 30 de Abr. de 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 .

Más respuestas (0)

Categorías

Más información sobre Test Execution en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by