Answered
What is the maximum length you can set for a Captivate Variable?
What is the maximum length you can set for a Captivate Variable?
What is the maximum length you can set for a Captivate Variable?
You can set them manually in the CPM.js to be real long. There are several CP variable that are 1000 characters long.
If you search for cp.cv('yourVariableName'
the last argument is the length. YOu can change it to a very large number.
This shows the student name set to 1000
cp.cv('cpQuizInfoStudentName', '', 0, 1000);
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.