Visual Programming Week # 11

Slides:



Advertisements
Similar presentations
How can Microsoft PowerPoint 2007 help you share information?
Advertisements

David Wolber, Computer Science App Inventor for Android Do-it-yourself App Creation.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide 1- 1.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide
1 University of York Department of Health Sciences Internet Skills By Ian Cole Lecturer in C&IT Last updated 12/4/05 Make a note: This is presentation.
Introduction to AppInventor Dr. José M. Reyes Álamo.
MYSQL and SQLite in Android Apps Mike Freedman. Uses Ability for your app to store new data and receive it later – Game Scores – Contact information –
1 Week Three: Using Scripts and Forms in HTML (Week Three) By Dr Fadi Safieddine.
WC2011 Programming Mobile Devices Android Development Day 2.
Module Name: ASAP 1.What do you want the student to be able to do? -> Determine the credibility of an information source using the ASAP test. 2. What does.
An introduction to…. Todays activity is designed to introduce you to edmodo. This is the program we will be using to deliver lessons and the 3 mandatory.
Kaplan Singapore School Application (IPAD). Introduction Developing a student IPAD App Prepare to present a Requirements Document for this concept with.
Google Apps 101 Kelly Podlucky. What are Apps? Document- Equivalent to Microsoft Word Spreadsheet- Equivalent to Microsoft Excel Presentation- Equivalent.
Student registers to the website Student login Student views current courses Register for available courses View the first course item. with order number.
EMT1111 Logic and Problem Solving Dr. José M. Reyes Álamo Lecture 1.
Technovation Incorporating Feedback Week 4. Check-in: paper prototype By now, your paper prototype should be complete, so that you can begin creating.
Lecture 01: Syllabus Statistics for Psychology David Wallace Croft 2005 May 16 Mon.
ECE 265 Midterm Review 12/1/ ECE265. Administrivia  The grade for quiz 3 was not entered into to Carmen before I handed them back.  I realize.
The Guardian and The Observer: Audience profiles.
CS 104 – Fall 2011 Exploring Computer Science Lecture 20: November 14, 2011 Procedural Abstraction and List Processing.
App Development for the Android Phones/Tablets Computer Science Project Oregon Islamic Academy.
Feedback Via Clickers or ResponseWare. Cheat sheet for lecturers! Put your TurningPoint dongle in to the computer first Open up the TurningPoint programme.
Nutrition Tracker App from: MEUUHA APPS Presentation by: Sean Stives.
CS2852 Week 7, Class 1 Today Binary Search Tree Implementing add Implementing find Return Quiz 4 (second attempt) Both sections are graded SE-2811 Slide.
App Inventor for Android 唐健恒. Outline About App Inventor Getting started Tutorials Reference Documentation  Component Reference  Blocks Reference.
Welcome Back to School! Patrick Bound Eight Grade Math.
The website designer needs to be able to customize the look-and-feel of quizzes to match the customer's website. The content author needs to be able to.
App Inventor For Android: Graffiti App Lyn Turbak, Wellesley College.
1 PowerPoint: Using Breeze to create streaming presentations.
- Sharing, - Layout, - & using Screens with App Inventor Earl Bergquist, Garfield High School Crucial Things to know:
Week 7 (2012) Dr. Ghada Drahem. INTENDED LEARNING OUTCOMES This lecture covers: Describe what presentation graphics and electronic slide shows are and.
DEVRY MATH 533 C OMPLETE W EEK 3 Check this A+ tutorial guideline at week-3 For more classes.
BUS 680 Week 2 Hardware Store Case Analysis Read the Case Analysis on pages and answer the questions that follow. Check this A+ tutorial guideline.
WEB 434 Week 2 Summary Check this A+ tutorial guideline at Week-2-Summary For more classes visit
WEB 434 Week 4 Summary Check this A+ tutorial guideline at Week-4-Summary For more classes visit
GST Helpline - A Complete GST App TO RESOLVE GST INDIA QUERIES
Cloud-Computing Cloud Web-Blog Software Application Download Software.
CSS 290: Video Games and Computer Programming
DURHAM UNIVERSITY LEARNING & TEACHING CONFERENCE
Fields of Reading with e-Pages 10th Edition
Outlook Mobile App for Android
Procedures, Simple Expressions
Visual Programming week # 01
Making Your Own Customizable Instructional Apps For Free
QR Codes Day 4 Reading Quiz Reading Quiz…...
Ibn Battuta GIS System Students: Sondos Antari & Sondos Salama
Visual Programming week # 02 APP (Application) Architecture.
E-business (constructed by Dr. Hanh Pham)
week # 03 Visual Programming Variables Canvas Screen Arrangement
Poll Everywhere: Easy to Use Tutorial
Web Server Programming: CGI(Perl/Python)
How to use Nearpod Thursday, 13 September 2018 Friars Academy.
Make Your Own Quiz.
Introduction for Parents
Visual Programming week # 06
MIT GSL 2018 week 3 | thursday Meteor and App Ideation.
The safe and secure ‘Facebook for Kids’ under 13 years old.
Lesson 12.
Visual Programming Week # 09
ELC Blackboard Orientation
Visual Programming Week # 10
Welcome to Physics 1D03 !.
PHC workshop in Kuala Lumpur June 25 – 28, 2018
Visual Programming week # 05 Lists Quiz Tutorial.
Visual Programming week # 14 Review for Final Exam.
Visual Programming Week # 13
Visual Programming Week # 07
Visual Programming Week # 12
Colour Picker Test students’ understanding
Building Your First ASP.NET Core Web Application
Presentation transcript:

Visual Programming Week # 11 Loops & WebTinyDB in Tutorial #9: MakeQuiz

VP Lecture Note by Dr. Hanh Pham Outline Add Items to List Make Quiz Take Quiz Homework #7 References VP Lecture Note by Dr. Hanh Pham

VP Lecture Note by Dr. Hanh Pham Add Item to List Add Item to List WITHOUT Web Database: + an application which lets the users add Questions & Answers to CREATE quizzes. + it should also Show/Print the content (ALL questions and answers) VP Lecture Note by Dr. Hanh Pham

VP Lecture Note by Dr. Hanh Pham Add Item to List: Step 1 VP Lecture Note by Dr. Hanh Pham

VP Lecture Note by Dr. Hanh Pham Add Item to List : Step 1 VP Lecture Note by Dr. Hanh Pham

Print Question List: Step 2 VP Lecture Note by Dr. Hanh Pham

VP Lecture Note by Dr. Hanh Pham Print Both Lists: Step 3 VP Lecture Note by Dr. Hanh Pham

Download Data from Web: Step 4 VP Lecture Note by Dr. Hanh Pham

VP Lecture Note by Dr. Hanh Pham Take Quiz Take Quiz: an application which lets the users(exp: students) to TAKE quizzes which are stored on a Web Database. We use: http://npvpdb.appspot.com VP Lecture Note by Dr. Hanh Pham

VP Lecture Note by Dr. Hanh Pham Take Quiz VP Lecture Note by Dr. Hanh Pham

VP Lecture Note by Dr. Hanh Pham Take Quiz VP Lecture Note by Dr. Hanh Pham

VP Lecture Note by Dr. Hanh Pham References These slides contain materials from many sources including the following: http://www.appinventor.org/ http://appinventor.googlelabs.com/ “App Inventor: Create Your Own Android Apps” by David Wolber, Hal Abelson, Ellen Spertus, Liz Looney, Publisher: O'Reilly App Inventor for Android: Build Your Own Apps - No Experience Required, Jason Tyler VP Lecture Note by Dr. Hanh Pham