Final Test

Description

Quiz on Final Test, created by kirilow on 10/07/2015.
kirilow
Quiz by kirilow, updated more than 1 year ago
kirilow
Created by kirilow over 10 years ago
10
0

Resource summary

Question 1

Question
Where are translations of pages stored on the database? (1)
Answer
  • pages
  • tt_content
  • pages_translation
  • pages_language
  • language
  • pages_language_overlay
  • pages_overlay

Question 2

Question
What is the page whose navigation title is returned in the following TypoScript code? (2) page = PAGE page.10 = TEXT page.10.data = levelfield:-2, nav_title, slide
Answer
  • The navigation title of the current page is output.
  • The navigation title of the root page is output.
  • The navigation title of the parent page is output.
  • The navigation title of the parent page’s parent page is output.
  • If the page to be output has no navigation title, the system will search upwards along the root line until it finds a page with a navigation title, and then output this title.
  • If the page to be output has no navigation title, the title of the root page is used, along with all titles along the root line (if any exist).

Question 3

Question
How can you transfer custom TypoScript options to a userFunc function? (2) page = PAGE page.10 = USER page.10.userFunc = user_class->myFunction ???
Answer
  • This is not possible, as Typoscript cannot transfer options to PHP.
  • page.10.customOption = value
  • page.10.userFunc.customOption = value
  • page.20.userFunc.parameter = customOption->value
  • userFunc.option = customOption|value

Question 4

Question
You see the following TypoScript code. What is the output on the screen? (2) page = PAGE page { 10 = TEXT 10.value = Certification 10.override { required = 1 data = field:subtitle // field:nav_title } }
Answer
  • “Certification”, if field:subtitle and field:nav_title are empty.
  • “Certification”, if field:subtitle and field:nav_title are both not empty.
  • “Certification”, if field:subtitle is empty, but field:nav_title contains a value.
  • “Certification”, if field:subtitle contains a value, but field:nav_title is empty.
  • field:subtitle, if field:subtitle contains a value, but field:nav_title is empty.

Question 5

Question
The following code creates a link to a page. Which page does it link to? To which one? (1) page= PAGE page.10 = COA page.10 { 10 = TEXT 10 { value = page: {leveltitle:-1} insertData = 1 typolink.parameter.data = leveluid : -1 } }
Answer
  • To the current page
  • To the parent page
  • To the sister page
  • To the subpage
  • To the root page

Question 6

Question
The following TypoScript code returns a page title. What is it? (1) page = PAGE page.10 = TEXT page.10.data = fullRootLine : 0, title
Answer
  • The page title of the current page is output.
  • The page title of the parent page is output.
  • There is no output.
  • The page title of the root page is output.

Question 7

Question
How can you download the data that are installed in the database table(s) of an installed extension? (2)
Answer
  • Click on the Download SQL Dump symbol in the Extension Manager to download them.
  • This is only possible using the phpMyAdmin tool.
  • The table for the dump can be selected in the SQL Dump module.
  • Run the .t3d Export Tool.
  • The SQL dump is already contained within the download of an extension using the T3X file.

Question 8

Question
You want to change the string [more] in extension tt_news for the English language output. What is the correct TypoScript code? (1)
Answer
  • plugin.tt_news._LOCALLANG.default.more = much more
  • plugin.tt_news._LOCALLANG.more.en = much more
  • plugin.tt_news.LOCAL_LANG.default.more = much more
  • plugin.tt_news._LOCAL_LANG.en.more = much more
  • plugin.tt_news._LOCAL_LANG.default.more = much more
  • plugin.tt_news.LOCALLANG.default.more = much more
  • plugin.tt_news.LOCALLANG.more = much more

Question 9

Question
You have installed or updated an extension, and now your TYPO3 installation no longer runs smoothly. What can you do in this situation? (3)
Answer
  • The current version of the extension may be faulty. You should therefore downgrade to a lower version.
  • You can use the database analyzer to check whether the database schema is correct.
  • The problem usually disappears if you log out of the backend and then log in again.
  • You can solve the problem by emptying the cache.
  • You uninstall the extension.

Question 10

Question
You have installed or updated an extension and are now unable to call up your TYPO3 installation. Instead, you see an error message or an empty page (in the backend or frontend). What should you do? (2)
Answer
  • You use the Extension Manager to uninstall the extension.
  • You use the Install Tool to uninstall the extension.
  • You reinstall TYPO3.
  • You delete the extension key in the localconf.php file from the $TYPO3_CONF_VARS['EXT']['extList'] variable.
  • You delete the extension key in the LocalConfiguration.php file.
  • You delete the extension key in the PackageStates.php file.
  • You delete the temp_CACHED_<...>_ext_localconf.php file.
  • You delete the typo3temp/Cache directory.
  • You delete the extension directory.

Question 11

Question
How can you ensure you are installing the latest version of an extension? (2)
Answer
  • You have to update the extension list before installing an extension in Update now.
  • You download the current T3X file from http://www.typo3.org.
  • You have to tick the Use latest version check box in the settings of the Extension Manager.
  • You select Latest when installing an extension to ensure you are using the latest version.
  • In the Install Tool, you enter the property: $TYPO3CONFVARS['BE']['useLatestExtensionVersions'] = TRUE

Question 12

Question
Usually, TYPO3 displays translations when requested and the original content if there is no translation. How can you prevent the original contents from ever being displayed in this case? (1)
Answer
  • By translating all contents.
  • By hiding the page.
  • You select Hide default translation of page in the page properties.
  • By selecting Hide page if no translation for current language exists in the page properties.
  • By selecting Hide permanent in the page properties.

Question 13

Question
The page with the ID 0 (TYPO3 symbol), for example, displays a great number of tables in the Web > List module. If your installation contains an extension such as static_info_tables, which places numerous separate tables there, page reproduction can become unpleasantly slow, and the display becomes more confusing. Which TypoScript code can you use to reduce this effect, and where would you position it? (2)
Answer
  • 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,...

Question 14

Question
Which of the following are not menu states? (2)
Answer
  • IFSUBRO
  • CUR
  • USR
  • NOIFSUB
  • ACTSUB
  • SPC

Question 15

Question
You need a format for the display of the menu item for the current page if it contains at least one subpage. Which menu state do you use? (1)
Answer
  • NO
  • CUR
  • CURIFSUB
  • ACT
  • ACTIFSUB

Question 16

Question
You want to format the display of the menu item for the current page and the parent pages, regardless of whether subpages exist. Which menu state do you use? (1)
Answer
  • NO
  • CUR
  • CURIFSUB
  • ACT
  • ACTIFSUB

Question 17

Question
You use the following page structure and TypoScript code to display a navigation menu. Which value do you have to assign to the entryLevel option if you want to display only the subpages in the menu and not the current page? (1) |--Home page.10 = HMENU |--A page.10 { | |--AA entryLevel = ??? | |--AB 1 = TMENU | 1 { |--B expAll = 1 | |--BA NO = 1 | |--BB } | |--BC 2 < .1 | } |--C
Answer
  • 2
  • 1
  • 0
  • -1
  • -2

Question 18

Question
How can you prevent a page from being displayed in a menu in TYPO3 Version 6.2? (2)
Answer
  • You use the Not in menu page type
  • You use the Hide in menu page property
  • You use the TypoScript property excludeUidList
  • You use the TypoScript property hideInMenu
  • You use the TypoScript property includeNotInMenu

Question 19

Question
You consult the TSref on the altText option for the IMAGE content object, and see 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 enter either a string or one of the stdWrap functions.
  • Th string can be edited further using the stdWrap function.
  • Th only stdWrap functions permi„ed are those that return a string as the result.
  • Th specifid string will be edited automatically using the stdWrap function.

Question 20

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 Core Documentation.
  • In the internal TYPO3 help, in About
  • In the TYPO3 Indepth Documentation.
  • In the oŠcial manual

Question 21

Question
You want to hide a field in the backend – where would you find out how to do this (assuming you have forgotten)? (1)
Answer
  • TSref
  • TSconfig
  • Core API
  • TYPO3 Coding Guidelines
  • TYPO3 Services

Question 22

Question
Which actions are required to activate caching in a newly installed TYPO3 instance? (1)
Answer
  • Th Use Cache check box has to be activated while the installer is running.
  • Th Use Cache se„ing in the All Configuration section has to be selected in the Install Tool.
  • None – TYPO3 caching is activated by default.
  • Th installation has to be called up once using a special URL: http://mytypo3domain.de/index.php?no_cache=0
  • Caching has to be activated in the Caching module in the backend.

Question 23

Question
Where exactly are cached pages saved? (2)
Answer
  • In the typo3temp/ directory, if the following options are set: pageCacheToExternalFiles
  • In the typo3conf/ directory
  • In the cache_* tables in the database
  • In the cache_* filds of the respective table in the database
  • In the location stored in the following key: ['SYS']['caching']['cacheConfigurations']['cache_pages']

Question 24

Question
What are your rights and obligations when you write your own code for TYPO3? (3)
Answer
  • As TYPO3 is subject to the GPL, I may not invoice customers for my own extensions to the code.
  • I may distribute the code, but I have to replace all copyright notices with my own.
  • If I changed the code, I may no longer install the system on a customer’s server.
  • I may use TYPO3 commercially.
  • If I modify the system, I am permi„ed to distribute it but have to retain the original copyright notices.
  • I may not modify the system in any way.
  • I may invoice customers for my own developments.

Question 25

Question
You install an extension and are then unable to use your system, because it displays an error message or a blank page – what do you do? (3)
Answer
  • Delete the backend cache using Flush fronted caches and Flush general caches.
  • Delete the corresponding key at 'EXT' => array( 'extConf' => array( 'extensionkey' => '...' in the fie typo3conf/LocalConfiguration.php (or you could comment out the line).
  • Delete the corresponding key at 'packages' => array( 'extensionkey' => array(...) in the fie typo3conf/PackageStates.php (or you could comment out the line).
  • Delete all cache tables from the database.
  • Delete all fies from the typo3conf directory that begin with temp_.
  • Delete all fies from the typo3temp/Cache/Data directory.

Question 26

Question
What meaning does the CType field have in the tt_content table? (1)
Answer
  • It contains the caching type.
  • It contains the content type.
  • It contains the type of distance before and aftr the content element (clear type).
  • It contains the type of link to other elements (crosslinking type).

Question 27

Question
What do you have to do when you update from one minor version to another, e.g. from 6.2.2 to 6.2.3? (1)
Answer
  • You have to delete the cache.
  • You have to empty all database tables whose names begins with cache_.
  • You have to tidy up the database using the Compare current database with specification function in the Important actions module.
  • You have to update the reference index in the Admin Tools ‣ DB check module.
  • You have to run the Update wizard.
  • You have to check whether the website is still working (function test).

Question 28

Question
You have found a security hole in TYPO3. What should you do? (1)
Answer
  • As a user, you don’t need to do anything; this is the responsibility of the core members.
  • Inform Kasper Skårhøj by sending an email to kasper@typo3.org
  • Post the security hole in the forum on www.securityfocus.org.
  • Inform the TYPO3 security team by sending an email to security@typo3.org
  • If the security hole has occurred in an extension, you should also inform the author of that extension.
  • Post the security hole in the newsgroup typo3.projects.security.

Question 29

Question
TYPO3 is an open source project. Does this mean that anyone may use or modify the TYPO3 logo? (1)
Answer
  • Yes, that is correct. Ths is regulated by the GPL.
  • Yes, that is correct. Open source projects do not have rights to a name.
  • Yes, that is correct. Licenses are available on typo3.org.
  • No, the logo may neither be used nor modifid.
  • No, the logo may not be modifid under any circumstances.

Question 30

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 31

Question
You have found a bug in TYPO3. What should you do? (2)
Answer
  • As a user, you don’t need to do anything; this is the responsibility of the core members.
  • Inform Kasper Skårhøj by sending an email to kasper@typo3.org.
  • Enter a bug report in the bug tracker.
  • Inform the TYPO3 bug team by sending an email to bugs@typo3.org.
  • If the bug also appears in an extension, you should also let the author of the extension know.

Question 32

Question
You want to cache the contents of a page for exactly 7 days. How can you achieve this? (2)
Answer
  • That is not possible.
  • Place a reminder in your calendar and delete the cache aftr 7 days.
  • Set caching to exactly 7 days in the page properties.
  • An option is available for this purpose in the Page TSConfi page.cacheExpires = 7*24*60 Th time is given in minutes.
  • In TypoScript setup, use option config.cache_period = 604800 Th time is given in seconds.

Question 33

Question
What is the name of the official documentation for TypoScript? (1)
Answer
  • TYPO3 Core API
  • Inside TYPO3 (doc_core_inside)
  • TYPO3 Coding Guidelines
  • TSref
  • TypoScript API

Question 34

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 fid 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 35

Question
Where can you find help texts for a TypoScript option? (1)
Answer
  • In the TSref on http://www.typo3.org
  • In the TypoScript help module
  • In the template tools in the Setup section
  • In the Info module
  • In the TypoScript module

Question 36

Question
You have decided that the BODY tag of the pages created by TYPO3 should contain an attribute with the current page ID. 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 37

Question
You want to download the data relating to an extension. What do you need to do? (1)
Answer
  • This is only possible using a tool such as phpMyAdmin.
  • This can be achieved in the Extension Manager using the Download SQL Dump
  • You simply copy the extension directory where all fies in the dump data are saved.
  • Run the Database analyzer.
  • In TYPO3 it is not possible to create a data dump.

Question 38

Question
What exactly is deleted when you uninstall an extension in the Extension Manager? (2)
Answer
  • The temporary data of the extension
  • The typo3conf/ext/ extension directory
  • The extension key in the typo3conf/localconf.php fie
  • The extension key in the typo3conf/LocalConfiguration.php fie
  • The corresponding section in the typo3conf/PackageStates.php fie
  • The corresponding database tables

Question 39

Question
A currently installed extension is obviously incompatible with your TYPO3 installation. How can you downgrade to a lower version? (2)
Answer
  • That is no longer possible. You can only ever install the newest version.
  • You can install all available versions in the Import extensions sub menu of the Extension Manager.
  • You can access older versions on typo3.org by manipulating the URL.
  • All old versions are saved in the typo3temp/extensions directory. You can install these versions by adding _recent to the fie name.

Question 40

Question
You want to pass on a version of an extension installed in your system to another developer. How do you proceed? (2)
Answer
  • You can download the corresponding T3X fie in the Extension Manager.
  • You can zip the extension directory and pass it on.
  • You fist have to perform a database dump and then pass it on along with the original extension from the typo3.org page.
  • There is no straightforward way of doing this, because you have usually made numerous settings in the TYPO3 system which need to be transferred as well.

Question 41

Question
You have updated your TYPO3 version (or have had it updated), and now detect problems with an extension such as RealURL. How do you approach this problem? (2)
Answer
  • You update the extension.
  • You uninstall the extension and install it again in the same version.
  • You delete individual fies in the typo3temp directory.
  • You select the faulty extension in the update manager.
  • You delete the key in the LocalConfiguration.php fie

Question 42

Question
Which sub-module in the Extension Manager allows you to update extensions that exist in your system? (2)
Answer
  • Loaded extensions
  • Install extensions
  • Import extensions
  • Update extensions
  • Check for extension updates
  • Manage extension
  • Get extensions
  • Symbol Update in the Manage extensions menu

Question 43

Question
Which methods can you use to access the list view? (3)
Answer
  • You click on the Web ‣ List module on the lef in the backend
  • You click on the appropriate icon on the top right in the submodules of the Web module.
  • In the Info sub-module, select the Pagetree overview function and click the appropriate page icon. Thn select Web ‣ Edit.
  • In the Info sub-module, select the Pagetree overview function and click the pen icon.
  • You right-click a page in the page tree and select Web ‣ List.

Question 44

Question
How can you move a page? (4)
Answer
  • Unfortunately, that is not possible. You have to delete a page and then create it in a diffrent place.
  • By using drag & drop in the page tree.
  • By right-clicking on Cut and Paste in the page tree
  • By right-clicking Page actions ‣ Cut and Page actions ‣ Paste in the page tree
  • By using the Move up in list and Move down in list buttons in the List module.
  • By using the clipboard.

Question 45

Question
What happens if you place the following code in the Page TSconfig of the root page? (1) TCEFORM.tt_content.colPos { altLabels { 1 = Werbung } }
Answer
  • Each page title is changed to “Werbung”.
  • A column named “Werbung” is added to the page view of the backend.
  • A content element named “Werbung” is added to every page.
  • The tt_content database table will be extended by the Werbung column
  • The “Left column is renamed “Werbung” in the editing mode of the content element.

Question 46

Question
Page trees can become very confusing, especially in larger websites. How can you proceed if you want the pagetree view to display only the subtree you are working on? (1)
Answer
  • Unfortunately, that is not possible.
  • If you enter the name of the page in the search fild above the page tree, only the sub-tree is displayed.
  • You select the Mount as tree root option in the page properties of the page.
  • You select Branch actions ‣ Mount as tree root from the context menu of the page.
  • You use the Page TSconfi setting: mod.mountAsTreeRoot = 1.

Question 47

Question
In the page properties, what function(s) does the Stop page tree field have? (1)
Answer
  • Further pages in the page tree will no longer be displayed below this page.
  • Further pages in the page tree will no longer be displayed within this page.
  • Further pages in the menu in the frontend will no longer be displayed below this page.
  • Further pages in the menu in the frontend will no longer be displayed within this page.
  • With this option, the sub pages of a page in a number of backend modules are hidden and a red plus sign appears instead.
  • This fild has no function since TYPO3 4.5 LTS.

Question 48

Question
A user has edited a content element, and now it contains grave content errors. What can you do in this situation? (2)
Answer
  • The only option is to overhaul the contents manually.
  • You can get an overview of all changes in the List module.
  • You can get an overview of all changes in the Admin tools module.
  • You can get an overview of all changes in the Info module.
  • The only way to rectify this is by looking in the database and undoing the changes made there.

Question 49

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 TSconfi 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 50

Question
You want to display a list of all frontend users that live in Munich. Is this possible, and if so, how? (3)
Answer
  • By using the phpMyAdmin extension
  • This is not possible; TYPO3 prevents direct access to the database.
  • You can view all frontend users in the List module and then sort them by their place of residence in the Single table view.
  • By using Action to create a specifi SQL query that returns the required information in the Task Center.
  • A separate extension has to be programmed for this purpose.

Question 51

Question
How can you create a new backend user? (2)
Answer
  • You cannot create additional backend users in TYPO3, only frontend users.
  • By right-clicking the page with the globe icon and selecting New ‣ Backend user
  • In the Page module
  • In the List module
  • In the User admin module
  • In the System module
  • In the Admin tools module

Question 52

Question
What is a DB-Mount and how can you set one up? (3)
Answer
  • A DB-Mount allows other databases to be connected (mounted) with TYPO3.
  • The database used by TYPO3 (usually MySQL) is connected to the core system through the DB-Mount.
  • You can use a DB-Mount to restrict database access for users and groups.
  • You can use a DB-Mount to restrict page tree access for users.
  • It is set up in the backend group configuration.
  • It is set up in the backend user configuration.
  • It is set up in the Database analyzer section of the Install Tool.
  • It is set up in the DB Check module.

Question 53

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 54

Question
Multiple backend users have been created in your system. How can you call up a clear summary of the information on these users (e.g. allocated permissions or file mounts)? (1)
Answer
  • In the Info module
  • In the User admin module
  • In the Backend users module
  • In the List module
  • Using the User comparison extension.

Question 55

Question
You can specify Encryption Key in the Install Tool. What does it do? (1)
Answer
  • TYPO3 uses the key to calculate the cHash value.
  • The key is included in the calculation of the encrypted passwords.
  • It is the superadmin password in case the administrator forgets his or her password.
  • All pages in the cache are encrypted using the encryption key to prevent them from being read out.
  • The encryption key is used to encrypt the contents of the database for protection.

Question 56

Question
What is needed to allow a user to change the contents of a page but not the page itself? (3)
Answer
  • Settings in the user settings
  • Correct settings in the AccessList of the user group
  • A corresponding fiemount
  • Suitable permissions in the Access module
  • Entries in the User TSconfig
  • A DB-Mount

Question 57

Question
Is it possible to restrict the editing permissions for a page and its contents to users with administrator permissions? (2)
Answer
  • No, it is not possible.
  • No, this is not necessary, as admins have all permissions anyway.
  • Only if the users are members of the administrators group.
  • Yes, there is a Lock setting in the Access module.
  • Yes, by using a setting in the User TSconfi: restrictEditingForNonAdmin
  • Using the Editable for admins only setting in the page properties

Question 58

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 aftr 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 59

Question
You have the correct user permissions, but important areas are suddenly missing from the backend, including the Extension Manager. Why could this be? (2)
Answer
  • Certain modules are simply unavailable when you are working with workspaces.
  • Certain modules are not visible in all workspaces (with the exception of LIVE).
  • Some parts of workspace implementation are still flawed.
  • The Extension Manager is visible only for administrators, so they are the only ones who can use it.
  • You have to set out in the workspaces confiuration which modules are visible.

Question 60

Question
You want to set TCEMain settings such as default user permissions. Where do you do this? (2)
Answer
  • Page TSconfig
  • User TSconfig
  • In the user management
  • TypoScript setup
  • TypoScript constants

Question 61

Question
Your website has five pages A, B, C, D and E. What is the output of the following TypoScript code? (1) page = PAGE page.10 = HMENU page.10.1 = TMENU page.10.1.NO.linkWrap = 1||2 |*| |*| 3 ||4 page.10.1.NO.allWrap = |&nbsp;
Answer
  • 1A 2B 2C 3D 4E
  • 2A 1B 2C 3D 4E
  • 4A 3B 3C 1D 2E
  • 1A 2B 2C 4D 3E
  • 2A 1B 1C 3D 4E

Question 62

Question
Your website has five pages A, B, C, D and E. What is the output of the following TypoScript code? (1) page = PAGE page.10 = HMENU page.10.1 = TMENU page.10.1.NO.linkWrap = |*| |*| 1 ||2 ||3 page.10.1.NO.allWrap = |&nbsp;
Answer
  • 1A 1B 1C 2D 3E
  • 3A 2B 1C 1D 1E
  • 1A 2B 3C 1D 2E
  • 3A 3B 3C 2D 1E
  • 2A 3B 1C 1D 1E

Question 63

Question
Your website has five pages A, B, C, D and E. What is the output of the following TypoScript code? (1) page = PAGE page.10 = HMENU page.10.1 = TMENU page.10.1.NO.linkWrap = |*| 1||2 |*| 3 ||4 page.10.1.NO.allWrap = |&nbsp;
Answer
  • 1A 2B 1C 3D 4E
  • 1A 2B 2C 3D 4E
  • 2A 1B 2C 3D 4E
  • 2A 2B 1C 3D 4E
  • 4A 3B 1C 2D 1E
  • 1A 2B 1C 4D 3E

Question 64

Question
How do you delete multiple pages at once? (2)
Answer
  • You use the Delete Multiple Pages extension.
  • For safety reasons, you can only delete one page at a time.
  • You right-click the corresponding page and then select Delete.
  • You use the clipboard.
  • You have to change the User Settings to allow deleting more than one page at once.

Question 65

Question
When you call up your website in the frontend, the following error message appears: “No Template found!” Why is this? (1)
Answer
  • No HTML template was specified.
  • The HTML template is read-only.
  • No TypoScript root template was specified.
  • The path to the HTML template is not correct.
  • No extension template was created.

Question 66

Question
How can you display a site name in the title line of the browser? (1)
Answer
  • The Install Tool contains a parameter for this purpose $TYPO3_CONF_VARS['SYS']['sitename']
  • You can enter the site name in the Basic Configuration view in the Install Tool.
  • By using Sitetitle in the Template module to specify the title in the TypoScript template.
  • By using the TypoScript option config.pageTitle = <...>.
  • By using the TSconfig option config.pageTitle = <...>.

Question 67

Question
The previous question demonstrated that it is possible to include a TypoScript file called filename.typoscript in a TypoScript template. However, by default it is not possible to edit or create this file in the File ‣ Filelist module. Why is this? (1)
Answer
  • Only image and PDF files can be uploaded in the File ‣ Filelist module.
  • You first have to permit the use of *.typoscript files in the Install Tool.
  • The File ‣ Filelist module cannot be used for this purpose either; you have to use the Quixplorer extension.
  • You first have to permit the use of *.typoscript files in the Page TSconfig.
  • The file extension can only have two characters, e.g. filename.ts.

Question 68

Question
You want to include a complete directory of TypoScript files with an include statement; is this possible, and, if yes, how? (1)
Answer
  • No, it is not possible. You can only use an include statement to include individual files.
  • <INCLUDE_TYPOSCRIPTDIR: source="EXT:myext/Typoscript">
  • <INCLUDE_TYPOSCRIPT: source="DIR:EXT:myext/Typoscript">
  • <INCLUDE_TYPOSCRIPT: source="DIR:myext/Typoscript">
  • <INCLUDE_TYPOSCRIPT: sourcedir="EXT:myext/Typoscript">
Show full summary Hide full summary

Similar

Abschluss Test
Ma Hi
Test 3 (Chapter 3 & 4)
Ma Hi
Test 6 (Chapter 7)
Ma Hi
Test 5 (Chapter 6)
Ma Hi
Test 7 (Chapter 8 I)
Ma Hi
Test 4 (Chapter 5)
Ma Hi
Test 8 (Chapter 8 II)
Ma Hi
TYPO3 CMS Certified Integrator
Andreas Kirilow