"Receive user responses from the Image Recommendations algorithm training feature."
properties
lang
description
"List of languages that the user has configured in the app."
type
"string"
required
true
page_title
description
"Title of the article that was suggested."
type
"string"
required
true
image_title
description
"File name of the image that was suggested for the article."
type
"string"
required
true
suggestion_source
description
"Source from which this suggestion is being made, e.g. whether the image appears in another language wiki, inside a wikidata item, etc."
type
"string"
required
true
response
description
"The response that the user gave for this suggestion: 0 = yes, 1 = no, 2 = not sure"
type
"integer"
required
true
reason
description
"List of reasons for the user's response (array of numbers corresponding to checkbox selections)."
type
"string"
required
true
details_clicked
description
"Whether the user tapped for more information on the image."
type
"boolean"
required
true
info_clicked
description
"Whether the user tapped on the 'i' icon in the toolbar."
type
"boolean"
required
true
scrolled
description
"Whether the user scrolled the contents of the article that are shown underneath the image suggestion."
type
"boolean"
required
true
time_until_click
description
"Amount of time, in milliseconds, that the user spent before tapping on the Yes/No/Not sure buttons."
type
"integer"
required
true
time_until_submit
description
"Amount of time, in milliseconds, that the user spent before submitting the entire response, including specifying the reasons for selecting No or Not sure."
type
"integer"
required
true
user_name
description
"The wiki username of this user. May be null if the user did not agree to share."
type
"string"
required
true
teacher_mode
description
"Whether this feature is being used by a superuser / omniscient entity."
type
"boolean"
required
true
app_install_id
description
"Randomly generated UUID that is unique to each app install, which can be used to cross-reference the same app install across different schemas."
type
"string"
required
true
client_dt
description
"Client-side ISO-8601-formatted date-time at which this event occurred."