Andreas Kirilow
Test por , creado hace más de 1 año

Programmierung Test sobre TYPO3 CI 2018 6.6 - 6.7, creado por Andreas Kirilow el 21/12/2018.

4
0
0
Andreas Kirilow
Creado por Andreas Kirilow hace casi 6 años
Cerrar

TYPO3 CI 2018 6.6 - 6.7

Pregunta 1 de 11

1

Where do you set up new languages for the frontend? (1)

Selecciona una o más de las siguientes respuestas posibles:

  • In the setup area of the TypoScript root template.

  • In the Page TSconfig of the admin user.

  • On the page containing the root template.

  • On the page whose UID = 0.

  • Under “ADMIN TOOLS → Maintenance → Manage language packs” in the backend.

Explicación

Pregunta 2 de 11

1

You want to set up a new frontend language. How do you proceed? (1)

Selecciona una o más de las siguientes respuestas posibles:

  • Click the “List” module, select the page with the TYPO3 symbol and then create a new “website
    language” data record.

  • Click the “Page” module, select the page with the TYPO3 symbol and then create a new “website
    language” content element.

  • Click the “Info” module, select the root page and then create a new language data record.

  • You only need to select the language in “ADMIN TOOLS → Maintenance → Manage language
    packs”

  • Select the “Languages” menu item in the Extension Manager.

Explicación

Pregunta 3 de 11

1

Name the modules in which you can enter translations for pages or content elements. (3)

Selecciona una o más de las siguientes respuestas posibles:

  • Module “WEB → Page”.

  • Module “WEB → List”.

  • Module “WEB → Info”.

  • Module “WEB → Template”.

  • Module “ADMIN TOOLS → Languages” in TYPO3 v8.

  • Module “ADMIN TOOLS → Maintenance → Manage language packs” in TYPO3 v9.

Explicación

Pregunta 4 de 11

1

The TYPO3 backend is in English by default. How do you switch it to a different language? (2)

Selecciona una o más de las siguientes respuestas posibles:

  • Change the language in the “User Settings” module.

  • Download the language in module “ADMIN TOOLS → Maintenance → Manage language
    packs”.

  • Manually download the language package from typo3.org and store it under typo3conf/lang/.

  • Download the language in module “ADMIN TOOLS → Languages”.

  • Activate the multi-language feature in the Install Tool under “Settings → Multi-languages”

Explicación

Pregunta 5 de 11

1

You have added new backend languages and downloaded the appropriate language packages from the translation server. Where exactly is the language data stored? (1)

Selecciona una o más de las siguientes respuestas posibles:

  • It is saved in the database in table sys_language.

  • Language data is stored in the typo3conf/l10n/ directory.

  • Language data is stored in the typo3/languages/ directory.

  • The language data remains on the remote translation server and is retrieved at runtime.

Explicación

Pregunta 6 de 11

1

How do you configure TYPO3 so that the frontend is displayed in another language, assuming that this language was installed properly? (2)

Selecciona una o más de las siguientes respuestas posibles:

  • You have to install the language extension.

  • You add a GET parameter to the URL; usually this is L.

  • You have to store the appropriate configuration in the TypoScript setup of the root page.

  • You have to initialize the required language via the URL as http://example.com/language/.

  • You have to configure the required languages in the Page TSconfig.

Explicación

Pregunta 7 de 11

1

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)

Selecciona una o más de las siguientes respuestas posibles:

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

Explicación

Pregunta 8 de 11

1

English is the default language for a multilingual website. How do you switch the default language to German (including flag and label)? (1)

Selecciona una o más de las siguientes respuestas posibles:

  • By entering defaultLanguageFlag and defaultLanguageLabel in the TypoScript setup.

  • By entering defaultLanguageFlag and defaultLanguageLabel in the Page TSconfig.

  • In the “Default Language” section of the Install Tool.

  • In the “Languages” tab of the root page, in the page properties.

  • Unfortunately that is not possible. English is always the default language in TYPO3.

Explicación

Pregunta 9 de 11

1

What does the Admin Panel do? (2)

Selecciona una o más de las siguientes respuestas posibles:

  • It is the administrator’s control center for user settings.

  • The Admin Panel can be used to analyze the frontend output.

  • It can be used to configure TYPO3 in the backend.

  • The Admin Panel can be used to simular a frontend group.

  • The Admin Panel monitors data entries and can notify administrators about changes.

Explicación

Pregunta 10 de 11

1

How do you activate the Admin Panel for a backend user without administrator privileges? (2)

Selecciona una o más de las siguientes respuestas posibles:

  • 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.all = 1 in the setup of the root template.

  • You enter admPanel.enable.all = 1 in the User TSconfig.

  • By means of a setting in the user’s user settings.

Explicación

Pregunta 11 de 11

1

You have created content that should be visible only between 8:00 and 11:00 in the morning. It is currently 14:00. What is the sensible way to check the output of the content? (1)

Selecciona una o más de las siguientes respuestas posibles:

  • You change the time on your desktop computer.

  • You change the time on the server.

  • You wait until 8:00 the next day.

  • You simulate the correct time in the backend.

  • You simulate the correct time in the Admin Panel.

Explicación