Recibe información extraida de un fichero de texto e instancia un objeto Item.
Si el ítem es un conjunto, carga el contenido del subconjunto.
Methods
Genera un objeto item a partir de la información recibida.
__construct(string $itemId, string $itemData, boolean $idFromTexto)
En un ítem sin propiedades adicionales, $itemData sólo
contiene el texto del ítem.
El parámetro $idFromTexto indica si el identificador debe
ser generado a partir del texto del ítem.
Parameters
$itemId
string
$itemData
string
$idFromTexto
boolean
Identificador único del ítem.
getHash() : string
Inherited
Utilizado para realizar búsquedas desde
el conjunto de ítems. Si el ítem pertenece a un subconjunto, se utiliza
una variable adicional para generarlo ($seed).
inherited_from |
\Item::getHash() |
Returns
string
getId()
getId()
Inherited
inherited_from |
\Item::getId() |
Según la información contenida en $itemData, crea un objeto
item estándard, uno con propiedades adicionales (p.
getInstance(\type $itemId, array | string $itemData, boolean $idFromTexto) : \ItemExtendedLoader | \ItemsSubGroupLoader | \self
Static
ej., tipo de
respuesta) o un subconjunto de ítems.
El parámetro $idFromTexto indica si el identificador debe
ser generado a partir del texto del ítem.
Parameters
$itemId
\type
$itemData
array
string
$idFromTexto
boolean
Returns
getItemAdjunto()
getItemAdjunto()
Inherited
inherited_from |
\Item::getItemAdjunto() |
getItemData()
getItemData()
getOpcionesRespuesta()
getOpcionesRespuesta()
Inherited
inherited_from |
\Item::getOpcionesRespuesta() |
getSeed()
getSeed()
Inherited
inherited_from |
\Item::getSeed() |
getTextoPregunta()
getTextoPregunta()
Inherited
inherited_from |
\Item::getTextoPregunta() |
getTipoRespuesta()
getTipoRespuesta()
Inherited
inherited_from |
\Item::getTipoRespuesta() |
Comprueba si el ítem posee un subconjunto de ítems.
hasItemsSubGroup(array $itemData) : boolean
Static
Parameters
$itemData
array
Returns
boolean
Comprueba si el ítem es de respuesta obligatoria.
isRequired() : boolean
Inherited
inherited_from |
\Item::isRequired() |
Returns
boolean
setId()
setId($id)
Inherited
inherited_from |
\Item::setId() |
Parameters
$id
Asigna un objeto item como adjunto al ítem principal.
setItemAdjunto(\Item $itemAdjunto)
Inherited
Su identificador
es generado a partir de la combinación del identificador del ítem principal
y una palabra clave que indica que es un ítem adjunto (itemId__adjunto).
inherited_from |
\Item::setItemAdjunto() |
Parameters
setItemData()
setItemData($itemData)
Carga las opciones de respuesta del ítem.
setOpcionesRespuesta(\Respuestas $opcionesRespuesta)
Inherited
inherited_from |
\Item::setOpcionesRespuesta() |
Parameters
$opcionesRespuesta
\Respuestas
| array $respuestasPosibles
setRequired()
setRequired($required)
Inherited
inherited_from |
\Item::setRequired() |
Parameters
$required
setSeed()
setSeed($seed)
Inherited
inherited_from |
\Item::setSeed() |
Parameters
$seed
En un ítem sin propiedades adicionales, $itemData sólo
contiene el texto del ítem.
setTextoPregunta()
Las subclases lo implementan de forma particular.
Este método lo implementan de forma particular las subclases
setTipoRespuesta()
Adapta una cadena de texto para poder ser utilizada como identificador.
textoToId(string $texto)
Static
Properties
$opcionesRespuesta : \Respuestas
Inherited
Para ítems de selección única o múltiple.
inherited_from |
\Item::$$opcionesRespuesta |
$id
Inherited
Se utiliza en combinación
con los identificadores de conjuntos y subconjuntos, generando un
identificador único. Ejemplo: idConjunto__idItem,
idConjunto__idSubConjunto__idItem .
inherited_from |
\Item::$$id |
$itemAdjunto : self
Inherited
inherited_from |
\Item::$$itemAdjunto |
$required : boolean
Inherited
Por defecto todos los ítems son de respuesta obligatoria.
inherited_from |
\Item::$$required |
$seed : \type
Inherited
inherited_from |
\Item::$$seed |
$textoPregunta
Inherited
inherited_from |
\Item::$$textoPregunta |
$tipoRespuesta : string
Inherited
inherited_from |
\Item::$$tipoRespuesta |
Constants
Identificador del ítem adjunto.
ID_ADJUNTO : string
Inherited
Ej: "item_principal_ID_ADJUNTO"
inherited_from |
\Item::ID_ADJUNTO |
Se utiliza para codificar el identificador de los ítems.
ID_DELIMITER
Inherited
inherited_from |
\Item::ID_DELIMITER |
Nombre permitido para el campo de subconjunto de ítems.
SUB_ITEMS_FIELD
Es posible crear un subconjunto de ítems dependientes de uno de los
ítems del conjunto principal. Este subconjunto debe mantener la misma
estructura que mantienen los ítems dentro del conjunto principal.
En los ítems del subconjutno pueden especificarse las mismas propiedades
que en cualquier ítem (pregunta, tipo de respuesta, respuestas posibles, etc.)
P. ej.
conjunto_principal:
items:
item_padre_subconjunto:
items:
subitem_item_padre:
texto: "Texto del sub�tem"
formato: abierta | likert | ...
...
TIPO_ABIERTA
TIPO_ABIERTA
Inherited
inherited_from |
\Item::TIPO_ABIERTA |
TIPO_ABIERTA_AMPLIA
TIPO_ABIERTA_AMPLIA
Inherited
inherited_from |
\Item::TIPO_ABIERTA_AMPLIA |
TIPO_BINARIA
TIPO_BINARIA
Inherited
inherited_from |
\Item::TIPO_BINARIA |
Formatos de respuesta.
TIPO_LIKERT
Inherited
inherited_from |
\Item::TIPO_LIKERT |
TIPO_SELECCION_MULTIPLE
TIPO_SELECCION_MULTIPLE
Inherited
inherited_from |
\Item::TIPO_SELECCION_MULTIPLE |
TIPO_SELECCION_MULTIPLE_MULTILINEA
TIPO_SELECCION_MULTIPLE_MULTILINEA
Inherited
inherited_from |
\Item::TIPO_SELECCION_MULTIPLE_MULTILINEA |
TIPO_SELECCION_UNICA
TIPO_SELECCION_UNICA
Inherited
inherited_from |
\Item::TIPO_SELECCION_UNICA |
TIPO_SELECCION_UNICA_DESPLEGABLE
TIPO_SELECCION_UNICA_DESPLEGABLE
Inherited
inherited_from |
\Item::TIPO_SELECCION_UNICA_DESPLEGABLE |