You have installed a contributed module called "Sample Module" that looks like it will be a great fit for the business case you are trying to solve. However, upon closer examination, it looks like the module only supplies a drush command; it does not have an admin interface.
As a site builder with no command-line experience, this will not work for you! You need a web user interface to use this module.
How should you request a web UI in the module's issue queue?
You are building a recipe site in which users submit their favorite recipes as nodes, tagged with common ingredients from a carefully curated taxonomy vocabulary. You've been asked to create a page on which site visitors can select the ingredients they have on hand and view all the site's recipes that use those ingredients. You've already created a view listing all Recipe nodes.
How can you modify the view to support filtering by ingredient?
Your website has a content type named "Cars for sale" with a Taxonomy reference field for "Manufacturer" vocabulary. You have a view listing all the cars for sale. You wish to display different background colors to the cars rows based on the value of the Manufacturer field.
How can you add a CSS class to each row of the view based on the value of the Manufacturer field?
You are building a gaming site where users are teamed based on their favorite weapon.
How will you provide the ability for users to select their favorite weapon?
You have created a custom block “Festival Offer” and placed this block in the header section of your site. Your site has a “Premium customer” user role. You need to show this block only on the front page and only to users who have a “Premium customer” user role.
Which two visibility settings you need to make to the “Festival Offer” block to achieve these requirements?
You have a content type "Places" which lists tourist destinations of different countries. You would like the visitors to be able to mark their country while commenting on "Places". This does not apply to other content types.
How will you build this functionality?
Your website has a content type named Hotel with a Taxonomy reference field for Landmarks vocabulary. You want to create a view to list all the hotels filtered by landmarks as a contextual filter.
How will you pass the term name in the URL for the contextual filter?
You wish to display the "Recent content" block in the sidebar region on all the article pages only. The block should be hidden on all other pages.
How do you accomplish this?
You need to add a "Star performer" block into your company's website. The block should show the name and picture of a selected star performer employee and should be editable in the normal block layout interface. All the employees are users of the website.
How do you implement the block?
You manage an online store which sells digital photos. The site hosts thousands of photos from multiple categories. Each photo has a unique description. Your client has specified that the photo description should be stored along with the image file while adding images to the photo content type. The images can be reused on other pieces of content like landing pages, blog posts etc.
How will you build the functionality to store image descriptions along with images? (Select 2 options)