Tags
Lunch & Learn
What Content Type am I
Page Build
Random
100

What is the primary required tag needed for your title?

<h1>

100

Which Type (Checkbox or Radio) do you use for an Accordion to have multiple items open?

 type="checkbox"

100

Used to create a webpage, specifically one that can be fully customized and use built-in Custom Elements.

Content Type - Dynamic

100

If this is checked, what is manually needed to be added into the Body?

<h1>The Title of the Page</h1>

100

Someone messed up and printed the wrong url on a poster for a conference. What Configuration can be used (and can not change the url of the page)?

Domain path redirects

200

What is the missing Class?

<div class="container">

    <div class="??????">

        <div class="col-md-8"><p>Play</p></div>

        <div class="col-md-4"><p>Play</p></div>

    </div>

</div>

        

<div class="row">

200

I am not a Pop-up, but overlay on an action.

Modal

200

Use this to show up in the Calendar.

Event

200

Though not "required" what are the two "T" fields that should be used in creating a page?

Topics & Type

200

In a Webform, what Element type would be selected to be able to capture multiple lines of text and see it?

Textarea
300

Within the Body, what is the red flag called and its basic purpose?

Anchor and jump to a point on the page.

300

What can be used to capture images, files, and have conditionals?

Webforms

300

Can be created once and used on multiple pages (ie custom legal copy).

CTA

300

Which table tag is used to create a table header cell?

<th>

300

Of the two ID or Class, which can be used only once on a page, but yet for multiple purposes?

ID

400

What web development framework  is this called: "=col-md-offset-1"

Bootstrap

400

  What is this code for?

<script>

     $('#TheIDnam').ClassName({

       interval: 4000,

       slideAll: false,

       duration: 1500,

       hoverPause: true,

     });

  </script> 

Multislider

400

Requires multiple fields, including a Poster but has a size limit.

Video

400

What Custom Element would allow the use of adding questions to interact with a Media file?

Interactive Video CTA

400

What is real Open-Source CMS called and the version we are using?

Drupal 9 aka "D9"

500

What is the full name of this markup called (html)?

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html>

Web development framework

500

What language is used to stop one video from playing over another on this page?

jQuery

500

All Content Types are added into Drupal as a what and has a unique number.

Node

500

I worked on a page, and want to show it internally for review. What is the State I should it saved on?

 Draft

500

Drupal was created by?

Dries Buytaert