Solved

Can you import data from an external database into a lectora variable?

We would like to set the number of attempts a person can take a test based on what the organization would like. So the number would be stored in our customer database and then hoping to somehow grab that value when the module is launched.

Solution

That's not built-in functionality in Lectora. You'd have to use some kind of JavaScript to connect to the DB (JSON?) and grab the number, then assign it to a Lectora variable.

Discussion (1)

That's not built-in functionality in Lectora. You'd have to use some kind of JavaScript to connect to the DB (JSON?) and grab the number, then assign it to a Lectora variable.