[saba_lms_dev] Storing time on the Saba LMS

  • From: Stefano Tempesta <stefanotempesta@xxxxxx>
  • To: saba_lms_dev@xxxxxxxxxxxxx
  • Date: Tue, 26 Feb 2002 14:37:58 CET

>>>I have been able to successfully put in values into the other fields under 
>>>core, except time. Also can I just pass the value for time independently 
>>>("[core]\ntime=10:20:30")in the aicc_data, or do I need to pass the values 
>>>for all the fields within core.


I have Saba 3.3.1 with SP 2001_1a.
This line works properly:
"[core]\nlesson_location=" +
  lms.lesson_location.value +
"\nlesson_status=" + 
  lms.lesson_status.value +
"\nscore=" +
  lms.score.value +
"\ntime=" +
  lms.hours.value + ":" + lms.minutes.value + ":" + lms.seconds.value;

Where lms is <form id="lms">



Stefano Tempesta

This email was sent to you from the "Saba LMS Developers" list.
To unsubscribe, please send an email to saba_lms_dev-request@xxxxxxxxxxxxx
with the subject "unsubscribe".

Other related posts: