You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do this means feedback you can't dismiss? Does the feedback is always visible? Or is it like you have suggested in inline feedback?
Graphics, video can also be added in "_feedback" object. This one I have already done in my local framework,
For Example:
"_feedback":{
"correct": "Correct text",
"incorrect": "Incorrect text",
"buttonTitle": "Continue",
"graphics": {
"src":"course/en/images/small.jpg", // This will include path for any image,file, or video
"alt":"no image"
}
}
Moving feedback text to the tutor means we have to move all the functionality for feedback in questionView to the tutor. In this case I would suggest we will just trigger the custom event from questionView as soon as answer have been submitted and tutor will listen to this event and all the checking for correct, incorrect and partly correct answer will be done in tutor and will send the appropriate feedback to the notify as well. This is just my opinion, may be we have to make more huddle for the same because we need to change functionality in core.
Pull in some other tutor types to expand the extension offering
types:
notify
default, notify popupoverlay
sits over the componentinline
sits after the componentexample json:
The text was updated successfully, but these errors were encountered: