# Interface: IActivityStreamsQuestionOneOfChoice

Represents a Question with an exclusive list of possible answers, but not an inclusive list.

## Properties

### anyOf? {#anyof}

> `optional` **anyOf?**: `undefined`

Specifies an inclusive list of possible answers.

#### See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-anyof

***

### oneOf {#oneof}

> **oneOf**: `ObjectOrArray`\<`IJsonLdNodeObject`\>

Specifies an exclusive list of possible answers.

#### See

https://www.w3.org/TR/activitystreams-vocabulary/#dfn-oneof
