Andreas Kirilow
Quiz by , created more than 1 year ago

Programmierung Quiz on TYPO3 CI 2018 6.8, created by Andreas Kirilow on 21/12/2018.

4
0
0
Andreas Kirilow
Created by Andreas Kirilow over 5 years ago
Close

TYPO3 CI 2018 6.8

Question 1 of 10

1

You are having problems with the RTE when entering contents. What can you do in this situation? (3)

Select one or more of the following:

  • Activate the “Disable Rich Text Editor” checkbox.

  • Deactivate the extension that implements the RTE.

  • Install an alternative extension that replaces the original RTE.

  • Add the following TypoScript code in the Page TSconfig:
    RTE.default.disabled = 1

  • Open the backend by using the &no_rte GET-parameter.

Explanation

Question 2 of 10

1

What is the Single Table View? (1)

Select one or more of the following:

  • 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.

Explanation

Question 3 of 10

1

The page with UID = 0 contains backend user records. What do you do so the list of these users in the “WEB -> List” module also displays their email addresses and full names? (1)

Select one or more of the following:

  • You have to make the appropriate settings in the Page TSconfig.

  • You can make the settings in the “Single Table View”.

  • You can extend the “showBEuserInfo” option in the Install Tool correspondingly.

  • You require a special extension to display additional information here.

  • You can make the settings in User Settings accordingly.

Explanation

Question 4 of 10

1

How can you change the page titles of all direct subpages of the current page simultaneously? (1)

Select one or more of the following:

  • That is not possible, you have to edit each page individually.

  • Several extensions are available to perform this task, which need to be installed.

  • You can use TypoScript to create a script that performs the change in one procedure.

  • You can do this in the Single Table View.

  • You can do this in the Page module.

Explanation

Question 5 of 10

1

How do you delete multiple pages at once? (3)

Select one or more of the following:

  • You install the “Delete Multiple Pages” extension.

  • For safety reasons, you can only delete one page at a time.

  • The context menu of the corresponding page in the page tree contains a “Delete” entry.

  • You use the clipboard.

  • You have to adjust the User Settings to allow deleting pages recursively.

Explanation

Question 6 of 10

1

You can delete pages in the page tree by right-clicking a page and selecting Delete. This procedure fails by default if the page to be deleted contains subpages. Is it possible to override the default behavior? (2)

Select one or more of the following:

  • No, this is not possible for safety reasons.

  • Yes, the ability to delete recursively can be configured in User Settings.

  • Yes, the ability to delete recursively can be configured in the User TSconfig.

  • No, recursive deletion does not work in the page tree, but only in the “WEB → List” module.

Explanation

Question 7 of 10

1

How can you instruct search engines, not to index a specific page? (1)

Select one or more of the following:

  • This can only be achieved by configuring the web server, e.g. Apache.

  • By adding the following TypoScript code to the template of that page:
    config.headerData.10 = TEXT
    config.headerData.10.value = <meta name="robots" content="noindex" />

  • This is only possible by installing the extension “Yoast SEO”.

  • By disabling option “Index this page” in the page properties of that page.

  • The can be configured under “ADMIN TOOLS → Settings”

Explanation

Question 8 of 10

1

Is it possible to use a recycling bin for files? If so, how? (1)

Select one or more of the following:

  • Yes, the system extension “Recycler” needs to be activated in the Extension Manager to provide
    this feature.

  • Yes, it needs to be activated in the Page TSconfig:
    config.file.recycler = true

  • Yes, by creating a folder _recycler_/ in module “FILE → Filelist”.

  • Yes, by selecting the “Use recycler for files” checkbox in the user settings.

  • No, there is only a recycling bin for data records (such as pages and content elements).

Explanation

Question 9 of 10

1

On which pages can you create data records with the Backend User type? (1)

Select one or more of the following:

  • Only in the “ADMIN TOOLS → User Admin” module.

  • Backend users are only created on the page with ID = 0.

  • Backend users are only created on the page with the root flag.

  • Backend users can be created on all pages.

  • Backend users can be created on all pages of the “Folder” type.

  • Backend users can be created on all pages of the “Backend User Section” type.

Explanation

Question 10 of 10

1

How can you ascertain whether an output looks as intended for a certain screen width? (1)

Select one or more of the following:

  • As TYPO3 is not suitable for responsive web design (RWD), this cannot be ascertained.

  • The width of the preview can be adjusted using the setting Width in the “PAGE → View”
    module.

  • You can implement this by using the TypoScript option mod.web_view.previewFrameWidths.

  • This can only be ascertained in the frontend by extending the browser to the intended width.

Explanation