I have a minimum limit number, 1, a maximum limit number, 10, an "entity", article, and a question whose answer should state (one between true or false) if the number of current articles exceeded the minimum limit or the maximum limit of allowed articles, ....
Technically speaking, I'm trying to write questions like article is <some words> "deletable"? and article is <some words> "creatable"? (note: one of my requisites is that the way I'd like to "build" questions is that each question should refer to a single article with the verb to be).
In the above case, for both questions, the <some words> value I came up with might be "the last", but I think it doesn't properly ask for answer I am looking for.
So, what <some words> can I use?