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

Demo json includes null asset values which trigger deprecated function reference in score module #45

Open
clpetersonucf opened this issue Jul 9, 2024 · 0 comments · May be fixed by #48

Comments

@clpetersonucf
Copy link
Member

clpetersonucf commented Jul 9, 2024

Questions in LCC have 3 parameters in their assets properties:

"assets": [
    0,
    0,
    "1234"
]

With index 1 referencing a media asset (if provided) and index 2 providing a randomized integer. However, the demo json explicitly sets assets[2] to null. This triggers a deprecated function reference error when the qset is run through the score module, causing demo plays to error out and not be submitted.

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

Successfully merging a pull request may close this issue.

1 participant