Add method to allow importing QTI to Samigo via Web services.
GENERAL
TESTING
GENERAL
TESTING
Description
Attachments
3
- 06 Aug 2010, 10:26 AM
- 06 Aug 2010, 10:26 AM
- 22 Jul 2010, 04:12 AM
cloned from
is depended on by
is duplicated by
Activity
Show:
Hui Tsao March 8, 2012 at 4:24 PM
Earle,
Thanks a lot for your help!
Karen
Earle Nietzel March 8, 2012 at 7:59 AM
This issue is specific to the rSmart CLE and is being resolved there.
This issue can be marked as resolved, as I have tested this functionality in trunk and it is working.
Jeremy Kusnetz February 28, 2012 at 11:33 AM
I'm still working with Earle, but line 706 is:
String siteTitle = SiteService.getSite(ToolManager.getCurrentPlacement().getContext()).getTitle();
Earle Nietzel February 27, 2012 at 8:20 PM
I believe this to be fixed now please see https://sakaiproject.atlassian.net/browse/SAK-18952#icft=SAK-18952 as the problem was on the web service end.
Hui Tsao February 21, 2012 at 3:53 PM
Hi Earle,
Thanks a lot for your quick response. I really appreciate it.
Karen
Fixed
Details
Details
Priority
Affects versions
Fix versions
Components
Assignee
Earle Nietzel
Earle NietzelReporter
Earle Nietzel
Earle NietzelCreated July 15, 2010 at 11:33 AM
Updated March 23, 2022 at 3:01 PM
Resolved March 8, 2012 at 8:00 AM
Needed to add siteid to:
QTIService.createImportedAssessment(document, QTIVersion.VERSION_1_2, null, templateId, site.getId());
So that an word2qti assessment can be imported using samlite api to a site from a web service.