Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can the user go back and change the submitted annotation? #188

Open
sitaocheng opened this issue Oct 29, 2022 · 2 comments
Open

Can the user go back and change the submitted annotation? #188

sitaocheng opened this issue Oct 29, 2022 · 2 comments

Comments

@sitaocheng
Copy link

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?

@cash
Copy link
Member

cash commented Oct 31, 2022

@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.

@sitaocheng
Copy link
Author

okay. Thank you so much. I'll have a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants