OpenElectionData / election-transcriber

:pencil2: Election Transcription Interface built with @Datamade
MIT License
1 stars 0 forks source link

a way to resolve conflicting transcriptions #53

Closed cathydeng closed 9 years ago

cathydeng commented 9 years ago

storing data:

interface:

this would close #52 & #43

philbrondyke commented 9 years ago

Sounds great. Yep, that would close 52 and 43.

cathydeng commented 9 years ago

implementation:

instead of manually resolving conflicts, add another setting to the task metadata for a concurrence threshold (& treat # reviewers as min # of reviewers, not absolute num), e.g. accept a transcription as final if 3/4 of transcriptions agree. images will continue to be served to transcribers until they have reached both the concurrence threshold & the min # of reviewers.

cathydeng commented 9 years ago

implemented