| KalturaQuizFilter |
| Properties |
Inherited from KalturaObjectBase
|
|
| Name |
Type |
Writable |
Restrictions |
Description |
| orderBy |
string |
V |
|
|
| advancedSearch |
KalturaSearchItem |
V |
|
|
|
|
|
| Name |
Type |
Writable |
Restrictions |
Description |
| entryIdEqual |
string |
V |
|
This filter should be in use for retrieving only a specific quiz entry (identified by its entryId). |
| entryIdIn |
string |
V |
|
This filter should be in use for retrieving few specific quiz entries (string should include comma separated list of entryId strings). |
|