|
Robins Hermano
Registered User
Join date: 20 Oct 2006
Posts: 18
|
09-14-2008 09:58
Question, I mistakingly had students complete a HW assignment using notecards. My intention was to have a script send me an email with the students assignments so I could grade outside of SL. My script works, finally, but I've run into a wall the the 255 character limitation that llllGetNotecardLine seems to have.
Anyone know of anyway around this, or a different method I might use for reading the information off of notecards?
Thanks, Robins Hermano
|
|
Winter Ventura
Eclectic Randomness
Join date: 18 Jul 2006
Posts: 2,579
|
09-14-2008 10:01
Is there some reason they can't just send you an email directly?
I mean, I assume these people all have access to a computer.
Similarly, why not have them just send you the notecards with their name on the top line. Then you just copy/paste the contents of the notecard, and email that to yourself.
Sure it's a little labor intensive, but it can't be harder than uploading 12 textures and making 36 different shirts, jackets and undershirts in 12 colours.
_____________________
 ● Inworld Store: http://slurl.eclectic-randomness.com ● Website: http://www.eclectic-randomness.com ● Twitter: @WinterVentura
|
|
Lear Cale
wordy bugger
Join date: 22 Aug 2007
Posts: 3,569
|
09-14-2008 11:58
Why is the 255-character limit a problem?
|
|
Robins Hermano
Registered User
Join date: 20 Oct 2006
Posts: 18
|
09-17-2008 08:40
Since the HW is already done, no they can't e-mail it to me now. Just trying to figure out a good way to get the information already in SL.
|
|
Strife Onizuka
Moonchild
Join date: 3 Mar 2004
Posts: 5,887
|
09-17-2008 20:55
Sadly there is no way around the 255 byte limit (it's bytes, not characters fyi). I've been meaning to harass them about increasing that to something more reasonable like 1024.
_____________________
Truth is a river that is always splitting up into arms that reunite. Islanded between the arms, the inhabitants argue for a lifetime as to which is the main river. - Cyril Connolly
Without the political will to find common ground, the continual friction of tactic and counter tactic, only creates suspicion and hatred and vengeance, and perpetuates the cycle of violence. - James Nachtwey
|
|
SuezanneC Baskerville
Forums Rock!
Join date: 22 Dec 2003
Posts: 14,229
|
09-17-2008 21:06
If I am reading this right you have a bunch of notecards in your inventory and you want to have the text outside of SL.
Open each notecard, highlight the text, copy the text with Control C, run notepad, create a file, and paste the text into the file with Control V. Save with an apropriate name. Repeat as needed. Adjust instructions as needed depending on your operating system.
If the students still have the notecards in their inventory, they can open the notecard, highlight and copy the text, paste the text into a text file, and email the file to you, or just past the text directly into the email program of their choice.
There are programs that are supposed to save notecards. I think there's one called SL My Inventory Viewer that might be able to do that.
_____________________
-
So long to these forums, the vBulletin forums that used to be at forums.secondlife.com. I will miss them.
I can be found on the web by searching for "SuezanneC Baskerville", or go to
http://www.google.com/profiles/suezanne
-
http://lindenlab.tribe.net/ created on 11/19/03.
Members: Ben, Catherine, Colin, Cory, Dan, Doug, Jim, Philip, Phoenix, Richard, Robin, and Ryan
-
|
|
Hewee Zetkin
Registered User
Join date: 20 Jul 2006
Posts: 2,702
|
09-17-2008 21:11
But for future assignments...you might want to give them a script that they can use to check their own notecards and warn them if any lines are longer than 254 characters. Hmm. Maybe with some encoding to test byte sizes if you expect non-ASCII characters (bytes? really?!). If you need to you could allow some kind of escape, like a backslash (\) at the end of a line, to get your own script to concatenate lines before sending the e-mail. Oh, and keep in mind the limit on e-mail size (4096 characters, or is that also bytes?) too!  Good luck! 
|