Flashcard Quiz Program BY: KISHIN ARUWANI. Background  This program will be created as a studying tool to give students the ability to create flashcards.

Slides:



Advertisements
Similar presentations
Allows you to update your name, address and other contact information Allows you to change your user ID Allows you to change your password Displays.
Advertisements

Congratulations! You have just installed the Presentation Game Add-In. Press F5 now to view this Quick Start Tutorial and see how easy it is to use the.
QUIZZES Jessie Reed The Collaboratory. SOME POSSIBILITIES FOR QUIZZES Course exams Mini tests for reading assignments or at the end of a topic Exam practice.
Using the What Am I Template Copy the presentation to your hard drive. Open the slides using slide sorter and copy slides #3, 4 and 5 for each question.
Let’s Learn About Spreadsheets Start What is a Spreadsheet? A spreadsheet is used for storing information and data. Calculations can be performed on.
Let’s Learn About Spreadsheets Start What is a Spreadsheet? A spreadsheet is used for storing information and data. Calculations can be performed on.
Let’s Learn About Spreadsheets Start What is a Spreadsheet? A spreadsheet is used for storing information and data. Calculations can be performed on.
Using the Jumble Word Template
An Online Microsoft Word Tutorial & Evaluation Begin.
Let’s Play! Instructions Team Score.
Alford Academy Business Education and Computing1 Advanced Higher Computing Based on Heriot-Watt University Scholar Materials File Handling.
Scavenger Hunt Scavenger Hunt Scavenger Hunt PowerPoint SCAVENGER HUNT.
ABCD Tax System Ynial Adderley Ryan Busser Alen Cruz Bhavya Daya.
Write a program that allows a user to enter information relating to the name and salary details of an employee The user should be able to enter the name.
MaskEdit Control The MaskEdit Control is an ActiveX Control that is a specialised version of a TextBox. MaskEdit’s allow for validation of input by ensuring.
Funnelbrain: Internet-based Flashcard Creator Created by Russell Smith Technology Facilitator North Edgecombe High School.
C LICKERS IN THE C LASSROOM Missouri S&T Educational Technology 102 Centennial Hall (573)
SELF TEST TUTORIAL Taking an Exam What you need to get started.
Pasewark & Pasewark Microsoft Office XP: Introductory Course 1 INTRODUCTORY MICROSOFT ACCESS Lesson 3 – Creating and Modifying Forms.
Prime Factorization.
Using the Multiple Choice Template Copy this presentation to your hard drive. Open up slide sorter, copy slides #3, 4, and 5 each time you are going to.
Homework for October 2011 Nikolay Kostov Telerik Corporation
Screen Notes/Display: Title/Contact Information (Slide #1) Introduction Video (Slide #2) Project menu: Main Menu Share Desktop Share Program Deliver a.
Adapting a ready made PowerPoint quiz with VBA
Using the Georgia Online Assessment System(OAS) We will lead the nation in improving student achievement. Kathy Cox, State Superintendent of Schools.
Using the Flashcard Template Copy the presentation to your hard drive. There are two sets of templates: Slides #3 & 4 are for identifying terms Slides.
TGI All The Way Game READ ME Do NOT delete or add slides in this game. Not all of the slides in this file will play during a slideshow. The first eight.
Finding the missing number PPT Game. Divide your class into teams. Divide your class into teams. Start with the first question. Start with the first question.
1 Smarter Balanced Field Test Training March, 2014.
EPat Electronic Practice Assessment Tool An Overview Creating a shortcut on the desktop.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 3 – Creating and Modifying Forms.
Creating a backup file Downloading a backup file Uploading a backup file Resetting or restoring your course from a backup file.
Instructions To start a new game, click the “Start New Game” button. To reset the game in order to change the Answers and Questions on each slide, as.
Víctor Castro Maths for More
Microsoft® Small Basic Collision Detection Estimated time to complete this lesson: 1 hour.
Variables. Todays Lesson  In todays lesson you are going to:  Learn to use variables  Learn to ask for user input  Learn to save the users response.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 3 – Creating and Modifying Forms.
UFCEKS-20-2Multimedia Authoring Times Table Quiz.
NetTech Solutions Troubleshooting Office Applications Lesson Seven.
Salary Calculator. Design a page like the following.
TGI Quiz Show Game READ ME Not all of the slides in this file will play during a slideshow. DO NOT delete any of the provided slides. But, you will need.
Moodle Quizes Staff Guide. Creating Quizzes Click Add an Activity or Resource With the course in editing mode...
Designing a Relational Database 13.4 Page A database should be created based on a design  Three steps Determine what information should be stored.
Page 1 of 17 To the ETS – Password Reset Online Training Course Clients have the ability to automatically update passwords at any time through the automated.
Chapter 3 I Need a Tour Guide (Introduction to Visual Basic 2010) Clearly Visual Basic: Programming with Visual Basic nd Edition.
UFCFY5-30-1Multimedia Studio Scripting for Interactive Media Times Table Quiz This will contribute towards your online portfolio for this module.
Microsoft Access Prepared by the Academic Faculty Members of IT.
An Overview of the Energy Reduction Calculator.  Calculates reduction in emissions for a facility Emissions computed are Carbon Dioxide, Sulfur Dioxide,
Copyright © 2007 Training Games, Inc. TGI TV Quiz Show Game.
On Line Microsoft Word Tutorial & Evaluation Begin.
1 Quiz Manager – Detail Steps. 2 Materials License Quiz Manager Create a new multiple choice or short answer quiz Reuse previously created quizzes Edit.
TGI Quiz Show Game READ ME Not all of the slides in this file will play during a slideshow. DO NOT delete any of the provided slides. But, you will need.
Quiz About Your Topic Question 1 A question about your topic: A. [Insert incorrect answer] C. [Insert incorrect answer] B. [Insert incorrect answer]
QUIZ MODULE. You can Add the quiz title or heading Select the to and form date for the quiz Description of quiz Prize being offered – If you have any.
Instructions for CATS Independence Tool
Using the Flashcard Template
A B C D E F G H U T S R Q P O N I J K L M Z Y X W V 6 Reset scores
Change the title and put intro information here
w!se Test Preparation User ID: Lchs757
Quiz About [Your topic]
Click on the Create Student Account Link
Using the Multiple Choice Template
TELL ME WHEN YOU FINISH SO WE CAN SAVE
Taking an Online Benchmark Test in Schoolnet with TestNav
True/False. Enter your true statement here.
Write a program that places the names of five different states in labels, and allows the user to enter guesses of the corresponding state capitals in textboxes.
MACROS MUST BE ENABLED FOR THIS FILE TO WORK
Enter your question here.
MULTIPLE CHOICE A B C D.
Welcome to Jeopardy!.
Presentation transcript:

Flashcard Quiz Program BY: KISHIN ARUWANI

Background  This program will be created as a studying tool to give students the ability to create flashcards and be quizzed on them without having to create handwritten flashcards or access the internet to use an online flashcard application.

Process  This program will allow the user to input questions and answers from text files and have them display on flashcards.  Once the user starts the quiz, a timer will start and the first question will be displayed.  As the user advances through each question, the program will notify the user if their answer is correct. If it is incorrect, it will display the correct answer.  When all the flashcards have been answered, the timer will stop and the user’s score will be displayed.

Flashcard Quiz Interface on Startup

Importing Questions and Answers  The user clicks the import questions and import answers buttons to select plain text files to use as questions and answers for the program.  When the questions are imported, a new file will be created if there is not one already, to store the fastest completion times for that question set.  The user can create plain text files by using Notepad or another program that has the ability to save a file as a plain text file, such as Microsoft Word.  The program will store the user’s text files for the questions and answers into arrays and then randomize them the same way.

Importing Questions and Answers

User Answer Comparison  The quiz compares the user’s answer in the text box to the answer file that was imported and determines if the user’s answer is correct.  If it is correct, it will increment the number correct answers and potential correct answers by one. If it is incorrect it will only increment the potential correct answers by one.

Answering Questions

Timer and Score Calculation  The timer will stop when the user answers all of the questions.  The program calculates the user’s score by dividing the number of correct answers by the total number of questions and multiplying by 100.  If the user clicks the restart button, the their score will be reset and the flashcards will be randomized.

Flashcard Set Completion