Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question feedback consistency #2270

Closed
danielghost opened this issue Nov 14, 2018 · 2 comments
Closed

question feedback consistency #2270

danielghost opened this issue Nov 14, 2018 · 2 comments

Comments

@danielghost
Copy link
Contributor

Subject of the issue/enhancement/features

Currently the _feedback attributes are inconsistent regarding whether they have notFinal and final attributes. correct and individual feedbacks for Mcq only have a single feedback option. The main reason for requesting the consistency of notFinal and final for all feedbacks is due to some upcoming scoring functionality at Kineo, for which it would be useful to have the option of displaying different feedbacks based on these attempt distinctions.

@jamesrea83
Copy link
Member

"_feedback": [
  {
     "title": "OOOO the title...",
     "body": "Ouch, body text",
     "_attempt": "final",
     "_status": "correct"
  },
  {
     "title": "OOOO the title...",
     "body": "Ouch, body text",
     "_attempt": "first",
     "_status": "incorrect"
  }
]

@oliverfoster
Copy link
Member

works currently being undertaken in adaptlearning/adapt-contrib-core#222

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants