Issue Details (XML | Word | Printable)

Key: MDL-16198
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Howard Miller
Reporter: Howard Miller
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

Allow Blackboard V6+ import to accept .dat files as well as zip

Created: 26/Aug/08 02:25 AM   Updated: 09/Sep/08 11:00 AM
Return to search
Component/s: Questions
Affects Version/s: 1.9.2
Fix Version/s: 1.9.3, 2.0

Participants: Howard Miller and Tim Hunt
Security Level: None
QA Assignee: Tim Hunt
Resolved date: 28/Aug/08
Affected Branches: MOODLE_19_STABLE
Fixed Branches: MOODLE_19_STABLE, MOODLE_20_STABLE


 Description  « Hide
Allow BB V6+ question import to check the uploaded file extension. If it is .zip continue as usual, if it is .dat process that file directly. The present importer assumes that the target file in the zip is a particular name and this is not always the case.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Howard Miller added a comment - 28/Aug/08 09:50 PM
Can now import the .dat file directly to the BB6 import routine. Slightly harder than it may seem as the original filename didn't exist in the format class.

Tim Hunt added a comment - 09/Sep/08 10:13 AM
Looks good.