Open TomLippincott opened 4 years ago
No. This has been a requested feature, delayed in part as this software was long intended to keep strictly with the behavior of crowdsourcing. We agree it would enable workflows that are more common with experts, who may often do multi day sessions and as you say, wish to potentially revise.
“We gladly accept PRs”
Otherwise I’d anticipate by end of 2020, it has been on the roadmap.
On Sat, May 2, 2020 at 7:43 AM Thomas Lippincott notifications@github.com wrote:
@charman https://github.com/charman @cash https://github.com/cash @vandurme https://github.com/vandurme
Is there such a mechanism, perhaps related to the CADET-style correction of existing NER tags etc? What I'm envisioning is: tasks have a boolean switch (e.g. "persistent") that, if set, keeps it in a user's landing page even if they've completed it, so they can go back and edit.
If not, does anyone see a particular reason not to have this functionality, or that it would be difficult to implement? If not, I'd take a shot at it.
FYI this is so that humanists can do the sort of annotation they're used to, but with very easy pivots to crowdsourcing (and the huge advantage of having people willing and able to implement interfaces for new data etc).
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/hltcoe/turkle/issues/47, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACMFB5S372KJMMZQZGASALRPQBOPANCNFSM4MXUV2VQ .
--
- ben (mobile)
Great, just wanted to be sure it's not already implemented or under-way: I'll take a shot at it, eta hopefully this month.
@cash @charman
Basic plan (subject to feedback, will start on it this afternoon): add a field to the Project class, "persistent_for", similar to "worker_permissions", for specifying a list of workers for whom this project 1) always shows up in their landing page, whether or not they've completed it (with some indication of completion-state), 2) when HITs are rendered, the view first queries for existing annotations of the HIT by the worker, and pre-fills with any results.
A wrinkle to be aware of for robust "pre-fills": note that one may employ randomness in layout decisions in the task's .html. For example: you wish to display 2 items to be annotated, such as "which is more positive sentiment", and you randomize the order on the screen. I don't believe we current have to save layout decisions in the submission, and even if we did, interfaces aren't written presently to check a possibly saved value for that decision, so an interface could change between sessions as a corner case.
Are you thinking turkle support for persistence will be robust for existing tasks, or will developers need to code their .html for it specifically?
On Sun, May 3, 2020 at 9:31 AM Thomas Lippincott notifications@github.com wrote:
@cash https://github.com/cash @charman https://github.com/charman
Basic plan (subject to feedback, will start on it this afternoon): add a field to the Project class, "persistent_for", similar to "worker_permissions", for specifying a list of workers for whom this project 1) always shows up in their landing page, whether or not they've completed it (with some indication of completion-state), 2) when HITs are rendered, the view first queries for existing annotations of the HIT by the worker, and pre-fills with any results.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/hltcoe/turkle/issues/47#issuecomment-623110826, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACMFB5MIV7QSTIPVWHT2XLRPVW37ANCNFSM4MXUV2VQ .
This is not going to be a simple feature to add. Some things to consider:
@charman @cash @vandurme
Is there such a mechanism, perhaps related to the CADET-style correction of existing NER tags etc? What I'm envisioning is: tasks have a boolean switch (e.g. "persistent") that, if set, keeps it in a user's landing page even if they've completed it, so they can go back and edit.
If not, does anyone see a particular reason not to have this functionality, or that it would be difficult to implement? If not, I'd take a shot at it.
FYI this is so that humanists can do the sort of annotation they're used to, but with very easy pivots to crowdsourcing (and the huge advantage of having people willing and able to implement interfaces for new data etc).