search
HomeSoftware TutorialOffice SoftwareHow to create fill-in-the-blank questions that can determine right and wrong in PPT2010_Detailed steps for creating fill-in-the-blank questions that can determine right and wrong in PPT2010

PPT2010 is a commonly used office software, and its powerful functions can meet a variety of needs. Among them, making fill-in-the-blank questions is a common application in PPT. However, if you need to make fill-in-the-blank questions that can determine whether it is right or wrong, how should you do it? PHP editor Xigua brings you the detailed steps for making correct and wrong fill-in-the-blank questions in PPT2010. Let’s learn together!

Create a blank slide document, and then use the text box tool to enter the content as shown.

How to create fill-in-the-blank questions that can determine right and wrong in PPT2010_Detailed steps for creating fill-in-the-blank questions that can determine right and wrong in PPT2010

You need to use development tools. If it is not displayed in the menu bar above, right-click on the blank space above the menu bar and select [Customize Ribbon].

How to create fill-in-the-blank questions that can determine right and wrong in PPT2010_Detailed steps for creating fill-in-the-blank questions that can determine right and wrong in PPT2010

In the dialog box that opens, check [Development Tools] and click OK.

How to create fill-in-the-blank questions that can determine right and wrong in PPT2010_Detailed steps for creating fill-in-the-blank questions that can determine right and wrong in PPT2010

After completion, [Development Tools] will appear in the menu bar above.

How to create fill-in-the-blank questions that can determine right and wrong in PPT2010_Detailed steps for creating fill-in-the-blank questions that can determine right and wrong in PPT2010

Click [Development Tools] and select [Text Box (ActiveX Control)] below.

How to create fill-in-the-blank questions that can determine right and wrong in PPT2010_Detailed steps for creating fill-in-the-blank questions that can determine right and wrong in PPT2010

Click the mouse above the horizontal line where you need to fill in the blanks to add this control.

How to create fill-in-the-blank questions that can determine right and wrong in PPT2010_Detailed steps for creating fill-in-the-blank questions that can determine right and wrong in PPT2010

Select this control, click [Properties] under [Development Tools], and the properties box on the left side of the picture below will pop up.

How to create fill-in-the-blank questions that can determine right and wrong in PPT2010_Detailed steps for creating fill-in-the-blank questions that can determine right and wrong in PPT2010

Set the special effect option to 0, and the selected control will become transparent, which is more natural.

How to create fill-in-the-blank questions that can determine right and wrong in PPT2010_Detailed steps for creating fill-in-the-blank questions that can determine right and wrong in PPT2010

Select the command button under [Development Tools] and draw two buttons at appropriate positions in the text.

How to create fill-in-the-blank questions that can determine right and wrong in PPT2010_Detailed steps for creating fill-in-the-blank questions that can determine right and wrong in PPT2010How to create fill-in-the-blank questions that can determine right and wrong in PPT2010_Detailed steps for creating fill-in-the-blank questions that can determine right and wrong in PPT2010

First select the first button, find the caption option in the properties box, and change the subsequent name to [Submit]. Using the same method, change the second button to [Clear].

How to create fill-in-the-blank questions that can determine right and wrong in PPT2010_Detailed steps for creating fill-in-the-blank questions that can determine right and wrong in PPT2010How to create fill-in-the-blank questions that can determine right and wrong in PPT2010_Detailed steps for creating fill-in-the-blank questions that can determine right and wrong in PPT2010

Select the submit button, right-click, select [View Code], and open it as shown in the picture.

How to create fill-in-the-blank questions that can determine right and wrong in PPT2010_Detailed steps for creating fill-in-the-blank questions that can determine right and wrong in PPT2010How to create fill-in-the-blank questions that can determine right and wrong in PPT2010_Detailed steps for creating fill-in-the-blank questions that can determine right and wrong in PPT2010

Enter the following code:

If TextBox1 = 16 Then

MsgBox "Congratulations on the correct answer!", vbOKOnly, "Prompt"

Else

#MsgBox "Wrong answer, try again!", vbOKOnly, "Prompt"

End If

How to create fill-in-the-blank questions that can determine right and wrong in PPT2010_Detailed steps for creating fill-in-the-blank questions that can determine right and wrong in PPT2010

Use the same method again, select the Clear button, and add the code: TextBox1 = " "

How to create fill-in-the-blank questions that can determine right and wrong in PPT2010_Detailed steps for creating fill-in-the-blank questions that can determine right and wrong in PPT2010

Now you're done, play the slideshow and enter the answer. If the answer is correct, it will remind you that the answer is correct; if the answer is wrong, it will tell you that you are wrong.

How to create fill-in-the-blank questions that can determine right and wrong in PPT2010_Detailed steps for creating fill-in-the-blank questions that can determine right and wrong in PPT2010

The above is the detailed content of How to create fill-in-the-blank questions that can determine right and wrong in PPT2010_Detailed steps for creating fill-in-the-blank questions that can determine right and wrong in PPT2010. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:zol. If there is any infringement, please contact admin@php.cn delete
How to do a running total in Excel (Cumulative Sum formula)How to do a running total in Excel (Cumulative Sum formula)Apr 21, 2025 am 11:16 AM

This concise guide demonstrates how to efficiently calculate running totals (cumulative sums) in Excel using a SUM formula with strategically placed absolute and relative cell references. A running total displays the accumulated sum of a dataset as

Excel LEN function: count characters in cellExcel LEN function: count characters in cellApr 21, 2025 am 10:10 AM

Are you looking for an Excel formula to count characters in a cell? If so, then you have certainly landed up on the right page. This short tutorial will teach you how you can use the LEN function to count characters in Excel, with or with

How to count words in Excel - formula examplesHow to count words in Excel - formula examplesApr 21, 2025 am 09:59 AM

This tutorial demonstrates how to count words in Excel using a combination of the LEN, SUBSTITUTE, and TRIM functions. It offers both case-sensitive and case-insensitive formulas for counting total words or specific words/text within a cell or range

Excel: Split string by delimiter or pattern, separate text and numbersExcel: Split string by delimiter or pattern, separate text and numbersApr 21, 2025 am 09:19 AM

This tutorial demonstrates how to efficiently split cells in Excel using both formulas and the advanced "Split Text" feature. Learn to separate text using commas, spaces, or any delimiter, and to split alphanumeric strings into their text

Excel Solver tutorial with step-by-step examplesExcel Solver tutorial with step-by-step examplesApr 21, 2025 am 09:15 AM

This tutorial explains how to locate and utilize the Solver add-in within various Excel versions, ranging from 2003 to 365. Step-by-step instructions and practical examples demonstrate Solver's application in optimizing solutions for linear programm

Excel Format Painter and other ways to copy formattingExcel Format Painter and other ways to copy formattingApr 20, 2025 am 10:29 AM

This tutorial demonstrates three efficient methods for copying formatting in Excel: Format Painter, Fill Handle, and Paste Special. These techniques are compatible with all Excel versions (2007-365). Proper formatting enhances worksheet presentation

Clear formatting in Excel: how to remove all formats in a cellClear formatting in Excel: how to remove all formats in a cellApr 20, 2025 am 10:12 AM

This tutorial offers two efficient methods for removing formatting from Excel spreadsheets. Dealing with extensive formatting in large spreadsheets can be cumbersome. These techniques streamline the process. Manually removing formatting is ineffici

Excel table: comprehensive tutorial with examplesExcel table: comprehensive tutorial with examplesApr 20, 2025 am 09:48 AM

This tutorial unveils the power of Excel tables, often overlooked yet incredibly efficient tools for data management. Discover how tables simplify tasks like dynamic named ranges, formula updates, and data formatting, saving you significant time and

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools