Project

General

Profile

Activity

From 04/15/2009 to 05/14/2009

05/14/2009

06:26 PM Bug #4005: Question separator function logic fails while parsing Exam2.pdf
We have reached a consensus that this case will not be thoroughly handled for the client-prototype release. We will g... Sandeep Namilikonda

05/13/2009

09:19 PM Bug #4058: Question 46 on Fall05-Exam3.pdf causes error in recognition
The following pseudo code is relevant in the context of Bugs 3923, 3924, 3989, 4058, 4005.
I tried to elaborate more...
Sandeep Namilikonda
01:43 PM Bug #3434: Row number incorrect when verifying student selection
Forgot to change status to fixed on previous comment! Ryan McFall
01:42 PM Bug #3434: Row number incorrect when verifying student selection
Simple enough to fix (modified getValueAt in TableModel declared in VerifyStudentSection constructor). Note that Ver... Ryan McFall
01:24 PM Bug #3406: Changing delimiters on ConfigureDataSource doesn't work
This was due to code that was attempting to handle the change in the selected rows/columns in the table, which was be... Ryan McFall
12:28 PM Bug #4005: Question separator function logic fails while parsing Exam2.pdf
The logic you (Ryan) presented is more sound. Clearly, the current logic to recognize Answer Key cannot handle any qu... Sandeep Namilikonda

05/12/2009

09:29 AM Bug #3526: Should allow rectangle associated with vectorized image to be edited when clicked on
This is now possible. ImagePane is still a JPanel, but has many JList like features. Moving to JList was explored, ... Ryan McFall
07:42 AM Bug #4005: Question separator function logic fails while parsing Exam2.pdf
I'm not sure why you are saying that we need to know the index of the first valid line of text on the current page. ... Ryan McFall

05/11/2009

06:08 PM Bug #4005: Question separator function logic fails while parsing Exam2.pdf
AnswerKey recognition happens in separateQuestions(). Each line of text is dealt with separately in this function. So... Sandeep Namilikonda
07:32 AM Bug #4005: Question separator function logic fails while parsing Exam2.pdf
(Resubmit after fire)
In trying to handle the answer key, I see you're showing an error message in
PDFAssessment2_4....
Ryan McFall
10:50 AM Bug #3514: Import assessments with no assessment-level score detail
We could add another step in the import wizard that allows us to indicate whether we have individual item scores, or ... Ryan McFall
07:42 AM Bug #3514: Import assessments with no assessment-level score detail
I think you could [easily?] bypass the "assign question numbers to scores" step of the import wizard and end up with ... ben leinfelder
07:10 AM Bug #3514: Import assessments with no assessment-level score detail
I'm going to mark this as after the client prototype, because it sounds like it
will require significant work on the ...
Ryan McFall
10:38 AM Bug #3793: Add ignored region selections to vector image selection page
This has been resolved; the selections from the previous page are now shown in a gray color so that the user knows th... Ryan McFall
08:09 AM Bug #4045: Incorrect use of <item> elements in QTI
moved the Question.generateXML() method into the ResponseItem superclass. Now response items create just one item/qti... ben leinfelder
07:35 AM Bug #4058 (New): Question 46 on Fall05-Exam3.pdf causes error in recognition
(This is a resubmission of a bug lost due to fire. The old bug number was 4057; that number seems to have taken by a... Ryan McFall
07:28 AM Bug #3457: Can't immediately edit new choice for multiple choice question
This doesn't seem to be an issue anymore Ryan McFall
07:27 AM Bug #3359: Allow files to be assigned to only sensible types of data
Resubmit after fire Ryan McFall
07:26 AM Bug #3406: Changing delimiters on ConfigureDataSource doesn't work
Resubmit after fire Ryan McFall
07:25 AM Bug #3455: Show non-active data types in LabelDataColumns in a different color than the current data type
A reminder on what this means (I think). When assigning responses and scores
have already been assigned, then the re...
Ryan McFall
07:24 AM Bug #3716: Selected rectangle can have its origin moved above the top of the document
Need to verify that this is still a bug with new selector code, but if so, it
should be fixed. (Resubmit after fire)
Ryan McFall
07:23 AM Bug #3404: Make JLists larger in AssignExternalFiles
This seems like an important thing, although I seem to remember trying to work
on this and not having much luck previ...
Ryan McFall
07:22 AM Bug #3285: Auto size JTable in DataSourcePreviewPanel
This seems like it would be pretty helpful, and potentially not that difficult,
so I've marked it as client-prototype.
Ryan McFall
07:22 AM Bug #3060: Wizard Frame should enable next automatically when previous is clicked
The wizard seems to work well at this point, so there's no real reason to go
back and revisit this. Only if we disco...
Ryan McFall
07:21 AM Bug #3434: Row number incorrect when verifying student selection
Resubmit after fire Ryan McFall
07:20 AM Bug #3525: MouseExited logic not invoked when exiting scrollbar into PDFPane
This is old and based on code that is no longer in use. (Resubmit after fire) Ryan McFall
07:19 AM Bug #3810: PDF document being viewed does not maximize when the window is maximized.
The PDFPane does "maximize" in the y direction, except that more space is being
allocated to the instructions than ar...
Ryan McFall
07:18 AM Bug #3864: mouse icon is busy
I'm going to mark this as client-prototype, but it needs to be tested and
verified. It's likely that an error was th...
Ryan McFall
07:17 AM Bug #3398: Arrow keys change browser pages
This no longer seems to be an issue; it's possible that this was fixed when we
went away from Multivalent's browser c...
Ryan McFall
07:16 AM Bug #4024: Image drop target disappears after deleting last image from a response item
This is no longer an issue with the new image drag-and-drop target notification
mechanisms. (Resubmit after fire)
Ryan McFall
07:16 AM Bug #3307: Deal with student data in columns better
This is not really that big of a deal, and users can re-arrange their
spreadsheet to handle this case. So I think it...
Ryan McFall
07:15 AM Bug #3866: Undo does not work on question type change action
Resubmit after fire Ryan McFall
07:13 AM Bug #3832: Add ability to restart parsing process in Parser
Another item of note is that we need to save the references to the images
associated with the document. This include...
Ryan McFall
07:09 AM Bug #3820: Dropping image into common instructions prompt shows image drop targets for whole question
Changes in the way dropping images works has made this bug irrelevant; there is
no longer a way to show/hide the imag...
Ryan McFall
07:08 AM Bug #3627: May need way to select image from original document while editing questions
This can probably be worked around by editing the text. It wouldn't be optimal, but it would be better than nothing.... Ryan McFall
07:06 AM Bug #3926: Parsing/Extraction does not complete on doc56.pdf
Neither Sandeep nor I can reproduce this bug any more. I was on a different
computer than the one I just checked on ...
Ryan McFall

05/09/2009

10:35 PM Bug #4011: Double digit question numbers appear as single digit!
Incomplete logic ( missed question numbers followed by ")" ) in *ResponseItem.java for pruning question numbers from ... Sandeep Namilikonda
11:29 AM Bug #3659: Warn users if assessment has no question numbers
Since scanned documents are detected and handled in AssessmentFileSelection, this bug only corresponds to cases where... Sandeep Namilikonda

05/08/2009

05:11 AM Bug #3572: Prompt associated with multi-part question missing on page 2 of Exam3BS110s08dem.pdf
Sandeep verified that this works. Ryan McFall
05:11 AM Bug #3878: Need to allow selection rectangles to be drawn in directions other than top-left to bottom-right
This seems to be implemented correctly now; changes were made to SelectorLayer.DrawNewRectangle.
Right now resizing ...
Ryan McFall
05:10 AM Bug #3662: Modify PDF pane navigation controls on vector rasterization page
Fixed by adding a label at the bottom of the page (near the page navigation controls) that indicates whether or not t... Ryan McFall

05/04/2009

02:08 PM Bug #4005: Question separator function logic fails while parsing Exam2.pdf
Faulty AnswerKey detection logic resulted in this erroneous behavior, which has been rectified now.
The solution ha...
Sandeep Namilikonda
09:56 AM Bug #3768: find engineering vocabulary for assessment classification
Currently, we have identified a few potential thesauri/taxonomies of relevance.
But, we will not know if further reso...
Sandeep Namilikonda
09:22 AM Bug #3580: Extracted Questions content not scrollable
This bug has been fixed already (Feb 2009, implemented scrollable interface for ExtractedQuestionsPane)!
Sandeep Namilikonda
09:15 AM Bug #3858: "open a new document" menu in parser does not work.
Commented out code corresponding to "new button" from MainWindow.java Sandeep Namilikonda

05/03/2009

10:02 PM Bug #3571: Add hourglass when switching pages on PDF
Made necessary changes to PDFPane.java to display an hour glass while switching between the pages. Sandeep Namilikonda

05/02/2009

03:13 PM Bug #3965: Inappropriate error message when the document is a scanned PDF
I believe this has been fixed by checking for this condition when Next is pressed in the AssessmentFileSelection wiza... Ryan McFall
02:12 PM Bug #3856: Inconsistent functionality: Parse common choices and associate them with each of the pertinent questions
This resolution seems fine to me Ryan McFall
07:36 AM Bug #3856: Inconsistent functionality: Parse common choices and associate them with each of the pertinent questions
Ryan, I made necessary changes in code to implement the solution I suggested under "Comment #1". But, as you pointed ... Sandeep Namilikonda

05/01/2009

01:41 PM Bug #4045: Incorrect use of <item> elements in QTI
It's not really the code that is generating the XML - I think it's just that the classes (Question.java) that end up ... ben leinfelder
01:35 PM Bug #4045: Incorrect use of <item> elements in QTI
I really doubt that this has been changed since last summer. I know I haven't touched the code that generates the XM... Ryan McFall
12:42 PM Bug #4045 (Resolved): Incorrect use of <item> elements in QTI
While researching a different bug, it came to my attention that there are cases in which the parser is generating QTI... ben leinfelder
12:40 PM Bug #3974: Saved parsed items do not show up in the Assessment Importer (in DataPackage wizard)
While researching this bug, it came to my attention that there are cases in which the parser is generating QTI docume... ben leinfelder
12:31 PM Bug #3971: The original PDF document does not open when you reopen parsed items under Data Package interface
This is expected - we are not saving a reference to the PDF file and therefore are not displaying it when you come ba... ben leinfelder
05:44 AM Bug #3867: adding question number
*** Bug 3582 has been marked as a duplicate of this bug. *** Ryan McFall
05:44 AM Bug #3582: Cannot set question number for questions with no question number detected
This bug was re-reported as bug 3867; that bug also includes request to allow setting question numbers for new questi... Ryan McFall
05:13 AM Bug #3856: Inconsistent functionality: Parse common choices and associate them with each of the pertinent questions
Sandeep, this bug is marked as client-alpha3. Can you look at it and either resolve it if you think it's fixed, or g... Ryan McFall
05:11 AM Bug #3663: Need better indication of how to remove images
For now this is sufficiently solved. For the post client prototype stage, it would be nice to complete the pop-up me... Ryan McFall
05:07 AM Bug #3981: In case of Word has a footer or header before converted to PDF file
After our discussion on 4-29-2009, it was decided that the ability to select headers and footers in the wizard pages ... Ryan McFall

04/30/2009

12:33 PM Bug #3965: Inappropriate error message when the document is a scanned PDF
Revise the error message and detect the documents that the parser fails to identify any text content. Sandeep Namilikonda
12:16 PM Bug #3865: Add question before first question while parsing an exam
Add new button to each question item to add a question above or below instead of just below. Sandeep Namilikonda
12:03 PM Bug #3858: "open a new document" menu in parser does not work.
Group consensus:
There is no need for this button anymore and hence, can be removed safely from the interface.
Sandeep Namilikonda
12:00 PM Bug #3966: Buggy functionality: Show Images - Hide Images in questionComponent
I fixed it Ryan McFall

04/29/2009

01:28 PM Bug #3971: The original PDF document does not open when you reopen parsed items under Data Package interface
After completed the parsing and saved it to local, if i open data package again
and open the assessment items, which ...
Sandeep Namilikonda
01:23 PM Bug #3965: Inappropriate error message when the document is a scanned PDF
New error message added to identify this case. Sandeep Namilikonda
01:18 PM Bug #3972: image does now appears on main item window
*** Bug 3964 has been marked as a duplicate of this bug. *** Sandeep Namilikonda
01:16 PM Bug #3972: image does now appears on main item window
Ryan's new image handling feature has resolved this particular bug (for the document fall2002-exam2.pdf) Sandeep Namilikonda
01:18 PM Bug #3964: user defined image
Please see bug report for 3972.
*** This bug has been marked as a duplicate of bug 3972 ***
Sandeep Namilikonda
12:54 PM Bug #3859: adding question
"Add Question" label may be misinterpreted as adding the question to the database. We resolved this by having a "tool... Sandeep Namilikonda
12:41 PM Bug #3974: Saved parsed items do not show up in the Assessment Importer (in DataPackage wizard)
When I start morpho to access the data package corresponding to the parsed document, the meta-data is displayed fine ... Sandeep Namilikonda

04/24/2009

12:43 PM Bug #3514: Import assessments with no assessment-level score detail
there's no place in the EdML (metadata) for the aggregate scores (data).
I think we though it could be accommodated i...
ben leinfelder
05:56 AM Bug #3514: Import assessments with no assessment-level score detail
Ben, I want to verify that the EdML schema has a placeholder for the total score. If it does, then I would consider ... Ryan McFall
09:56 AM Bug #4024: Image drop target disappears after deleting last image from a response item
I don't think this is quite a duplicate of bug 3966. At least the part in 3966 about the drop target not necessarily... Ryan McFall
09:48 AM Bug #4024: Image drop target disappears after deleting last image from a response item
Should I mark bug 3966 as a duplicate of this bug? Sandeep Namilikonda
06:24 AM Bug #4024 (Resolved): Image drop target disappears after deleting last image from a response item
Steps to reproduce:
Turn on "Show images" using the button at the top of a question. Drag a question onto the app...
Ryan McFall
09:52 AM Bug #3863: Parser could not launch.
Just tried:
New Data Package
Entered metadata
Saved
Launched parser
Parsed
Saved and closed
Saved
Exited morpho
Start...
ben leinfelder

04/23/2009

11:09 AM Bug #3829: Support UTF8 encoded XML in Metacat
Metacat 1.9.1 does not include this feature.
We are using 1.9.1 for the prototype.
Will likely continue to see some o...
ben leinfelder
11:04 AM Bug #3875: seraching for items does not return individual item
determined it was out of scope to switch to items-based interface for searching ben leinfelder
10:51 AM Bug #3914: Trying to add a category/keyword from Bloom thesarus results in error
This was a bug that we encountered in Morpho, as well.
Jing fixed it. Apparently it only shows up in Windows systems ...
ben leinfelder

04/22/2009

06:05 AM Bug #4005: Question separator function logic fails while parsing Exam2.pdf
Yes. I was thinking about re-writing the code too. But, if you want to do the clean-up that is fine by me although I ... Sandeep Namilikonda
05:40 AM Bug #4005: Question separator function logic fails while parsing Exam2.pdf
Yes, I noticed this too; this is what I was looking for yesterday when I sent Sandeep the email.
Right now it assume...
Ryan McFall

04/21/2009

10:36 PM Bug #4005: Question separator function logic fails while parsing Exam2.pdf
Fall05-Exam3.pdf:
- Parsing stops after Q36 while reading the answer key on page 7.
The actual document has 13 p...
Sandeep Namilikonda
09:59 AM Bug #4005 (Resolved): Question separator function logic fails while parsing Exam2.pdf
While parsing the following question, the current logic deems the text "12 S" of choice B, second line, as a part of ... Sandeep Namilikonda
10:32 PM Bug #3989: Garbled text in questions and missing choices!
A few related errors while parsing Fall05-Exam3.pdf:
- Q25-Q27 choice E is pruned! Q25 has an image associated with...
Sandeep Namilikonda
10:27 PM Bug #4011 (Resolved): Double digit question numbers appear as single digit!
First noticed while parsing Fall05-Exam3.pdf;
Only the least significant digit of a question number being displaye...
Sandeep Namilikonda
10:19 PM Bug #3748: Undo doesn't work for image manipulation + other contexts
UNDO fails to reverse the following changes:
- Image added by user
- Image disposal does not revert "show images"...
Sandeep Namilikonda

04/20/2009

10:10 PM Bug #3969: Choices may be deleted due to indentation! (parser issue)
Previously, the logic of condition check was based on the assumption that only a new question would satisfy the condi... Sandeep Namilikonda

04/19/2009

07:58 PM Bug #3989 (Resolved): Garbled text in questions and missing choices!
for the questions 31, 32, 33, 34, 35 from Exam 3 fall 2005, parser does not recognize the paragrah correctly. it does... Jay Lee
 

Also available in: Atom