> I would suggest, early on in your development of the content, to perform a
> test.
Thanks Raymond,
I'm creating a tool to generate SCORM output and this should be
conformant to not just a single LMS. While our tool shows personlized
user feedback we need to distinguish between the first and the last
name. Without any real definition it's pretty hard to find a good
working solution.
Our current implementation is able to let the author set the order and
separator but most authors didn't even know about this setting neither
what they should do with it.
I think I will now check, if there is a comma in the string. If so, I
assume that this is the separator and that everything before is the
last name and after is the first name. That should match the SCORM 1.2
definition.
If there is no separator I will use the first word as first name and
everything after as last name. This will not work with "John F.
Kennedy" but with "Jason Duke of Edmond". Maybe I can also Check for
the second word and if it is followed by a dot and if so include it as
first name.
SCORM cares so much about technical details and stuff nobody will ever
use but the real fundamentals are ignored. Really a pitty.
Thanks
Daniel