zooniverse-glacier / notesFromNature

https://www.notesfromnature.org/
Apache License 2.0
13 stars 11 forks source link

Items skipped are listed as transcribed - Herbarium #324

Closed joanball closed 9 years ago

joanball commented 10 years ago

This seems like a problem some people had a while ago, but still might be an issue? I couldn't replicate it, but it may be a glitch for people who have been working on records for awhile? Or maybe it is fixed...

http://talk.notesfromnature.org/#/boards/BNN0000002/discussions/DNN00001em?page=1&comment_id=530a34ae47bc7273b9005de7

joanball commented 10 years ago

I take that back... I was able to replicate the problem. When I signed in again, it showed that I had transcribed all skipped records.

chrissnyder commented 10 years ago

Correct, a "skip" counts as a transcription. I did this to ensure if a user skips an item, they do not get the same one again later.

robgur commented 10 years ago

@csynder was this closed with a skip counting as a "skip" but not a "transcription"? Can we collate "skips" in our output? It would be useful to know when someone skips a record --- might be a good "flagging" system.

On Wed, Mar 19, 2014 at 7:38 AM, Chris Snyder notifications@github.comwrote:

Closed #324 https://github.com/zooniverse/notesFromNature/issues/324.

Reply to this email directly or view it on GitHubhttps://github.com/zooniverse/notesFromNature/issues/324 .

chrissnyder commented 10 years ago

Skips should show up in the output. I say "should" but I don't remember seeing them now that I think on it.

robgur commented 10 years ago

Yeah, me either! Should I check? Would it just be a full blank record? Would be much easier if we could flag skips with a "skip" (Y/N) column. Someone could add no data to a record, submitted it, and not have called it a skip. Would be good to disambiguate?

Also, Chris, thanks...

On Wed, Mar 19, 2014 at 7:48 AM, Chris Snyder notifications@github.comwrote:

Skips should show up in the output. I say "should" but I don't remember seeing them now that I think on it.

Reply to this email directly or view it on GitHubhttps://github.com/zooniverse/notesFromNature/issues/324#issuecomment-38051931 .

chrissnyder commented 10 years ago

Yea, it should come back with the skip flag set to true.

Code: https://github.com/zooniverse/notesFromNature/blob/master/app/controllers/interfaces.coffee#L69-L72

I'll double-check with Michael tomorrow (he's out today) that this is making it through to the data product send along to you folks.

chrissnyder commented 10 years ago

Reopening for now as a reminder

robgur commented 10 years ago

Yup, awesome! Appreciate that check w/ Michael -- think its where we probably have an issue.

On Wed, Mar 19, 2014 at 8:06 AM, Chris Snyder notifications@github.comwrote:

Yea, it should come back with the skip flag set to true.

Code:

https://github.com/zooniverse/notesFromNature/blob/master/app/controllers/interfaces.coffee#L69-L72

I'll double-check with Michael tomorrow (he's out today) that this is making it through to the data product send along to you folks.

Reply to this email directly or view it on GitHubhttps://github.com/zooniverse/notesFromNature/issues/324#issuecomment-38053814 .

denslowm commented 10 years ago

I will take a look as soon as I can.

JoyceGross commented 10 years ago

There's no "skip" flag or information in the data dump for CalBug. It would be very useful if we had a way to know which records have been skipped.

junyinglim commented 10 years ago

Just wondering, as I wasn't sure from the thread, which was the case. Do skipped transcriptions count to the 4-transcriptions limit per file?

chrissnyder commented 10 years ago

Yes.

chrissnyder commented 9 years ago

Looked today, skipped is in the data export. Closing.