Adobe Connect User Community
Menu

#1 2009-04-21 15:38:37

**_prabhakarrao70_**

Need help on report-user-trainings-taken

Hi Gurus,

Need help to get data based on report-user-trainings-taken between date ranges.  Please help if some knows the way on how to get this done.

Also when we used the action

report-user-training-transcripts&sco-id=45672&principal-id=219&sort-date-taken=desc&filter-name=Training1

We noticed the following nodes in the retruned XML response. These 2 looks exactly the same except the timestamp. Can you plz help me understand how the history is stored & what these 2 nodes mean?

- <row transcript-id="111" sco-id="45672" principal-id="219" status="incomplete" score="0" max-score="50" certificate="" type="curriculum" icon="curriculum">
  <name>Training1</name>
  <url-path>/p62986722/</url-path>
  <login>xyz@yahoo.com</login>
  <date-taken>2009-02-20T17:13:39.223-05:00</date-taken>
  <principal-name>xyz</principal-name>
  </row>
- <row transcript-id="222" sco-id="45672" principal-id="219" status="incomplete" score="0" max-score="50" certificate="" type="curriculum" icon="curriculum">
  <name>Training1</name>
  <url-path>/p62986722/</url-path>
  <login>xyz@yahoo.com</login>
  <date-taken>2009-02-19T14:06:53.120-05:00</date-taken>
  <principal-name>xyz</principal-name>
  </row>


Thanks

Prabhakar

Offline

#2 2009-04-21 20:03:53

**_AChemey_**

Re: Need help on report-user-trainings-taken

Prabhakar,

Connect returns separate data for each attempt.  The learner launched the training twice (and didn't complete it, in either session).

Regards,

Andrew

Offline

#3 2009-04-22 13:12:42

**_prabhakarrao70_**

Re: Need help on report-user-trainings-taken

Hi Andrew,

Thank you so much!! Excellent and this is very quick.  While testing further on the same thing I realized that it is the case.

Thanks again,

Prabhakar

Offline

Board footer