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

Record which launch of an attempt a SCORM element comes from #351

Open
christianp opened this issue Nov 27, 2024 · 0 comments
Open

Record which launch of an attempt a SCORM element comes from #351

christianp opened this issue Nov 27, 2024 · 0 comments

Comments

@christianp
Copy link
Member

Adding a column to the table will make the DB massive, but I think this will help us sort out some of the problems we frequently see with attempt data.

When an attempt is launched, give the PK of the AttemptLaunch record to the client. When saving SCORM elements back to the server, include the launch ID. Add a ForeignKey from ScormElement to AttemptLaunch.

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

1 participant