What is the central official point of contact if you require documentation for the TYPO3 project? (2)
Answer
https://typo3.com
https://docs.typo3.org
https://typo3.readthedocs.org
https://typo3.org
https://www.typo3.net
Question 2
Question
What is the official documentation for TypoScript? (1)
Answer
The “TYPO3 Core API”.
The “Inside TYPO3” (doc_core_inside).
The “TYPO3 Coding Guidelines”.
The “TSref”.
The “TypoScript API”.
Question 3
Question
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)
Answer
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.
Question 4
Question
You have installed an extension. How can you access the documentation of the extension, assuming a documentation exists? (2)
Answer
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.
Question 5
Question
Where can you find the official documentation for the TYPO3 backend? (2)
Answer
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”.
Question 6
Question
Where can you activate or deactivated the context-sensitive help (CSH) for the backend? (1)
Answer
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.
Question 7
Question
Where can you get information on new features in a TYPO3 version? (2)
Answer
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.
Question 8
Question
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)
Answer
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.
Question 9
Question
Where can you find help texts for a TypoScript option? (1)
Answer
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.
Question 10
Question
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)
Answer
In TLO config.
In TLO PAGE.
In the TEMPLATE content object.
In the HMENU content object.
In the “Page TSconfig” section.
Question 11
Question
You want to better understand the internal processes in TYPO3 – where do you look them up? (1)
Answer
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.
Question 12
Question
You want to hide a field in the backend. Where would you find out how to do this (assuming you have forgotten)? (1)