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