Test 5 (Chapter 6)

Description

Quiz on Test 5 (Chapter 6), created by Ma Hi on 22/05/2015.
Ma Hi
Quiz by Ma Hi, updated more than 1 year ago
Ma Hi
Created by Ma Hi about 9 years ago
9
0

Resource summary

Question 1

Question
By default, the backend has exactly four columns in the page view. How can you hide all but the “Normal” column from your editors? (1)
Answer
  • You switch off the three other columns in the Install Tool.
  • You enter the following TypoScript code in the Page TSconfig of the root page: mod.SHARED.colPos_list = 0
  • You enter the following TypoScript code in the TypoScript setup: mod.SHARED.colPos_list = 0
  • You enter the following TypoScript code in the User TSconfig of the editor: mod.colPos_list.SHARED = 0

Question 2

Question
You suspect that someone has logged in with your TYPO3 account without authorization. How can you check this? (2)
Answer
  • The System > Log module shows when someone has logged in using your account.
  • In your user settings, you can specify that you receive an e-mail whenever someone uses your account to log in.
  • You can only check this in the database in the sys_log table.
  • There is nothing you can do apart from changing your password.
  • The time and date (and IP) of your last login will be displayed when you log in.

Question 3

Question
On any page, you can enter a TypoScript code referred to as Page TSconfig or Page TypoScript Config. Where can you find an overview of all scripts in use? (1)
Answer
  • In the TSOB (TypoScript Object Browser).
  • Using the All TSconfig extension.
  • Using the Web > Info module
  • You have to call up the page properties for each individual page.
  • In the Admin tools > Configuration module

Question 4

Question
Which areas do you need in order to set up user permissions for backend users in a sensible manner? (4)
Answer
  • Backend user administration
  • The System module
  • Backend group administration
  • The User Settings module
  • The Access module
  • The User Admin module

Question 5

Question
Describe a quick way to gain an overview of the permissions that users have in the page tree (1)
Answer
  • Using the Access module
  • Using the Info module
  • Using the Admin tools module
  • Using the System module
  • Using the Install Tool.

Question 6

Question
An editor changes the status of an element to Review. How is the responsible reviewer informed of this? (2)
Answer
  • The editor has to send an e-mail to the reviewer.
  • TYPO3 automatically informs the reviewer by e-mail.
  • The reviewer sees all elements requiring a review on his or her start page after login.
  • After login, the reviewer can call up 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.

Question 7

Question
Which TLO allows you to specify settings in the User Settings sub-module by means of TypoScript? (1)
Answer
  • admPanel
  • options
  • mod
  • setup
  • user
  • auth

Question 8

Question
The backend is in English, and you want to switch it to another language. How do you proceed? (3)
Answer
  • You can change the language easily in the User Settings module.
  • You have to add the language in the Language module.
  • You have to check in the Language module to find out which translations you need to transfer because they are still in the repository.
  • You have to transfer the new translations to your server from the repository in the Language module.
  • You have to activate the use of further languages in the Install Tool.

Question 9

Question
How do you activate the Admin Panel for a user who is not an administrator? (2)
Answer
  • You enter config.admPanel = 1 in the setup of the root template.
  • You enter config.admPanel = 1 in the User TSconfig.
  • You enter admPanel.enable.edit = 1 in the setup of the root template.
  • You enter admPanel.enable.edit = 1 in the User TSconfig.
  • By means of a setting in the user’s user settings.

Question 10

Question
What is the Single Table View? (1)
Answer
  • The display of a table in the phpMyAdmin extension
  • The table output of a frontend plugin.
  • All options of an entry form in the backend are displayed on a page (instead of on tabs).
  • The display of one single table in the Web ‣ List module.
  • The display of one single table in the Web ‣ Page module.

Question 11

Question
What do you need to do so a page in the frontend is called with the https protocol when requested? (1)
Answer
  • This is only possible if the config.baseURL TypoScript key is set to the https version of the website.
  • If the link is generated in TypoScript, the following configuration is necessary: 1.NO.protocol = https
  • This is only possible by installing a suitable extension.
  • You select the https:// option in the Use protocol field in the page properties.
  • It is necessary to select the Secure Site page type for the specific page.
  • Using Page TSconfig: TCEMAIN.pages.protocol = https

Question 12

Question
What does it mean if a function in TYPO3 Version 6.2 is described as “deprecated”? (2)
Answer
  • The function is no longer available in Version 6.2.
  • The function should no longer be used in Version 6.2.
  • The function will be removed in Version 6.3.
  • The function will be removed in Version 6.4.
  • The function will be removed in Version 6.5.

Question 13

Question
Which directories are absolutely required so that TYPO3 can be called up in the frontend? (3)
Answer
  • typo3conf/
  • typo3temp/
  • t3lib/
  • typo3/
  • fileadmin/
  • uploads/

Question 14

Question
What can happen if the typo3temp directory has no write permissions for the web server in a new installation? (5)
Answer
  • This directory only stores temporary files, so the web server does not need access to it, but can instead generate the required files on the fly.
  • All image-generating mechanisms stop working.
  • You cannot change the language in the backend.
  • You can no longer call up the backend.
  • You can no longer call up the frontend.
  • You can no longer call up the Install Tool.

Question 15

Question
What happens if you enter the following code in the User TSConfig? (1) options.clearCache { all = 1 pages = 1 }
Answer
  • All caches are deleted automatically every time a page is called.
  • The TYPO3 cache is activated.
  • It allows the administrator to delete the cache.
  • It allows the user to delete the cache.
  • All page caches are deleted.

Question 16

Question
You want to view the documentation for an extension on http://typo3.org/extensions/rep ository/. In place of the documentation, you see the message “Not yet rendered”. What can you do to obtain the documentation as quickly as possible (assuming it exists)? (2)
Answer
  • Wait for the manual to be created.
  • Write to the author of the extension.
  • Call up the detailed view of the extensions, where the documentation is available for download at the end of the page.
  • Install the extension, and then find the documentation in the doc or Documentation directory.
  • This is a TER error message, showing that there is no documentation whatsoever for the extension.

Question 17

Question
You want to change the text output of an installed extension because certain labels have an incorrect or missing translation, for example. Is this possible, and how would you proceed? (1)
Answer
  • Only the author of the extension can change text outputs.
  • You can simply use TypoScript to overwrite certain text outputs.
  • Changes can only be made in the source text of the extension.
  • You can use a form in the Labels backend module to change labels.
  • It is not possible to change a label using the Extension Manager.
Show full summary Hide full summary

Similar

Abschluss Test
Ma Hi
Chapter 7
Ma Hi
Chapter 6 II (6.5-6.8)
Ma Hi
Chapter 4
Ma Hi
Chapter 8 II
Ma Hi
Chapter 5
Ma Hi
Chapter 6
Ma Hi
Test 6 (Chapter 7)
Ma Hi
Test 7 (Chapter 8 I)
Ma Hi
Chapter 8 III
Ma Hi
Chapter 1
Ma Hi