There are three issues with "Clear Answer for Current Question" menu item in Configuration Editor UI:
1. It is disabled by default and only can be enabled if one select "Enable Bookmarks". But this functionality has *nothing* to do with bookmarks at all. Which leads to second issue, see below. At the minimum, the menu item should be enabled by default.
2. (lower priority) The "Clear Answer for Current Question" located in "Bookmarks" menu, but has nothing to do with bookmarks.
3. The name of the item: "Clear Answer for Current Question" is a bit confusing. It doesn't *clear* the answer from user's point of view. It sets it to the default value. The fact that clear() method is involved, is an low-level implementation detail. And in some of our TCKs we are actually provide special clear() methods for our questions to set to proper default values. So when user invokes "Clear Answer" he sees that the value isn' t really cleared, it set to some (default) value. I'd suggest to reword this item to make the intent of the action more, um, (pun is intended) clear. :)
1. It is disabled by default and only can be enabled if one select "Enable Bookmarks". But this functionality has *nothing* to do with bookmarks at all. Which leads to second issue, see below. At the minimum, the menu item should be enabled by default.
2. (lower priority) The "Clear Answer for Current Question" located in "Bookmarks" menu, but has nothing to do with bookmarks.
3. The name of the item: "Clear Answer for Current Question" is a bit confusing. It doesn't *clear* the answer from user's point of view. It sets it to the default value. The fact that clear() method is involved, is an low-level implementation detail. And in some of our TCKs we are actually provide special clear() methods for our questions to set to proper default values. So when user invokes "Clear Answer" he sees that the value isn' t really cleared, it set to some (default) value. I'd suggest to reword this item to make the intent of the action more, um, (pun is intended) clear. :)