필터 지우기
필터 지우기

Interactive tutor using app designer

조회 수: 2 (최근 30일)
tyler seudath
tyler seudath 2021년 1월 4일
댓글: Cris LaPierre 2021년 1월 4일
Good day Everyone,
I am working on an interactive tutor application using MATLAB app designer and one of the objectives is to create coding exercises within the application. Is it possible to prompt the user to enter code and to give feedback on it?
Thank you,
TS
  댓글 수: 2
Rik
Rik 2021년 1월 4일
편집: Rik 2021년 1월 4일
That depends on what kind of feedback you want to give. There is no real reason why you would not be able to replicate something like Onramp in a Matlab app. It will just take a lot of work.
You might also be interested in a different strategy: using a unit testing framework, which is described in this blog by Loren Shure.
Cris LaPierre
Cris LaPierre 2021년 1월 4일
There is also MATLAB Grader, which allows you design coding problems that are assessed automatically and allow you to provide real-time feedback.

댓글을 달려면 로그인하십시오.

답변 (1개)

Maximilian Schönau
Maximilian Schönau 2021년 1월 4일
What you will need for this is evil "eval".
Eval can calculate whatever the student has given you. You can catch and return errors to the student with "try / catch" and you can give a positive feedback if the created variable / solution / plot of the student is the one you desire.
  댓글 수: 1
Maximilian Schönau
Maximilian Schönau 2021년 1월 4일
If the students task are as simple as "define a variable called x with the value 4" you could also just compare the input of the student with your correct solutions.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by