Activity
From 05/04/2008 to 06/02/2008
06/02/2008
- 10:17 AM Bug #3353 (New): ResponseItem subclasses do not write answers to XML
- Several of the classes that override the ResponseItem abstract method generateXML have the ability to store a correct...
- 09:00 AM Bug #3351 (Resolved): Ellie Poley test task
- djafj arjeoruewo akajhfkla
06/01/2008
- 09:15 AM Bug #3334: Make data source preview fill window horizontally
- This turned out to require editing of each page that extends PanelWithDataSourcePreviewPane, since that class only cr...
05/31/2008
- 04:35 AM Bug #3328: Change cursor during DataSourceSelection browse
- This is now handled by the wizard framework; the hour glass comes up after next/previous is clicked. We might consid...
- 03:40 AM Bug #3337: Filter filenames when selecting data source
- Used existing ExtensionFileFilter class from SwingCustomizations to make this work.
- 03:16 AM Bug #3340: Allow adding new external file from AssignExternalFiles screen
- This has been fixed by reordering screens. All labeling of data columns occurs first, then the user is asked for ext...
05/30/2008
- 05:40 PM Bug #3347: invalid date string causes metacat upload error
- there is now local validation being performed during a local save - warnings will be displayed and the save continues...
- 11:25 AM Bug #3347: invalid date string causes metacat upload error
- The ID conflict starts with the text 'A conflict has been found in one or more of the identifiers in your package. It...
- 11:19 AM Bug #3347 (Resolved): invalid date string causes metacat upload error
- I created an EdML package in morpho, and saved it locally. On trying to 'File|Synchronize...' it with Metacat, I got...
- 05:38 PM Bug #3348: introducing a validation error in document causes save to fail silently
- added local validation when:
-tree editor is used to edit content (not a frequent event)
-package is saved to local c... - 11:39 AM Bug #3348: introducing a validation error in document causes save to fail silently
- local schema validation has been disabled on the edml documents - if that was turned on, you'd likely not get as far ...
- 11:31 AM Bug #3348 (Resolved): introducing a validation error in document causes save to fail silently
- I saved a valid EdML document locally and to metacat. I then went in and changed the document so that one of the dat...
- 02:58 PM Bug #3350: Question.generateXML() does not record an image
- Added a couple lines in Question.generateXML() to generate info for an image.
- 12:31 PM Bug #3350 (Resolved): Question.generateXML() does not record an image
- The XML representation of a question that Question.generateXML() creates will not contain information for that questi...
- 12:25 PM Bug #3344: after completing metadata wizard, response data import link shows up prematurely
- modified the text to direct them to the "Parse Assessment..." option.
also removed the link to launch the data import... - 10:41 AM Bug #3344: after completing metadata wizard, response data import link shows up prematurely
- Reassigned to Ben because I believe he's the one that's developed this particular portion of the code.
- 10:13 AM Bug #3344 (Resolved): after completing metadata wizard, response data import link shows up prematurely
- When the metadata wizrd completes, the last page is a message that says one can either 'Finish', or import a data dta...
- 11:15 AM Bug #3343: clicking 'Launch Parser' does not work properly
- there were images that were referenced in parser initialization that were not being included in the morphoFirst.jar f...
- 09:54 AM Bug #3343 (Resolved): clicking 'Launch Parser' does not work properly
- Clicking 'Launch Parser' from the dialog that is accessed from 'Data|Parse Assessment' doesn't work, and behaves in o...
- 10:41 AM Bug #3346 (Resolved): Provide feedback on how many students are in data table
- In ConfigureDataSource, we should provide some feedback indicating how many students are selected by the current sele...
- 10:30 AM Bug #3345 (Resolved): searching produces wrong and inconsistent results
- When searching locally for a data package from the search dialog, I get inconsistent results. In my morpho I have 2 ...
- 10:01 AM Bug #3342: UI for launching parser in Morpho is awkward
- This won't happen for the meeting next week. It requires some additional integration with the parser app and morpho....
- 09:50 AM Bug #3342 (Resolved): UI for launching parser in Morpho is awkward
- Selecting 'Data|Parse Assessment' produces a dialog with a 'Launch Parser' link. This is awkward, and instead should...
- 08:23 AM Bug #3141: Add screen for user to confirm that they don't have any identifying data in the uploaded spreadsheet
- This can happen as part of the ReviewColumnAssignments screen if we want.
- 08:20 AM Bug #3341 (Resolved): Add common options to ExternalFileAssignment
- Have radio buttons at the top that say:
All questions for each student are in the same file - if this is selected, t... - 08:11 AM Bug #3340 (Resolved): Allow adding new external file from AssignExternalFiles screen
- Right now if you miss a file it's a hassle to go back and add it. This might be fixed by making an add file option t...
05/29/2008
- 12:10 PM Bug #3338 (Resolved): Make saving/restoring state work with Excel data sources
- Probably need to override readObject for POIExcelDataSource for this to work.
- 11:42 AM Bug #3337 (Resolved): Filter filenames when selecting data source
- Should add filename filter for .xls, .csv, .txt, any others.
- 11:40 AM Bug #3336 (Resolved): Validate choices in CheckForEquallySpacedColumns
- When assigning equally spaced columns, user should be warned if the number of columns they have selected exceeds the ...
- 11:39 AM Bug #3335 (Resolved): POIExcelDataSource should look at all rows when calculating number of columns
- Currently only the first row is used; if this row has fewer columns than other rows, the wrong value for getColumnCou...
- 11:37 AM Bug #3334 (Resolved): Make data source preview fill window horizontally
- In PanelWithDataSourcePreviewPane, the DataSourcePreviewPanel should expand horizontally to span the width of the win...
- 11:34 AM Bug #3326: Need option for FilenameListRenderer to control whether full path is displayed.
- Completed, with associated tests.
05/27/2008
- 01:29 PM Bug #3330 (Resolved): Remove external file list if No is selected on CheckForFileUpload
- If CheckForFileUpload is originally set to yes, then we use prev to get back and set it to no, we should remove the l...
- 01:10 PM Bug #3329 (Resolved): Next is enabled incorrectly when labeling equally spaced columns
- When equally spaced columns are selected, next is enabled when you haven't made the required selection.
- 01:02 PM Bug #3328 (Resolved): Change cursor during DataSourceSelection browse
- It takes a while for the dialog box to come up when browse is clicked on, or auto invoked. We should use the hour gl...
- 01:00 PM Bug #3327 (Resolved): Show column selection information in IdentifyStudentColumn
- Need to show which column is selected in IdentifyStudentColumn; this is particularly necessary when using previous to...
- 12:58 PM Bug #3326 (Resolved): Need option for FilenameListRenderer to control whether full path is displayed.
- This option would be used in AssignExternalFiles, in order to make the display nicer.
- 12:57 PM Bug #3325 (Resolved): Question prompt not displayed correctly when equally spaced columns are used
- When equally spaced columns are used, the default text is shown in the question prompt, most likely because none of t...
- 11:56 AM Bug #3318: Implement Excel Data Source creation in DataSourceFactory
- This is now complete.
- 10:02 AM Bug #3321: Save data files that are specified in ExternalFileSelection into WizardData
- A new PropertyName component (EXTERNAL_FILE_LIST) now contains a LinkedList of file objects that have been selected b...
- 08:05 AM Bug #3321 (Resolved): Save data files that are specified in ExternalFileSelection into WizardData
- The files that are selected are saved in the saveData method.
- 07:41 AM Bug #3317: Changing delimiter does nothing in SelectDataFile (soon ConfigureDataSource)
- delimiter was being set, but the data table was not being refreshed. Property change support for the structure of th...
05/23/2008
- 01:52 PM Bug #3318 (Resolved): Implement Excel Data Source creation in DataSourceFactory
- Currently an exception is thrown when DataSourceFactory tries to create an Excel data source. I think we can just cr...
- 01:49 PM Bug #3316: Make specification of data file separate from specifying delimiter, starting location, etc.
- This is implemented this way now, and seems much better.
- 10:18 AM Bug #3316 (Resolved): Make specification of data file separate from specifying delimiter, starting location, etc.
- We current have a select format page, which asks for type of file. We should move the file name selection code into ...
- 12:25 PM Bug #3317 (Resolved): Changing delimiter does nothing in SelectDataFile (soon ConfigureDataSource)
- Clicking the delimiter button should cause the preview pane to redisplay, but at the moment it doesn't seem to do any...
- 11:42 AM Bug #3293: Save data file when wizard is complete
- This has been done for a while now ...
- 10:21 AM Bug #3315: Next button update problem on page where types of data to import are specified
- This was a simple fix - we had a variable keeping track of how many types of data were selected, and it was initializ...
- 09:00 AM Bug #3315 (Resolved): Next button update problem on page where types of data to import are specified
- If you start with scores selected, which it is by default, then select Responses, and then unselect Responses, the ne...
- 09:55 AM Bug #3309: Controller ordering wrong when multiple data types are selected
- Forgot to set to FIXED when updating with the comment above.
- 09:54 AM Bug #3309: Controller ordering wrong when multiple data types are selected
- Fixed so that now the following occurs for each type of data to be imported:
Check for equally spaced columns - if ye... - 08:41 AM Bug #3310: Add title to wizard framework
- Completed, with titles added for each page in the wizard process.
05/22/2008
- 07:26 AM Bug #3308: Fix instructions on LabelDataColumns
- Updated instructions through adding new onDataSourceChange method.
- 04:15 AM Bug #3308 (Resolved): Fix instructions on LabelDataColumns
- LabelDataColumns instructions still reference "dragging and dropping"
- 07:16 AM Bug #3311 (New): Delete old auto-save files
- If an auto-save file cannot be loaded for some reason, delete it.
- 04:46 AM Bug #3310 (Resolved): Add title to wizard framework
- Each page needs to be able to provide a title to the wizard so that it can be displayed at the top of the WizardFrame
- 04:21 AM Bug #3309 (Resolved): Controller ordering wrong when multiple data types are selected
- If scores and responses are both selected, and you select "no" for equally spaced columns for scores, you're then ask...
- 04:13 AM Bug #3307 (New): Deal with student data in columns better
- There are several screens that need to be fixed to deal with student data being in columns rather than rows:
1. Dat... - 04:03 AM Bug #3284: LabelDataColumns needs to scroll column to visible when question clicked on
- Current implementation is that auto-scroll only happens when the column to the right of the currently selected column...
05/21/2008
- 12:27 PM Bug #3284: LabelDataColumns needs to scroll column to visible when question clicked on
- To address my comment from May 8 2008, I've made it so that when a column is assigned, it is scrolled to the left edg...
- 11:45 AM Bug #3286: Alignment in LabelDataColumns page inconsistent
- Fixed by giving some initial text to the question preview component, even though it will be initially overwritten.
- 04:01 AM Bug #3286: Alignment in LabelDataColumns page inconsistent
- This is because even when a question is not selected, the contents of the question text display pane are empty. Sele...
- 03:59 AM Bug #3279: Auto-select first unspecified column in DataTypeSpecification
- I actually read this bug wrong; it's for DataTypeSpecification, not LabelDataColumns. However, since DataTypeSpecifi...
- 03:56 AM Bug #3279: Auto-select first unspecified column in DataTypeSpecification
- This is currently implemented.
- 03:58 AM Bug #3289: LabelDataColumns question list auto-select incorrect using saved values
- Fixed.
05/19/2008
- 12:13 PM Bug #3302: Move student ID screen after selecting types of data columns
- Note that Controller is no longer a subclass of ListWizardController, as that was just too confusing. It now has exp...
- 10:07 AM Bug #3302 (Resolved): Move student ID screen after selecting types of data columns
- Right now selection of the student identifier comes way later in the process. This doesn't make too much sense. It ...
- 10:09 AM Bug #3299: AssessmentImport: "Cancel" button does nothing in Import Wizard
- The cancel button now fires a WizardCanceled event, and disposes of the WizardFrame object, after asking the user if ...
05/16/2008
- 02:28 PM Bug #3299 (Resolved): AssessmentImport: "Cancel" button does nothing in Import Wizard
- Cancel button should be equivalent to closing the window - can we get that wired up for june?
05/13/2008
- 11:47 AM Bug #3294: Add means for RunWizard class to communicate when it is done
- You got it, they're there!
- 10:00 AM Bug #3294: Add means for RunWizard class to communicate when it is done
- I'm not a huge fan of constructors with lots of arguments and prefer that methods exist that do the various bits and ...
- 02:50 AM Bug #3294 (Resolved): Add means for RunWizard class to communicate when it is done
- Three options:
Add a getFrame method
Add delegate methods to add listeners to the frame
Make constructor take a w... - 02:46 AM Bug #3293 (Resolved): Save data file when wizard is complete
- Need to save the data file when the data file is complete. This is stored as a property (ASSESSMENT_DATA_FILE) in th...
05/09/2008
- 12:06 PM Bug #3288: Auto-save wizard map values
- This is complete, through a major refactoring of the methods used to save state.
- 03:52 AM Bug #3289 (Resolved): LabelDataColumns question list auto-select incorrect using saved values
- If the wizard values have been saved, and at least one question has already been saved, the wizard doesn't correctly ...
05/08/2008
- 12:13 PM Bug #3287: Add wizardlistener interface
- Initial revision seems complete, but of course bugs are possible :-)
- 11:01 AM Bug #3287 (Resolved): Add wizardlistener interface
- Make WizardFrame allow other code to listen for wizard completion events.
- 11:04 AM Bug #3288 (Resolved): Auto-save wizard map values
- As each step occurs, save temporarily in the .morpho directory. Use the assessment identifier as the name of the fil...
- 09:13 AM Bug #3284: LabelDataColumns needs to scroll column to visible when question clicked on
- Also, if we've selected a column and the next columns are not visible, then we should automatically scroll for them (...
- 07:39 AM Bug #3284 (Resolved): LabelDataColumns needs to scroll column to visible when question clicked on
- If a response item is selected, the column assigned to that item is selected; but if that column is not visible in th...
- 09:02 AM Bug #3286 (Resolved): Alignment in LabelDataColumns page inconsistent
- Layout on LabelDataColumns page is initially strange; the "AvailableResponseItems" label and the DataTable label are ...
- 09:00 AM Bug #3285 (In Progress): Auto size JTable in DataSourcePreviewPanel
- Adjust preferred height of the JTable so that it is sized to show all rows if possible.
- 08:36 AM Bug #3042: Check data when assigning data types
- Completed.
05/07/2008
- 01:57 PM Bug #3281: Enable next automatically in SelectFormat
- Implemented by overriding isNextEanbledInitially in SelectFormat
- 11:30 AM Bug #3281 (Resolved): Enable next automatically in SelectFormat
- When the select format page is displayed, if an existing format is selected, then the next button should automaticall...
- 11:16 AM Bug #3280 (Resolved): Add "Not specified" option for radio button groups to fix Java 5/6 compatibility issues
- We need "not specified" options for radio button groups on:
Data Type Specification
Assigning columns to question... - 11:14 AM Bug #3279 (Resolved): Auto-select first unspecified column in DataTypeSpecification
- When the import data window is opened, the first unspecified column should be selected.
Also available in: Atom