What is the primary required tag needed for your title?
<h1>
Which Type (Checkbox or Radio) do you use for an Accordion to have multiple items open?
type="checkbox"
Used to create a webpage, specifically one that can be fully customized and use built-in Custom Elements.
Content Type - Dynamic
If this is checked, what is manually needed to be added into the Body?
<h1>The Title of the Page</h1>
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
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">
I am not a Pop-up, but overlay on an action.
Modal
Use this to show up in the Calendar.
Event
Though not "required" what are the two "T" fields that should be used in creating a page?
Topics & Type
In a Webform, what Element type would be selected to be able to capture multiple lines of text and see it?
Within the Body, what is the red flag called and its basic purpose?
Anchor and jump to a point on the page.
What can be used to capture images, files, and have conditionals?
Webforms
Can be created once and used on multiple pages (ie custom legal copy).
CTA
Which table tag is used to create a table header cell?
<th>
Of the two ID or Class, which can be used only once on a page, but yet for multiple purposes?
ID
What web development framework is this called: "=col-md-offset-1"
Bootstrap
What is this code for?
<script>
$('#TheIDnam').ClassName({
interval: 4000,
slideAll: false,
duration: 1500,
hoverPause: true,
});
</script>
Multislider
Requires multiple fields, including a Poster but has a size limit.
Video
What Custom Element would allow the use of adding questions to interact with a Media file?
Interactive Video CTA
What is real Open-Source CMS called and the version we are using?
Drupal 9 aka "D9"
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
All Content Types are added into Drupal as a what and has a unique number.
Node
I worked on a page, and want to show it internally for review. What is the State I should it saved on?
Draft
Drupal was created by?
Dries Buytaert