edesiocs / ingatan

Automatically exported from code.google.com/p/ingatan
Other
0 stars 0 forks source link

Need a fill-in-the-table answer field for flexi-questions. #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is a completely new feature.

Describe the new feature should be added and what the current situation is.
This should appear in the answer text field as a dashed rectangle with a 
configure button. A dialog will appear that allows the user to edit the table. 
The user should be able to set column titles, as well as set particular cells 
as given.

How will this feature improve the usability of Ingatan?
There are many question types where this answer field would be useful. It can 
currently be produced in a contrived way by lining up three list answer fields 
without a line break, but this is not a good solution.

Do you have any suggestions for code implementation?
The cell editor should be an extension on the one developed for DataTable. It 
should have configurable font and font size (think about kanji), and it should 
carry a checkbox so the user can set if the cell is 'given' or not.
Also as a result of this, the 'given' feature should be removed from the list 
type answer field.

Original issue reported on code.google.com by tom.eve...@gmail.com on 4 Feb 2011 at 12:54

GoogleCodeExporter commented 9 years ago
Completed first version in revision 27257f90c7.

The user can set a cell as 'given'/'label' by prefixing its text with a 
asterisk (*).

Original comment by tom.eve...@gmail.com on 8 Feb 2011 at 11:37

GoogleCodeExporter commented 9 years ago

Original comment by tom.eve...@gmail.com on 8 Feb 2011 at 11:56