Questão 1
Questão
What is the name of the workspace available in the backend after a standard installation and activation of the workspace extension? (1)
Responda
-
“Draft”.
-
“LIVE”.
-
“Standard”.
-
“Default”.
-
“Test”.
-
“Demo”.
Questão 2
Questão
You have made changes in a workspace and want to show them to your client. What do you require for this purpose? (1)
Responda
-
Special settings in the Page and User TSconfig.
-
Special settings in TypoScript.
-
A backend user group for the client.
-
A frontend user for the client.
-
A preview link that is valid for 48 hours.
Questão 3
Questão
How many workspaces can you create? (1)
Responda
-
You cannot create workspaces, but TYPO3 provides 2 of them.
-
You can create up to 2 workspaces.
-
You can create up to 8 workspaces.
-
You can create up to 64 workspaces.
-
As many as you like.
Questão 4
Questão
Which of the following workspace stages exist by default? (2)
Questão 5
Questão
An editor changes the status of an element in a workspace to “Review”. How is the responsible reviewer informed of this? (2)
Responda
-
The editor has to send an email to the reviewer.
-
TYPO3 automatically informs the reviewer by email.
-
The reviewer sees all elements requiring a review on his or her start page after login.
-
After login, the reviewer can open the “Workspaces” module to gain an overview of all elements
requiring a review.
-
The reviewer has to be online at the same time to be able to see the changes.
Questão 6
Questão
Is versioning as implemented by the workspaces available for all elements in TYPO3? (1)
Responda
-
Yes.
-
No, versioning is available only for pages.
-
No, versioning is available only for page contents.
-
No, versioning is available only for pages and page contents.
-
No, versioning is available only for elements with the necessary configurations (e.g. using fields
marked t3ver_* in the appropriate database, or using the TCA).
Questão 7
Questão
You are working in the backend as an administrator user, but some functions are missing. Why could this be? (1)
Responda
-
Workspaces automatically deactivate some system extensions in the system.
-
Some modules are only visible in the “LIVE” workspace.
-
Some parts of the workspace implementation are still flawed.
-
You have to enable all functions and backend modules you want to use in the Install Tool when
using workspaces.
-
You have to enable all functions and backend modules you want to use in the workspace
configuration.
Questão 8
Questão
Which statement(s) about the RTE in TYPO3 v8 LTS are correct? (3)
Responda
-
RTE stands for “Random Text Encryption” and is a security feature.
-
RTE stands for “Rich Text Editor”.
-
The RTE is a system extension that can be deactivated and replaced as required.
-
Only backend users with administrator privileges can use the RTE.
-
The RTE can be configured using a YAML file.
Questão 9
Questão
You want to set “TCEMain” settings such as default user permissions. Where do you do this? (2)
Responda
-
Page TSconfig.
-
User TSconfig.
-
In the user management.
-
TypoScript setup.
-
TypoScript constants.
Questão 10
Questão
Which TLO allows you to specify settings in the “User Settings” sub-module by means of TypoScript? (1)
Responda
-
The admPanel object.
-
The options object.
-
The mod object.
-
The setup object.
-
The user object.
-
The auth object.
Questão 11
Questão
Replace ??? in the code below, so that the user can overwrite
the default settings in the module at a later stage? (1)
The following TypoScript is used as the TLO setup to configure the user settings for the User Settings
module.
setup.???.emailMeAtLogin = 1
Responda
-
default
-
settings
-
override
-
overrule
Questão 12
Questão
What TypoScript code can be used to hide certain tables in the “List” module, and where would you position it? (2)
Responda
-
In the User TSconfig.
-
In the Page TSconfig.
-
In the TypoScript setup.
-
mod.web_list.hideTables = tabName1,tabName2,tabName3,...
-
mod.hideTables = tabName1,tabName2,tabName3,...
-
mod.hide = tabName1,tabName2,tabName3,...
-
mod.list.hideTables = tabName1,tabName2,tabName3,...
Questão 13
Questão
Every now and then you need to determine the ID of a page. How do you do this? (3)
Responda
-
The only way is to look up the ID of a page in the database tables pages.
-
You enter the following code in the User TSconfig:
options.pageTree.showPageIdWithTitle = 1
-
You move the mouse over the page icon in the page tree and wait for the ID to appear as a tool
tip.
-
You click the page (in “List” or “Page” view), and find the ID on the top right.
-
n module “WEB → Info” you can display a “Pagetree Overview”, which also contains the page
IDs.
-
You can activate displaying the IDs via the page tree.