What is the central official point of contact if you require documentation for the TYPO3 project? (2)
Respuesta
https://typo3.com
https://docs.typo3.org
https://typo3.readthedocs.org
https://typo3.org
https://www.typo3.net
Pregunta 2
Pregunta
What is the official documentation for TypoScript? (1)
Respuesta
The “TYPO3 Core API”.
The “Inside TYPO3” (doc_core_inside).
The “TYPO3 Coding Guidelines”.
The “TSref”.
The “TypoScript API”.
Pregunta 3
Pregunta
You consult the TSref on the altText option for the IMAGE content object, and realize that it has the string/stdWrap data type. What exactly does this mean? (1)
Respuesta
You have to specify a string and one of the stdWrap functions.
You can use either a string or one of the stdWrap functions.
The string can be edited further using the stdWrap function.
The only stdWrap functions permitted are those that return a string as the result.
The specified string will be edited automatically using the stdWrap function.
Pregunta 4
Pregunta
You have installed an extension. How can you access the documentation of the extension, assuming a documentation exists? (2)
Respuesta
You have to generate it using the “RenderDocu” function in the Install Tool.
You can download it using the “Documentation” backend function.
The documentation is stored in the extension directory.
You can access the documentation in the Extension Manager.
You can access the documentation at docs.typo3.org.
Pregunta 5
Pregunta
Where can you find the official documentation for the TYPO3 backend? (2)
Respuesta
In the typo3/doc/ directory.
The backend is self-explanatory and therefore no documentation required/available.
At https://docs.typo3.org.
In the backend module named “TYPO3 Manual”.
In the backend module named “Documentation”.
Pregunta 6
Pregunta
Where can you activate or deactivated the context-sensitive help (CSH) for the backend? (1)
Respuesta
The CSH is already activated by default and can not be deactivated.
This only possible during the installation process.
In the Install Tool.
By activating the Show secondary options (palettes) checkbox.
In the user settings.
Pregunta 7
Pregunta
Where can you get information on new features in a TYPO3 version? (2)
Respuesta
The main directory of the installation contains the “Changelog” file describing the changes.
Release notes are published for each version on https://get.typo3.org.
The “Info” backend module contains an information page on the current version with all new features.
Subscribe and read the RSS feed on the website https://typo3.org/news.
Monitor and read the Wiki pages on the website https://news.typo3.org.
Pregunta 8
Pregunta
What is the easiest way to display a list of all the extensions activated in your system, along with the names and email addresses of the authors? (1)
Respuesta
There is no way to obtain such a list due to privacy reasons.
Using the “HELP → About” backend module.
Using the “HELP → About TYPO3 CMS” backend module.
Using the “INFO → Extensions” backend module.
Using the Extension Manager.
Pregunta 9
Pregunta
Where can you find help texts for a TypoScript option? (1)
Respuesta
In the TSref on https://docs.typo3.org.
In the “TypoScript help” backend module.
Under “SETUP → Template tools” in the backend.
In the “INFO” backend module.
In the “TypoScript” backend module.
Pregunta 10
Pregunta
You have decided that the <body> tag of the pages created by TYPO3 should contain an attribute with the current page UID. Where in the TSref would you look up the necessary option? (1)
Respuesta
In TLO config.
In TLO PAGE.
In the TEMPLATE content object.
In the HMENU content object.
In the “Page TSconfig” section.
Pregunta 11
Pregunta
You want to better understand the internal processes in TYPO3 – where do you look them up? (1)
Respuesta
Directly in the code, as there is no separate documentation.
In the “TYPO3 Explained” documentation.
In the internal TYPO3 help in the “About” backend module.
You have to purchase the eBook “Internal Processes of TYPO3 CMS”.
In the “Getting Started” documentation.
Pregunta 12
Pregunta
You want to hide a field in the backend. Where would you find out how to do this (assuming you have forgotten)? (1)