Actions
Bug #3414
closedCreate mechanism for updating dataTable column values
Start date:
06/23/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3414
Description
Because the data table now contains assessmentId (the same as the datapackage Id) we need a way to update the id as the revision number is increased on saves. We will also want to use the feature to update the questionId values when we start updating existing questions using the parser interface.
Updated by Ryan McFall over 16 years ago
Should be completed with the introduction of the Utilities class in the edu.msu.first.dataimport package; specifically the method replaceIdentifiers.
This may not be the right package, and possibly a class rather than a static method would be appropriate, but at least this is a good first go around.
Actions