Русские видео

Сейчас в тренде

Иностранные видео




Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



How to create FILL IN THE BLANKs in PowerPoint - Interactive Game [PPT VBA Tutorial]

PURCHASE FILL IN THE BLANKS POWERPOINT TEMPLATE: https://pptvba.com/download-fill-in-t... Fill in the Blanks - PowerPoint Game VBA CODE: https://pptvba.com/fill-in-the-blanks/ FEATURES: ✅ Multiple Blanks ✅ Report Card + Grade + Points ✅ Countdown Timer ✅ Send Data to Excel ✅ Shuffle, Multiple Attempts, MsgBox ✅ Flag Questions for Review This module allows the student to type the answer in an ActiveX Element TextBox. We later cross-check the answer with the correct answer which is stored inside a shape placed outside the slide! We do this with the help of an If-Then-Else Conditional Statement. It is very unconventional but it allows the teachers to quickly modify this template and change the correct answer without bothering them with any Visual Basic Codes and Macros. ActiveX Element - TextBox in PowerPoint This is a very versatile tool for teachers and educators if you want to collect input data from your students. By using the TextBox1.Value function, we can read the input data which your student has typed. Then, we use an If-Then-Else condition statement to crosscheck the Input Answer with the Correct Answer. #PowerPointGame One Code for Hundred Slides This is what makes my tutorial and code stand out from the rest of the modules. Conventionally, we would not use a shape to store data but it is extremely convenient and feasible. Instead of storing the data inside a shape that is placed outside the slide, programmers would use an Array to store all the answers but that would not be the best course of action in terms of ease for customisability. I also do freelancing, contact me: Bhavesh Shaha, [email protected]    / bhaveshshaha   www.instagram.com/basicallybhavesh (DMs are open) Music by Ashwin Subramanian    / @ashwathamamusic  

Comments