History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SAK-11254
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Huong Nguyen
Reporter: Karen Tsao
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Sakai

Allow ability to move/copy/remove multiple questions to other pools

Created: 23-Aug-2007 14:47   Updated: 23-Oct-2008 07:46
Component/s: Tests & Quizzes (Samigo)
Affects Version/s: 2.4.0, 2.4.1
Fix Version/s: 2.5.0

Time Tracking:
Not Specified

2.4.x Status: None
2.5.x Status: None
2.6.x Status: None


 Description  « Hide
In the current edit Pool page, user can only move/copy/remove one question each time. We would like to add the ability to move/copy/remove multiple questions to other pools.

Thanks to Charles Hedrick from Rutgers Univ. for contributing his code for this feature.


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Karen Tsao - 23-Aug-2007 14:56
commit -m "SAK-11254" C:/sakai/sam/samigo-app/src/java/org/sakaiproject/tool/assessment/bundle/QuestionPoolMessages.properties C:/sakai/sam/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/questionpool/QuestionPoolBean.java C:/sakai/sam/samigo-app/src/webapp/js/samigotree.js C:/sakai/sam/samigo-app/src/webapp/jsf/questionpool/copyPool.jsp C:/sakai/sam/samigo-app/src/webapp/jsf/questionpool/editPool.jsp C:/sakai/sam/samigo-app/src/webapp/jsf/questionpool/movePool.jsp C:/sakai/sam/samigo-app/src/webapp/jsf/questionpool/questionTreeTable.jsp
    Sending sakai/sam/samigo-app/src/java/org/sakaiproject/tool/assessment/bundle/QuestionPoolMessages.properties
    Sending sakai/sam/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/questionpool/QuestionPoolBean.java
    Sending sakai/sam/samigo-app/src/webapp/js/samigotree.js
    Sending sakai/sam/samigo-app/src/webapp/jsf/questionpool/copyPool.jsp
    Sending sakai/sam/samigo-app/src/webapp/jsf/questionpool/editPool.jsp
    Sending sakai/sam/samigo-app/src/webapp/jsf/questionpool/movePool.jsp
    Sending sakai/sam/samigo-app/src/webapp/jsf/questionpool/questionTreeTable.jsp
    Transmitting file data ...
    Committed revision 34328.

Huong Nguyen - 20-Sep-2007 13:31
2 issues for copy :
1. copy questions to its own pool does not work
2. Attachments seems to be moved instead of copied.

Steps:
- create 2 pool: pool 1 and pool 2
- Add 2 questions: q1 with 1 attachment and q2 with 2 attachments in pool 1
- Open pool 1 edit and check on boxes for both assessment and click "Copy" link to copy 2 questions to some pools.
- Select pool 1 and pool 2 to copy to those 2 and click "Copy" button

Expect results:
Pool 1 is now have 4 questions with attachments
pool 2 is now have 2 questions with attachments

Actual:
Pool 1 is still remain with 2 questions and NO attachment
Pool 2 has 2 questions with attachments.

Karen Tsao - 26-Sep-2007 16:40
commit -m "SAK-11364, SAK-11254, SAK-11332" C:/sakai/sam/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/AssessmentFacadeQueries.java C:/sakai/sam/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/AssessmentFacadeQueriesAPI.java C:/sakai/sam/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/QuestionPoolFacadeQueries.java C:/sakai/sam/samigo-services/src/java/org/sakaiproject/tool/assessment/services/assessment/AssessmentService.java
    Sending sakai/sam/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/AssessmentFacadeQueries.java
    Sending sakai/sam/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/AssessmentFacadeQueriesAPI.java
    Sending sakai/sam/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/QuestionPoolFacadeQueries.java
    Sending sakai/sam/samigo-services/src/java/org/sakaiproject/tool/assessment/services/assessment/AssessmentService.java
    Transmitting file data ...
    Committed revision 35827.

Megan May - 27-Sep-2007 17:33
Updating fix version to 2.5.0.002 for 2nd tag of QA cycle

Huong Nguyen - 28-Sep-2007 12:45
Tested on qa1-nl

#2 is resolved now
 but #1 is still an issue. I am checking with Marc and as long as I have an answer, I will take further action.

Huong Nguyen - 02-Oct-2007 11:36
This has been the behavior for copy pool. So I close this one. If the expect value should be different, I will open a new one.