make code public
This commit is contained in:
parent
9d8b93db26
commit
6ba92064bb
26 changed files with 1744 additions and 0 deletions
25
templates/questions/unique_object.json
Normal file
25
templates/questions/unique_object.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
[
|
||||
{
|
||||
"name":"Unique Object - Attributes",
|
||||
"text": [
|
||||
"There is [exactly] one <Z> <C> <M> <S> [in the image].",
|
||||
"The image has [exactly] one <Z> <C> <M> <S>.",
|
||||
"No other <Z> <C> <M> <S> except for [exactly] one.",
|
||||
"There is a <Z> <C> <M> <S> [in the image].",
|
||||
"The image has a <Z> <C> <M> <S>.",
|
||||
"A <Z> <C> <M> <S> is present [in the image]."
|
||||
],
|
||||
"constraints":[{"class":"unique_attr", "args":[]}],
|
||||
"type":"unique-obj",
|
||||
"label":"unique-obj",
|
||||
"references": [
|
||||
"There is [exactly] one {{<Z> <C> <M> <S>}} [in the image].",
|
||||
"The image has [exactly] one {{<Z> <C> <M> <S>}}.",
|
||||
"No other {{<Z> <C> <M> <S>}} except for [exactly] one.",
|
||||
"There is a {{<Z> <C> <M> <S>}} [in the image].",
|
||||
"The image has a {{<Z> <C> <M> <S>}}.",
|
||||
"A {{<Z> <C> <M> <S>}} is present [in the image]."
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue