> Hello
>
> I updated my first post with the new Construct 3 Version
>
Hi Mimiste
I need to create a simple form to demonstrate the SCORM feature in the C3 to a possible client and I need some help to use your plugin. I don't know anything about SCORM. In this form, all of the fields will have to have an input. For the open text fields, it could be any alphanumeric text and for the drop-down menus, it would be one of the options listed. I intend to use C3 to create a very simple form with 3 fields: two text box and a drop-down menu.
Could you help me with this? If I get this job I intend to pay for this plugin (or make a donation if you prefer).
Thanks in advance.
Hello
Just to be certain, why do you want to use SCORM for your form ? Is it requested by your client ? SCORM is really focused for the e-learning, it's made to track the progression of a learner in a lesson for example.
By the way it's still possible to store a form in the scorm database model. There is one field where you can write anything you want : the "cmi.suspend_data" field.
It's limited to 4000 characters in the scorm 1.2 version so I recommend to use the scorm 2004 version.
What I would do technically :
When you click the "submit" button of your form, I would create some kind of json with every data of the form.
Optionnaly, I would convert the json string to base64 to eliminate errors regarding escaping, encoding...
Then I would store it in the "cmi.suspend_data" field
If you need more details, dont hesitate to ask