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
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.
The text was updated successfully, but these errors were encountered:
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 aForeignKey
fromScormElement
toAttemptLaunch
.The text was updated successfully, but these errors were encountered: