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

xAPI Statements in Levels 2 - 5 missing question context #1

Open
rpc5102 opened this issue Sep 16, 2020 · 0 comments
Open

xAPI Statements in Levels 2 - 5 missing question context #1

rpc5102 opened this issue Sep 16, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@rpc5102
Copy link
Member

rpc5102 commented Sep 16, 2020

It would be useful to store the context of the question in the response objects found in each input$submitX event. Right now, we just know what is answered and not what the actual prompt is. For example, what images are being displayed in Level 2.

Current:

"response": "{\"Quantitative_Discrete\":[\"C\",\"C\"],\"Quantitative_Continuous\":[\"A\",\"A\"],\"Qualitative_Nominal\":[\"B\",\"B\"],\"Qualitative_Ordinal\":[\"D\",\"D\"]}"

Goal:

"response": "{\"Quantitative_Discrete\":[\"img3\",\"C\"], ...
@rpc5102 rpc5102 added the enhancement New feature or request label Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant