You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, there. I'm building an annotation system based on turkle. The question is when the users annotate the tasks, they might want to see the annotations they have done (maybe as a reference for the current annotation). Or during annotating, users may want to change previous tasks' annonations. I've seen similar html pages in "review_batch.html" where I can see different tasks. But I don't find anything like "previous task" in "task_assignment.html".
Can I achieve this using your system? Or should I implement this myself?
The text was updated successfully, but these errors were encountered:
@StauskasCST turkle does not currently support viewing or revising previous annotations. The challenge here is that the templates load their data from the CSV file that was loaded, but they do not have any code to load the saved answers. You would need to add some extra navigation to view completed assignments which should be fairly easy, but the each template would need to have code to load the previously submitted answers.
Hi, there. I'm building an annotation system based on turkle. The question is when the users annotate the tasks, they might want to see the annotations they have done (maybe as a reference for the current annotation). Or during annotating, users may want to change previous tasks' annonations. I've seen similar html pages in "review_batch.html" where I can see different tasks. But I don't find anything like "previous task" in "task_assignment.html".
Can I achieve this using your system? Or should I implement this myself?
The text was updated successfully, but these errors were encountered: