Tablet Math. User/Admin Manual ,, Version 1.0

Size: px
Start display at page:

Download "Tablet Math. User/Admin Manual ,, Version 1.0"

Transcription

1 Tablet Math User/Admin Manual ,, Version 1.0

2 Copyright Notice Copyrightc 2006 Team Tablet. All rights reserved. This product or document is protected by copyright and distributed under licenses restricting its use, copying, and distribution. No part of this product or document may be reproduced in any form by any means without the express written permission of Team Tablet. II Tablet Math User/Admin Manual

3 Preface This document describes the functions and directions for use of tablet math application. The document contains the directions for both desktop and web applications. The instructions on technical overview of tablet math application are explained in Tablet Math Technical Manual. Document Overview Chapter Description Preface Objective and overview of this document 1. Overview Functions, structure, security and data processing procedure of Tablet Math application 2. Setup Installation/Uninstallation 3. Web Application Steps of using web application It is divided into Admin and Teacher sections 4. Desktop Application Steps of using desktop application This is mainly for Student Appendix/Help Acronyms, definition of vocab, etc Related Document Document Title Document Number Date Written Tablet Math Technical Manual TM8-TECH-MAN III Tablet Math User/Admin Manual

4 Contents 1. OVERVIEW FUNCTIONS Web Application Desktop Application SYSTEM STRUCTURE DATA FLOW SECURITY SETUP SYSTEM REQUIREMENT INSTALLATION Desktop Application Web Application Visual Studio SQL Server UNINSTALLATION WEB APPLICATION ADMINISTRATOR Login/Logout My Account View Admin Add Admin Delete Admin Reset Password View Teacher Add Teacher Modify Teacher Delete Teacher View Student View Student Personal Information Add Student Modify Student Delete Student View Class Add Class Modify Class Delete Class View Exercise View Statistics TEACHER Login/Logout My Account View Student IV Tablet Math User/Admin Manual

5 View Student Personal Information Add Student Modify Student Delete Student View Class Modify Class View Exercise Create Exercise View Statistics Frequently Asked Questions (Help Page) DESKTOP APPLICATION STUDENT Login/Logout Choose Settings Start Problem Limit Exercise Start Timed Exercise Self Study Accept Assignment Solving Problems APPENDIX / HELP V Tablet Math User/Admin Manual

6 1. Overview The Tablet Math application will utilize the tablet PC sketching technology to allow students to solve simple math problems on the tablet. This will be a desktop application. The desktop application will interact with a web application which will record students performance and relay their performance to teachers. The program will keep track of students' scores, and will submit them to the server when a connection is available. The web application will also provide basic statistical analysis. In this way, teachers can identify weak areas in student learning, and focus on them to improve student performance. It is often difficult for teachers to pinpoint which areas students are struggling with, especially in large classes. The tablet medium also has the advantage of encouraging student learning by providing real-time problems as well as interacting with children in a familiar way. Studies have shown that students learn faster when they actually handwrite the solution, rather than speak or type the solution. Students are also encouraged by new technology and will actually enjoy practicing math. Both teachers and students can get benefits from Tablet Math application as following. Teacher - Can provide as many exercises as they want without difficulty. - Saves time for creating problems as well as for grading all assignments. - Can easily compare the performance across students, and find out where the most students got wrong answer. Student - Can learn math faster by actually writing down the solution rather than speak or type the solution. - Can do the exercise anytime and anywhere they are as long as they have tablet PC. - Can see the performance of his/her math skill. This chapter describes the functions, structure, security and data processing procedure of Tablet Math application. 1 Chapter 1

7 1.1. Functions Web Application The main purpose of the web application is for account and exercise setup. There are two actors or users for web application: administrator and teacher. Administrator can do everything teacher can do except creating exercise for students. The functions of administrator and teacher are drawn below in the use case diagram. For use case specification, please refer to chapter 3 in the Tablet Math Technical Manual. To see how to use web application, go to chapter 3 of this document for admin/teacher guide. Figure 1 Use Case Diagram for Web Application 2 Chapter 1

8 Note The State Transition Diagram for web application is shown in chapter 4 in the Tablet Math Technical Manual Desktop Application The main purpose of the desktop application is to practice and solve math problems. The desktop application can be accessed by any user as long as he/she has an account. However, it will be mostly used by students only. The main purpose is to make students solve math problems so the use case diagram has only student for actor. It is shown below. For use case specification, please refer to chapter 2 in the Tablet Math Technical Manual. To see how to use desktop application, go to chapter 4 of this document for student guide. Figure 2 Use Case Diagram for Desktop Application Note The State Transition Diagram for desktop application is shown in chapter 4 in the Tablet Math Technical Manual System Structure The Tablet Math application uses distributed databases. There is a central 3 Chapter 1

9 database to store all information of the system and each student tablet also has a local database of its own. The basic structure of this system is shown below. There is no backup server in this system, so make sure you make second copy of all important data. For table structures of database, please refer to the chapter 5.4 and 5.5 in Tablet Math Technical Manual Data Flow As shown in the diagram in section 1.2, there is a local data base in student s tablet PC and a central database. When student launches a desktop application, the system checks whether the student has the internet connection. If the student has the connection, it simply sends the data to the central server when the student is done with exercise or self study. If not, then the data is stored in the local database. This data in the local database will be 4 Chapter 1

10 1.4. Security sent to the central database when the tablet PC gets internet connection and the desktop application gets launched. For detailed transition diagram, refer to chapter 4 in the Tablet Math Technical Manual. The security is not a serious concern for this system. This system is not for business or government use so losing the data in the database doesn t mean much. However, since there is no backup server, it is good to store the information in second storage such as local hard disk or CD. It is still important to keep the data safe from virus, so we recommend you to install anti-virus software. 5 Chapter 1

11 2. Setup This chapter explains the programs that need to be installed or uninstalled in order to use Tablet Math application System Requirement We recommend user to have 256MB RAM or higher. For OS, as long as it is run on Windows OS, using Tablet Math application will not be a problem. However, we recommend Windows XP or higher for system administrator so that Visual Studio 2005 can be run smoothly. It is not proven, but running Visual Studio 2005 on old Windows OS could bring a system error Installation Tablet Math is a simple and easy-to-use application. So there are not many software to install Desktop Application Must be installed on a tablet Must have Microsoft Recognition Installed (Microsoft.Ink.DLL) Must have MS SQL Express Installed Must have.net 2.0 Note The installer will install everything and check if everything is installed for.net Web Application Must be installed on Windows Server (preferably 2003) Must be installed on a ASP.NET server with MS SQL installed Must have ample storage space for images (1-2GB) SQL must be configured to interact with distributed database Must have.net Visual Studio 2005 In order to change design or some codes to make additional functionalities, 6 Chapter 2

12 the system administrator needs to have this software since Tablet Math application is built using Visual Studio SQL Server 2005 All admin/teacher/student/class/problem information is stored in one database. In order to connect to the database, the system administrator needs to install SQL Server 2005 in his computer Uninstallation No programs need to be uninstalled to use this application. 7 Chapter 2

13 3. Web Application This chapter describes how to use the web application. The main purpose of the web application is for account and exercise setup. This web application is accessed by administrator and teacher only. Note Section 3.1 focuses on administrator only. To see the functionalities for teachers, go to section Administrator Login/Logout When you first run the web site, you will see the following login screen. Figure 3 Login for Admin Enter the address and password, and check on Administrator. When Login button is pressed, you will be logged in as an administrator. If you forgot the password, click on Forgot your password? link. It will ask you to enter the address. Then the system will send you the password. 8 Chapter 3

14 Figure 4 Forgot Password After you are logged in as an administrator, whenever you choose to logout, you will see the following logout screen. Figure 5 Logout Screen for Admin If you press Yes, then you will be logged out from the web application My Account To see or modify your information, choose [My Account] from the menu on the left hand side. You may change your information from here. Note If address is modified, make sure you log in with a new address from now on. 9 Chapter 3

15 Figure 6 My Account page If you want to change password, click on the underlined sentence at the bottom of the page. Then you will be asked to enter old password and new password as shown below. Figure 7 Change Password If you have modified your account information successfully, your new information is saved in the database. 10 Chapter 3

16 Figure 8 Account Modified View Admin To see the list of all administrators, simply click on [Admins] menu on the left hand side. Note An administrator cannot change the information of other administrators. However, an administrator can add or delete another administrator. Figure 9 Administrator List Add Admin To add an administrator, choose [Admins] [Add An Admin] from the left menu. Then you will see the following screen. 11 Chapter 3

17 Figure 10 Add Admin Enter the information and press Add Admin button. A new administrator has been just created. Figure 11 Add Admin Success Delete Admin To delete an administrator, choose [Admins] [Remove An Admin] from the left menu. Then you will see the following screen. 12 Chapter 3

18 Figure 12 Delete Admin 1 From the drop down menu above, choose an administrator to be deleted. You will be able to see brief information of the chosen person. Figure 13 Delete Admin 2 If you press Delete button, the chosen administrator will be deleted. 13 Chapter 3

19 Figure 14 Delete Admin Success Reset Password To reset a password of administrator or teacher, go to [Admins] [Reset a Password] from the left menu. The list of administrator and teacher is displayed. Choose a person whose password needs to be reset. Figure 15 Reset Password Press Reset Password button. A random password is sent to the chosen person. From [My Account] menu, he/she can change the password after logging in to the web application. 14 Chapter 3

20 Figure 16 Reset Password Success View Teacher To see the list of all teachers, simply click on [Teachers] menu on the left hand side. Figure 17 Teacher List It is possible to see the detailed information of a certain teacher. Simply click on the name of the teacher. You will see the information as shown in the below figure. The information contains personal account information as well as the classes that the teacher is teaching. Note It is not possible to modify any teacher information from this screen. To modify teacher information, see section Chapter 3

21 Figure 18 Teacher Information Add Teacher To add a teacher, choose [Teachers] [Add A Teacher] from the left menu. Then you will see the following screen. Figure 19 Add Teacher Enter the information and press Add Teacher button. A new teacher has been just created. 16 Chapter 3

22 Figure 20 Add Teacher Success Modify Teacher To modify teacher information, choose [Teachers] [Edit A Teacher] from the left menu. Then you will see the following screen. Figure 21 Edit Teacher 1 From the drop down menu above, choose a teacher whose information needs to be changed. The information of the chosen teacher will be displayed as shown below. 17 Chapter 3

23 Figure 22 Edit Teacher 2 Make any necessary changes and press Edit button. The modified information will be saved in the database. Figure 23 Edit Teacher Success Delete Teacher To delete a teacher, choose [Teachers] [Remove A Teacher] from the left menu. Then you will see the following screen. 18 Chapter 3

24 Figure 24 Delete Teacher 1 From the drop down menu above, choose a teacher who needs to be deleted. The information of the chosen teacher will be displayed to make sure that you have selected right person. Figure 25 Delete Teacher 2 To delete the teacher from the database, press Remove button. The selected teacher will be removed from the database. 19 Chapter 3

25 Figure 26 Delete Teacher Success View Student To see the list of all students, simply click on [Students] menu on the left hand side. Figure 27 Student List It is possible to see a certain student s performance. Simply click on the name of the student. You will see the performance of the student as shown in the below figure. Note It is not possible to change any personal information from this screen. To modify student information, see section Chapter 3

26 Figure 28 Student Summary The above table shows the exercises and self study the student has completed. It also shows the scores and the name of each exercises/self study that the student had taken. To see how the student performed on a particular exercise/self study, click on the score of that exercise. It will show the problems, answer key for the problems, and whether the student got it right or wrong or skipped the problem. Figure 29 Student Performance on a particular exercise If it says Yes under Scratch?, it means the student actually made some scratch while solving the problem. To see what student scratched, click on Yes. 21 Chapter 3

27 Figure 30 Scratch View Student Personal Information To see personal information of a particular student, choose [Students] [View Student] from the left menu. Then you will see the following screen. Figure 31 View Student Choose a student to see. You will be able to see the student s user name, name, class, gender, birthday and preschool information. 22 Chapter 3

28 Figure 32 Student Personal Information Add Student To add a student, choose [Students] [Add New Student] from the left menu. Then you will see the following screen. Figure 33 Add Student Enter the information and press Add Student button. A new student has been just created. 23 Chapter 3

29 Figure 34 Add Student Success Modify Student To modify student information, choose [Students] [Edit A Student] from the left menu. Then you will see the following screen. Figure 35 Edit Student 1 From the drop down menu above, choose a student whose information needs to be changed. The information of the chosen student will be displayed as shown below. 24 Chapter 3

30 Figure 36 Edit Student 2 Make any necessary changes and press Edit button. The modified information will be saved in the database. Figure 37 Edit Student Success Delete Student To delete a student, choose [Students] [Remove A Student] from the left menu. Then you will see the following screen. 25 Chapter 3

31 Figure 38 Delete Student 1 From the drop down menu above, choose a student who needs to be deleted. The information of the chosen student will be displayed to make sure that you have selected right person. Figure 39 Delete Student 2 To delete the student from the database, press Delete button. The selected student will be removed from the database. 26 Chapter 3

32 Figure 40 Delete Student Success View Class To see the list of all classes, simply click on [Classes] menu on the left hand side. Figure 41 Class List If you click on the name of a certain class, you will be able to see the exercises and self studies that students have completed. Note Class Exercises means the exercises that the teacher has assigned to the students. The table Self Study Exercises shows the number of self study exercises completed by students on monthly base. 27 Chapter 3

33 Figure 42 Class Exercise Information Add Class To add a class, choose [Classes] [Add A Class] from the left menu. Then you will see the following screen. Figure 43 Add Class Enter the class information and press Add button. A new class has been just created. 28 Chapter 3

34 Figure 44 Add Class Success Modify Class To modify class information, choose [Classes] [Edit A Class] from the left menu. Then you will see the following screen. Figure 45 Edit Class 1 From the drop down menu above, choose a class whose information needs to be changed. The information of the chosen class will be displayed as shown below. 29 Chapter 3

35 Figure 46 Edit Class 2 Make any necessary changes and press Edit button. The modified information will be saved in the database. Figure 47 Edit Class Success Delete Class To delete a class, choose [Classes] [Remove A Class] from the left menu. Then you will see the following screen. 30 Chapter 3

36 Figure 48 Delete Class 1 From the drop down menu above, choose a class that needs to be deleted. The information of the chosen class will be displayed to make sure that you have selected right class. Figure 49 Delete Class 2 To delete the class from the database, press Delete button. The selected class will be removed from the database. 31 Chapter 3

37 Figure 50 Delete Class Success View Exercise Administrator can see all the exercises that are assigned to students. To see the exercises, simply click on [Exercises] menu on the left hand side. Figure 51 List of Exercises If you click on any exercise name, you will see the details of the exercise that you selected and the name of students who completed the exercise. 32 Chapter 3

38 Figure 52 Exercise Detail Administrator can deactivate any exercise that is currently active. To do that, choose the exercise name under My Active Exercises from Figure 51. From there, just press Deactivate Exercise button. Figure 53 Deactivate Exercise View Statistics Administrator can see how students are doing in math class. To see the performance of student, simply click on [Statistics] menu on the left hand side. 33 Chapter 3

39 Figure 54 Create a Graph Choose a type of graph you want to see, a class, and a student in the class. Choose the x-axis and the size of the graph. Note It is possible to see the result of more than one student. In other words, it is possible to compare the performance between students. Use Ctrl key to select more than one student. If Create Graph is pressed, a new window will pop up showing the graph that you requested. You can choose seven different types of graphs. Below figures show the example of each type of graph. Figure 55 Line Graph 34 Chapter 3

40 Figure 56 Column Graph Figure 57 3D Column Graph Figure 58 Parallel 3D Column Graph 35 Chapter 3

41 Figure 59 Bar Graph Figure 60 Area Graph Figure 61 Polar Graph 36 Chapter 3

42 From any of the graphs above, it is possible to see detailed information of each student at any point. First, you will have to press mouse button. Then simply move your mouse to any data point of the graph as shown below. Figure 62 Details on Graph 3.2. Teacher Login/Logout When you first run the web site, you will see the following login screen. Figure 63 Login for Teacher Enter the address and password, and check on Teacher. When Login button is pressed, you will be logged in as a teacher. If you forgot the password, click on Forgot your password? link. It will ask you to enter the address. Then the system will send you the password. 37 Chapter 3

43 Figure 64 Forgot Password After you are logged in as a teacher, whenever you choose to logout, you will see the following logout screen. Figure 65 Logout for Teacher If you press Yes, then you will be logged out from the web application My Account To see or modify your information, choose [My Account] from the menu on the left hand side. You may change your information from here. Note If address is modified, make sure you log in with a new address from now on. 38 Chapter 3

44 Figure 66 My Account page If you want to change password, click on the underlined sentence at the bottom of the page. Then you will be asked to enter old password and new password as shown below. Figure 67 Change Password If you have modified your account information successfully, your new information is saved in the database. 39 Chapter 3

45 Figure 68 Account Modified View Student To see the list of your students, simply click on [My Students] menu on the left hand side. Note Unlike administrator who can see the list of all students, teacher can see the list of his/her students only. Figure 69 My Student List It is possible to see a certain student s performance. Simply click on the name of the student. You will see the performance of the student as shown in the below figure. 40 Chapter 3

46 Note It is not possible to change any personal information from this screen. To modify student information, see section Figure 70 Student Summary The above table shows the scores and the exercises that the student had taken. To see how the student performed on a particular exercise, click on the score of that exercise. It will show the problems, answer key for the problems, and whether the student got it right or wrong or skipped the problem. You can also see the details of the exercise below student s performance. Figure 71 Student Performance on a particular exercise From the above figure, if it says Yes under Scratch?, it means the student actually made some scratch while solving the problem. To see what student scratched, click on Yes. 41 Chapter 3

47 Figure 72 Scratch View Student Personal Information To see personal information of a particular student, choose [My Students] [View Student] from the left menu. Then you will see the following screen. Figure 73 View Student Choose a student to see. You will be able to see student s user name, name, class, gender, birthday and preschool information. 42 Chapter 3

48 Figure 74 Student Personal Information Add Student To add a student, choose [My Students] [Add New Student] from the left menu. Then you will see the following screen. Figure 75 Add Student Enter the information and press Add Student button. A new student has been just created. 43 Chapter 3

49 Figure 76 Add Student Success Modify Student To modify your student information, choose [My Students] [Edit A Student] from the left menu. Then you will see the following screen. Figure 77 Edit Student 1 From the drop down menu above, choose a student whose information needs to be changed. The information of the chosen student will be displayed as shown below. 44 Chapter 3

50 Figure 78 Edit Student 2 Make any necessary changes and press Edit button. The modified information is saved in the database. Figure 79 Edit Student Success Delete Student To delete a student, choose [My Students] [Remove A Student] from the left menu. Then you will see the following screen. 45 Chapter 3

51 Figure 80 Delete Student 1 From the drop down menu above, choose a student who needs to be deleted. The information of the chosen student will be displayed to make sure that you have selected right person. Figure 81 Delete Student 2 To delete the student from the database, press Delete button. The selected student will be removed from the database. 46 Chapter 3

52 Figure 82 Delete Student Success View Class To see the list of your classes, simply click on [My Classes] menu on the left hand side. Figure 83 My Class List Note Teacher is not allowed to create or delete classes. If a new class needs to be added, or a class needs to be deleted, teacher should ask to administrator. If you click on the name of a certain class, you will be able to see the exercises and self studies that students have completed in that class. 47 Chapter 3

53 Note Class Exercises means the exercises that the teacher has assigned to the students. The table Self Study Exercises shows the number of self study exercises completed by students on monthly base. Figure 84 Class Exercise Information Modify Class To modify class information, choose [My Classes] [Edit A Class] from the left menu. Then you will see the following screen. Figure 85 Edit Class 1 From the drop down menu above, choose a class whose information needs to be changed. The information of the chosen class will be displayed as shown below. 48 Chapter 3

54 Figure 86 Edit Class 2 Make any necessary changes and press Edit button. The modified information will be saved in the database. Figure 87 Edit Class Success View Exercise Teachers are able to see the list of exercises that his/her class has completed. To see the exercises, simply click on [Exercises] menu on the left hand side. 49 Chapter 3

55 Figure 88 List of Exercises Any active exercise will be shown below My Active Exercises. If you click on any exercise name, then you will see the details of the exercise that you selected and the name of students who completed the exercise. Figure 89 Exercise Detail Teachers can deactivate any exercise that is currently active. To do that, choose the exercise name under My Active Exercises from Figure 90 below. Note It is not possible to assign an exercise to a class that currently has active exercise. To assign one, a teacher has to deactivate the current exercise and then assign new one. 50 Chapter 3

56 Figure 90 Active Exercise The following table will be shown. Figure 91 Deactivate Exercise Simply press Deactivate Exercise button to deactivate the exercise. 51 Chapter 3

57 Figure 92 Deactivate Success Create Exercise As a teacher, you can create an exercise or give an assignment to your students. This is something that administrator cannot do. To create an exercise, choose [Exercise] [Create An Exercise] menu on the left hand side. Figure 93 Create Exercise If you choose either timed or problem limit to yes, it will ask you to enter the time or number of problems. 52 Chapter 3

58 Figure 94 Create Exercise with timed and problem limit Make an exercise that you want to assign and press Create button. The exercise has been just created, and students will see the assignment when they log in to desktop application. The instruction of desktop application is described in next chapter. Note A student cannot start the assigned exercise if he/she doesn t have Internet connection. However, the student can still do the self study exercise. Figure 95 Create Exercise Success View Statistics Teacher can see how students are doing in his/her math class. In other words, teacher can see the performance of his/her students only. To see the performance of student, simply click on [Statistics] menu on the left hand side. 53 Chapter 3

59 Figure 96 Create a Graph Choose a type of graph you want to see, a class, and a student in the class. Choose the x-axis and the size of the graph. Note It is possible to see the result of more than one student. In other words, it is possible to compare the performance between students. Use Ctrl key to select more than one student. If Create is pressed, a new window will pop up showing the graph that you requested. To see some examples of the graphs, see section Frequently Asked Questions (Help Page) Teachers can get quick help from [Help] menu. It basically explains how to use the web application as a teacher. Help page consists of questions and answers to the questions. The following two figures show what Help page looks like. 54 Chapter 3

60 Figure 97 Help Page Figure 98 Help Page 55 Chapter 3

61 4. Desktop Application 4.1. Student This chapter describes how to use the desktop application. The main purpose of the desktop application is to practice and solve math problems. This desktop application can be accessed by any user as long as he/she has an account. However, it will be mostly used by students. Whenever you launch desktop application, the following progress bar will appear. Figure 99 Progress Bar Login/Logout When desktop application is launched, the following window will appear. Figure 100 Login Window 56 Chapter 4

62 Note If you don t have an account, you should ask teacher or administrator to create one for you. It is not possible to create an account using desktop application. Enter the user name and birthday, and press submit button to log in. If you want to quit the application, simply press exit button Choose Settings When you log in, you will see the following welcome page. Figure 101 Problem Setting window Note The default value of timed and problem limit is set to no. Note If you have an assignment to do, then your window will look like Figure Chapter 4

63 Using your pen or mouse, choose the problem setting. Figure 102 Problem Setting window If you choose either timed or problem limit to yes, it will ask you to enter the time or number of problems. Figure 103 Problem Setting with timed and problem limit Note No commas are allowed for input. For example, you cannot enter 1,000,000 problems since the application could read comma as value Chapter 4

64 Note The maximum value for time and number of problems is 2^16. The system will give you an error if you enter a value greater than 2^16. If you include either addition or subtraction for problem types, it will ask if you want problems with borrowing/carrying. Figure 104 Problem Setting with subtraction When you are done with setting, press submit button. You can start practicing some math problems now Start Problem Limit Exercise This section shows an example of problem limit exercise. Choose problem limit to yes, and enter the number of problems you want to solve. 59 Chapter 4

65 Figure 105 Start problem limit Exercise Press submit button. Five problems of two digits subtraction are given to you in this example. When you submit the answer for each problem, it tells you whether you got it correct or wrong. It also tells you how many problems are left. Figure 106 problem limit Exercise 60 Chapter 4

66 When all problems are solved, it shows you the results of the exercise. Figure 107 problem limit Exercise Finished Start Timed Exercise This section shows an example of timed exercise. Choose timed to yes, and enter the time (in minutes) you want to practice. Figure 108 Start timed Exercise Press submit button. In this example, one minute is given to you with the problems of one digit addition/subtraction/multiplication/division. When you submit the answer for each problem, it tells you whether you got it 61 Chapter 4

67 correct or wrong. It also tells you how much time is left. Figure 109 timed Exercise Note If you try to submit an answer without writing anything (blank answer), the system will show you the popup window as shown below. Figure 110 timed Exercise 62 Chapter 4

68 When time is up, it shows you the results of the exercise. Figure 111 timed Exercise Finished Self Study Both timed and problem limit exercises shown in and are part of self study exercise. As shown in Figure 112, if you set timed and problem limit as no, your self study session will end when you press exit button. In other words, you will get unlimited number of problems until you press exit button. Figure 112 Self Study without timed and problem limit 63 Chapter 4

69 When exit button is pressed, the system will show you the result of the self study. Figure 113 Self Study Ended Accept Assignment If you have an assignment to do (e.g. teacher has assigned you an exercise), the following screen will appear when you first log in. Figure 114 Accept Assignment You cannot practice any exercise (e.g. timed exercise) until you finish the given assignment. Press do exercise to start the exercise. 64 Chapter 4

70 Solving Problems This section shows some screen shots of desktop application. Figure 115 Example Problem Note If you think your answer is wrong, just press clear button. It will erase the answer you wrote. The scratch work will be erased as well. If you want to skip the problem, you can press skip button anytime. It will take you to the next problem. 65 Chapter 4

71 Figure 116 Entering Wrong Answer The above figure shows that you have entered wrong answer. If you press submit button, then on the next screen, it will show you the correct answer as shown below. Figure 117 Example Problem However, if you submitted the correct answer, it will show you that you got it correct as shown below. 66 Chapter 4

72 Figure 118 Example Problem It is possible to make any scratch within squared box. The teacher will be able to see all the scratch works you have made while doing either exercise or self study. Figure 119 Scratch Example 67 Chapter 4

73 Appendix / Help The format of this document is adopted from the manual of Alticast ( 68 Appendix

Appendix L: Online Testing Highlights and Script

Appendix L: Online Testing Highlights and Script Online Testing Highlights and Script for Fall 2017 Ohio s State Tests Administrations Test administrators must use this document when administering Ohio s State Tests online. It includes step-by-step directions,

More information

SECTION 12 E-Learning (CBT) Delivery Module

SECTION 12 E-Learning (CBT) Delivery Module SECTION 12 E-Learning (CBT) Delivery Module Linking a CBT package (file or URL) to an item of Set Training 2 Linking an active Redkite Question Master assessment 2 to the end of a CBT package Removing

More information

Houghton Mifflin Online Assessment System Walkthrough Guide

Houghton Mifflin Online Assessment System Walkthrough Guide Houghton Mifflin Online Assessment System Walkthrough Guide Page 1 Copyright 2007 by Houghton Mifflin Company. All Rights Reserved. No part of this document may be reproduced or transmitted in any form

More information

INSTRUCTOR USER MANUAL/HELP SECTION

INSTRUCTOR USER MANUAL/HELP SECTION Criterion INSTRUCTOR USER MANUAL/HELP SECTION ngcriterion Criterion Online Writing Evaluation June 2013 Chrystal Anderson REVISED SEPTEMBER 2014 ANNA LITZ Criterion User Manual TABLE OF CONTENTS 1.0 INTRODUCTION...3

More information

WiggleWorks Software Manual PDF0049 (PDF) Houghton Mifflin Harcourt Publishing Company

WiggleWorks Software Manual PDF0049 (PDF) Houghton Mifflin Harcourt Publishing Company WiggleWorks Software Manual PDF0049 (PDF) Houghton Mifflin Harcourt Publishing Company Table of Contents Welcome to WiggleWorks... 3 Program Materials... 3 WiggleWorks Teacher Software... 4 Logging In...

More information

Attendance/ Data Clerk Manual.

Attendance/ Data Clerk Manual. Attendance/ Data Clerk Manual http://itls.saisd.net/gatsv4 GATS Data Clerk Manual Published by: The Office of Instructional Technology Services San Antonio ISD 406 Barrera Street San Antonio, Texas 78210

More information

TotalLMS. Getting Started with SumTotal: Learner Mode

TotalLMS. Getting Started with SumTotal: Learner Mode TotalLMS Getting Started with SumTotal: Learner Mode Contents Learner Mode... 1 TotalLMS... 1 Introduction... 3 Objectives of this Guide... 3 TotalLMS Overview... 3 Logging on to SumTotal... 3 Exploring

More information

Intel-powered Classmate PC. SMART Response* Training Foils. Version 2.0

Intel-powered Classmate PC. SMART Response* Training Foils. Version 2.0 Intel-powered Classmate PC Training Foils Version 2.0 1 Legal Information INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE,

More information

Creating an Online Test. **This document was revised for the use of Plano ISD teachers and staff.

Creating an Online Test. **This document was revised for the use of Plano ISD teachers and staff. Creating an Online Test **This document was revised for the use of Plano ISD teachers and staff. OVERVIEW Step 1: Step 2: Step 3: Use ExamView Test Manager to set up a class Create class Add students to

More information

Introduction to Moodle

Introduction to Moodle Center for Excellence in Teaching and Learning Mr. Philip Daoud Introduction to Moodle Beginner s guide Center for Excellence in Teaching and Learning / Teaching Resource This manual is part of a serious

More information

LMS - LEARNING MANAGEMENT SYSTEM END USER GUIDE

LMS - LEARNING MANAGEMENT SYSTEM END USER GUIDE LMS - LEARNING MANAGEMENT SYSTEM (ADP TALENT MANAGEMENT) END USER GUIDE August 2012 Login Log onto the Learning Management System (LMS) by clicking on the desktop icon or using the following URL: https://lakehealth.csod.com

More information

Principal Survey FAQs

Principal Survey FAQs Principal Survey FAQs Question: When will principals receive the Principal Survey? Answer: The surveys will be available in the principals TEA educator profiles on April 9, 2012. When principals access

More information

Outreach Connect User Manual

Outreach Connect User Manual Outreach Connect A Product of CAA Software, Inc. Outreach Connect User Manual Church Growth Strategies Through Sunday School, Care Groups, & Outreach Involving Members, Guests, & Prospects PREPARED FOR:

More information

Moodle Student User Guide

Moodle Student User Guide Moodle Student User Guide Moodle Student User Guide... 1 Aims and Objectives... 2 Aim... 2 Student Guide Introduction... 2 Entering the Moodle from the website... 2 Entering the course... 3 In the course...

More information

Experience College- and Career-Ready Assessment User Guide

Experience College- and Career-Ready Assessment User Guide Experience College- and Career-Ready Assessment User Guide 2014-2015 Introduction Welcome to Experience College- and Career-Ready Assessment, or Experience CCRA. Experience CCRA is a series of practice

More information

TK20 FOR STUDENT TEACHERS CONTENTS

TK20 FOR STUDENT TEACHERS CONTENTS TK20 FOR STUDENT TEACHERS This guide will help students who are participating in a Student Teaching placement to navigate TK20, complete required materials, and review assessments. CONTENTS Login to TK20:

More information

CHANCERY SMS 5.0 STUDENT SCHEDULING

CHANCERY SMS 5.0 STUDENT SCHEDULING CHANCERY SMS 5.0 STUDENT SCHEDULING PARTICIPANT WORKBOOK VERSION: 06/04 CSL - 12148 Student Scheduling Chancery SMS 5.0 : Student Scheduling... 1 Course Objectives... 1 Course Agenda... 1 Topic 1: Overview

More information

Using SAM Central With iread

Using SAM Central With iread Using SAM Central With iread January 1, 2016 For use with iread version 1.2 or later, SAM Central, and Student Achievement Manager version 2.4 or later PDF0868 (PDF) Houghton Mifflin Harcourt Publishing

More information

Preferences...3 Basic Calculator...5 Math/Graphing Tools...5 Help...6 Run System Check...6 Sign Out...8

Preferences...3 Basic Calculator...5 Math/Graphing Tools...5 Help...6 Run System Check...6 Sign Out...8 CONTENTS GETTING STARTED.................................... 1 SYSTEM SETUP FOR CENGAGENOW....................... 2 USING THE HEADER LINKS.............................. 2 Preferences....................................................3

More information

Course Groups and Coordinator Courses MyLab and Mastering for Blackboard Learn

Course Groups and Coordinator Courses MyLab and Mastering for Blackboard Learn Course Groups and Coordinator Courses MyLab and Mastering for Blackboard Learn MyAnthroLab MyArtsLab MyDevelopmentLab MyHistoryLab MyMusicLab MyPoliSciLab MyPsychLab MyReligionLab MySociologyLab MyThinkingLab

More information

Spring 2015 Achievement Grades 3 to 8 Social Studies and End of Course U.S. History Parent/Teacher Guide to Online Field Test Electronic Practice

Spring 2015 Achievement Grades 3 to 8 Social Studies and End of Course U.S. History Parent/Teacher Guide to Online Field Test Electronic Practice Spring 2015 Achievement Grades 3 to 8 Social Studies and End of Course U.S. History Parent/Teacher Guide to Online Field Test Electronic Practice Assessment Tests (epats) FAQs, Instructions, and Hardware

More information

USER GUIDANCE. (2)Microphone & Headphone (to avoid howling).

USER GUIDANCE. (2)Microphone & Headphone (to avoid howling). Igo Campus Education System USER GUIDANCE 1 Functional Overview The system provide following functions: Audio, video, textual chat lesson. Maximum to 10 multi-face teaching game, and online lecture. Class,

More information

Test Administrator User Guide

Test Administrator User Guide Test Administrator User Guide Fall 2017 and Winter 2018 Published October 17, 2017 Prepared by the American Institutes for Research Descriptions of the operation of the Test Information Distribution Engine,

More information

Tour. English Discoveries Online

Tour. English Discoveries Online Techno-Ware Tour Of English Discoveries Online Online www.englishdiscoveries.com http://ed242us.engdis.com/technotms Guided Tour of English Discoveries Online Background: English Discoveries Online is

More information

GED Manager. Training Guide For Corrections Version 1.0 December 2013

GED Manager. Training Guide For Corrections Version 1.0 December 2013 GED Manager Training Guide For Corrections Version 1.0 December 2013 GED is a registered trademark of the American Council on Education. Used under license. Table of Contents Introduction to GED Manager

More information

PowerTeacher Gradebook User Guide PowerSchool Student Information System

PowerTeacher Gradebook User Guide PowerSchool Student Information System PowerSchool Student Information System Document Properties Copyright Owner Copyright 2007 Pearson Education, Inc. or its affiliates. All rights reserved. This document is the property of Pearson Education,

More information

MOODLE 2.0 GLOSSARY TUTORIALS

MOODLE 2.0 GLOSSARY TUTORIALS BEGINNING TUTORIALS SECTION 1 TUTORIAL OVERVIEW MOODLE 2.0 GLOSSARY TUTORIALS The glossary activity module enables participants to create and maintain a list of definitions, like a dictionary, or to collect

More information

Quick Start Guide 7.0

Quick Start Guide 7.0 www.skillsoft.com Quick Start Guide 7.0 Copyright 2010 SkillSoft Corporation. All rights reserved SkillSoft Corporation 107 Northeastern Blvd. Nashua, NH 03062 603-324-3000 87-SkillSoft (877-545-5763)

More information

Student Information System. Parent Quick Start Guide

Student Information System. Parent Quick Start Guide Student Information System Parent Quick Start Guide Contents Purpose of this Guide 3 Getting Started Technical Requirements 3 Logging In 4 Dashboard Tools and Features 5 2 Quick Start Guide for Parents

More information

School Year 2017/18. DDS MySped Application SPECIAL EDUCATION. Training Guide

School Year 2017/18. DDS MySped Application SPECIAL EDUCATION. Training Guide SPECIAL EDUCATION School Year 2017/18 DDS MySped Application SPECIAL EDUCATION Training Guide Revision: July, 2017 Table of Contents DDS Student Application Key Concepts and Understanding... 3 Access to

More information

Moodle 2 Assignments. LATTC Faculty Technology Training Tutorial

Moodle 2 Assignments. LATTC Faculty Technology Training Tutorial LATTC Faculty Technology Training Tutorial Moodle 2 Assignments This tutorial begins with the instructor already logged into Moodle 2. http://moodle.lattc.edu/ Faculty login id is same as email login id.

More information

Reviewing the student course evaluation request

Reviewing the student course evaluation request **These instructions are for PC use only. Please do not use a MAC.** To login directly to OnBase, you can follow this link: http://www.onbase.gvsu.edu/appnet/login.aspx However, once a course evaluation

More information

Donnelly Course Evaluation Process

Donnelly Course Evaluation Process Donnelly Course Evaluation Process Contents Donnelly Course Evaluation Process... 2 The Rules... 2 From the Student Perspective... 3 From the Faculty Perspective... 7 From the Moodle Admin Perspective...

More information

InCAS. Interactive Computerised Assessment. System

InCAS. Interactive Computerised Assessment. System Interactive Computerised Assessment Administered by: System 015 Carefully follow the instructions in this manual to make sure your assessment process runs smoothly! InCAS Page 1 2015 InCAS Manual If there

More information

Creating a Test in Eduphoria! Aware

Creating a Test in Eduphoria! Aware in Eduphoria! Aware Login to Eduphoria using CHROME!!! 1. LCS Intranet > Portals > Eduphoria From home: LakeCounty.SchoolObjects.com 2. Login with your full email address. First time login password default

More information

Student Handbook. This handbook was written for the students and participants of the MPI Training Site.

Student Handbook. This handbook was written for the students and participants of the MPI Training Site. Student Handbook This handbook was written for the students and participants of the MPI Training Site. Purpose To enable the active participants of this website easier operation and a thorough understanding

More information

Skyward Gradebook Online Assignments

Skyward Gradebook Online Assignments Teachers have the ability to make an online assignment for students. The assignment will be added to the gradebook and be available for the students to complete online in Student Access. Creating an Online

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Getting Started with Voki Classroom Oddcast, Inc. Published: July 2011 Contents: I. Registering for Voki Classroom II. Upgrading to Voki Classroom III. Getting Started with Voki Classroom

More information

Your School and You. Guide for Administrators

Your School and You. Guide for Administrators Your School and You Guide for Administrators Table of Content SCHOOLSPEAK CONCEPTS AND BUILDING BLOCKS... 1 SchoolSpeak Building Blocks... 3 ACCOUNT... 4 ADMIN... 5 MANAGING SCHOOLSPEAK ACCOUNT ADMINISTRATORS...

More information

Storytelling Made Simple

Storytelling Made Simple Storytelling Made Simple Storybird is a Web tool that allows adults and children to create stories online (independently or collaboratively) then share them with the world or select individuals. Teacher

More information

ACADEMIC TECHNOLOGY SUPPORT

ACADEMIC TECHNOLOGY SUPPORT ACADEMIC TECHNOLOGY SUPPORT D2L Respondus: Create tests and upload them to D2L ats@etsu.edu 439-8611 www.etsu.edu/ats Contents Overview... 1 What is Respondus?...1 Downloading Respondus to your Computer...1

More information

Home Access Center. Connecting Parents to Fulton County Schools

Home Access Center. Connecting Parents to Fulton County Schools Home Access Center Connecting Parents to Fulton County Schools What is Home Access Center? Website available to parents (and at site discretion, students) that is a real-time look at student data The data

More information

STUDENT MOODLE ORIENTATION

STUDENT MOODLE ORIENTATION BAKER UNIVERSITY SCHOOL OF PROFESSIONAL AND GRADUATE STUDIES STUDENT MOODLE ORIENTATION TABLE OF CONTENTS Introduction to Moodle... 2 Online Aptitude Assessment... 2 Moodle Icons... 6 Logging In... 8 Page

More information

Netsmart Sandbox Tour Guide Script

Netsmart Sandbox Tour Guide Script Netsmart Sandbox Tour Guide Script October 2012 This document is to be used in conjunction with the Netsmart Sandbox environment as a guide. Following the steps included in this guide will allow you to

More information

ACCESSING STUDENT ACCESS CENTER

ACCESSING STUDENT ACCESS CENTER ACCESSING STUDENT ACCESS CENTER Student Access Center is the Fulton County system to allow students to view their student information. All students are assigned a username and password. 1. Accessing the

More information

Online ICT Training Courseware

Online ICT Training Courseware Computing Guide THE LIBRARY www.salford.ac.uk/library Online ICT Training Courseware What materials are covered? Office 2003 to 2007 Quick Conversion Course Microsoft 2010, 2007 and 2003 for Word, PowerPoint,

More information

2 User Guide of Blackboard Mobile Learn for CityU Students (Android) How to download / install Bb Mobile Learn? Downloaded from Google Play Store

2 User Guide of Blackboard Mobile Learn for CityU Students (Android) How to download / install Bb Mobile Learn? Downloaded from Google Play Store 2 User Guide of Blackboard Mobile Learn for CityU Students (Android) Part 1 Part 2 Part 3 Part 4 How to download / install Bb Mobile Learn? Downloaded from Google Play Store How to access e Portal via

More information

TeacherPlus Gradebook HTML5 Guide LEARN OUR SOFTWARE STEP BY STEP

TeacherPlus Gradebook HTML5 Guide LEARN OUR SOFTWARE STEP BY STEP TeacherPlus Gradebook HTML5 Guide LEARN OUR SOFTWARE STEP BY STEP Copyright 2017 Rediker Software. All rights reserved. Information in this document is subject to change without notice. The software described

More information

Moodle 3.2 Backup and Simple Restore

Moodle 3.2 Backup and Simple Restore Moodle 3.2 Backup and Simple Restore Center for Effective Teaching and Learning CETL Fine Arts 138 cetl@calstatela.edu Cal State L.A. (323) 343-6594 Table of Contents Create a Backup File of your Course...

More information

Science Olympiad Competition Model This! Event Guidelines

Science Olympiad Competition Model This! Event Guidelines Science Olympiad Competition Model This! Event Guidelines These guidelines should assist event supervisors in preparing for and setting up the Model This! competition for Divisions B and C. Questions should

More information

Online Testing - Quick Troubleshooting Tips

Online Testing - Quick Troubleshooting Tips Online Testing - Quick Troubleshooting Tips This document outlines quick troubleshooting tips for some common issues related to online testing that may impact the Test Coordinators/ Administrators or the

More information

POWERTEACHER GRADEBOOK

POWERTEACHER GRADEBOOK POWERTEACHER GRADEBOOK FOR THE SECONDARY CLASSROOM TEACHER In Prince William County Public Schools (PWCS), student information is stored electronically in the PowerSchool SMS program. Enrolling students

More information

SkillPort Quick Start Guide 7.0

SkillPort Quick Start Guide 7.0 SkillPort Quick Start Guide 7.0 www.skillsoft.com Copyright 2009 SkillSoft Corporation. All rights reserved SkillSoft Corporation 107 Northeastern Blvd. Nashua, NH 03062 603-324-3000 87-SkillSoft (877-545-5763)

More information

Parent s Guide to the Student/Parent Portal

Parent s Guide to the Student/Parent Portal Nova Scotia Public Education System Parent s Guide to the Student/Parent Portal Revision Date: The Student/Parent Portal is your gateway into the classroom of the children associated to your account. The

More information

Detailed Instructions to Create a Screen Name, Create a Group, and Join a Group

Detailed Instructions to Create a Screen Name, Create a Group, and Join a Group Step by Step Guide: How to Create and Join a Roommate Group: 1. Each student who wishes to be in a roommate group must create a profile with a Screen Name. (See detailed instructions below on creating

More information

Introduction to WeBWorK for Students

Introduction to WeBWorK for Students Introduction to WeBWorK 1 Introduction to WeBWorK for Students I. What is WeBWorK? WeBWorK is a system developed at the University of Rochester that allows professors to put homework problems on the web

More information

Using Blackboard.com Software to Reach Beyond the Classroom: Intermediate

Using Blackboard.com Software to Reach Beyond the Classroom: Intermediate Using Blackboard.com Software to Reach Beyond the Classroom: Intermediate NESA Conference 2007 Presenter: Barbara Dent Educational Technology Training Specialist Thomas Jefferson High School for Science

More information

Longman English Interactive

Longman English Interactive Longman English Interactive Level 3 Orientation Quick Start 2 Microphone for Speaking Activities 2 Course Navigation 3 Course Home Page 3 Course Overview 4 Course Outline 5 Navigating the Course Page 6

More information

Dialogue Live Clientside

Dialogue Live Clientside Dialogue Live Clientside Logger Setup www.skillsoft.com Copyright 2008 SkillSoft Corporation. All rights reserved SkillSoft Corporation 107 Northeastern Blvd. Nashua, NH 03062 603-324-3000 87-SkillSoft

More information

Field Experience Management 2011 Training Guides

Field Experience Management 2011 Training Guides Field Experience Management 2011 Training Guides Page 1 of 40 Contents Introduction... 3 Helpful Resources Available on the LiveText Conference Visitors Pass... 3 Overview... 5 Development Model for FEM...

More information

Excel Intermediate

Excel Intermediate Instructor s Excel 2013 - Intermediate Multiple Worksheets Excel 2013 - Intermediate (103-124) Multiple Worksheets Quick Links Manipulating Sheets Pages EX5 Pages EX37 EX38 Grouping Worksheets Pages EX304

More information

Schoology Getting Started Guide for Teachers

Schoology Getting Started Guide for Teachers Schoology Getting Started Guide for Teachers (Latest Revision: December 2014) Before you start, please go over the Beginner s Guide to Using Schoology. The guide will show you in detail how to accomplish

More information

Beginning Blackboard. Getting Started. The Control Panel. 1. Accessing Blackboard:

Beginning Blackboard. Getting Started. The Control Panel. 1. Accessing Blackboard: Beginning Blackboard Contact Information Blackboard System Administrator: Paul Edminster, Webmaster Developer x3842 or Edminster@its.gonzaga.edu Blackboard Training and Support: Erik Blackerby x3856 or

More information

Many instructors use a weighted total to calculate their grades. This lesson explains how to set up a weighted total using categories.

Many instructors use a weighted total to calculate their grades. This lesson explains how to set up a weighted total using categories. Weighted Totals Many instructors use a weighted total to calculate their grades. This lesson explains how to set up a weighted total using categories. Set up your grading scheme in your syllabus Your syllabus

More information

ecampus Basics Overview

ecampus Basics Overview ecampus Basics Overview 2016/2017 Table of Contents Managing DCCCD Accounts.... 2 DCCCD Resources... 2 econnect and ecampus... 2 Registration through econnect... 3 Fill out the form (3 steps)... 4 ecampus

More information

Smarter ELA/Literacy and Mathematics Interim Comprehensive Assessment (ICA) and Interim Assessment Blocks (IABs) Test Administration Manual (TAM)

Smarter ELA/Literacy and Mathematics Interim Comprehensive Assessment (ICA) and Interim Assessment Blocks (IABs) Test Administration Manual (TAM) Smarter ELA/Literacy and Mathematics Interim Comprehensive Assessment (ICA) and Interim Assessment Blocks (IABs) Test Administration Manual (TAM) January 2015 Delaware Department of Education American

More information

PDA (Personal Digital Assistant) Activity Packet

PDA (Personal Digital Assistant) Activity Packet PDA (Personal Digital Assistant) Activity Packet DAY 1 OBJECTIVE - What are PDA s? Read the following sections: 1. Judge a PDA by Its OS on pages 2-3 2. Selecting a PDA on page 3 3. Purchasing a PDA on

More information

SCT Banner Financial Aid Needs Analysis Training Workbook January 2005 Release 7

SCT Banner Financial Aid Needs Analysis Training Workbook January 2005 Release 7 SCT HIGHER EDUCATION SCT Banner Financial Aid Needs Analysis Training Workbook January 2005 Release 7 Confidential Business Information --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

More information

Preparing for the School Census Autumn 2017 Return preparation guide. English Primary, Nursery and Special Phase Schools Applicable to 7.

Preparing for the School Census Autumn 2017 Return preparation guide. English Primary, Nursery and Special Phase Schools Applicable to 7. Preparing for the School Census Autumn 2017 Return preparation guide English Primary, Nursery and Special Phase Schools Applicable to 7.176 onwards Preparation Guide School Census Autumn 2017 Preparation

More information

Rental Property Management: An Android Application

Rental Property Management: An Android Application Rental Property Management: An Android Application GRADUATE PROJECT Submitted to the Faculty of The School of Engineering & Computing Sciences Texas A&M University-Corpus Christi Corpus Christi, TX In

More information

Managing the Student View of the Grade Center

Managing the Student View of the Grade Center Managing the Student View of the Grade Center Students can currently view their own grades from two locations: Blackboard home page: They can access grades for all their available courses from the Tools

More information

BLACKBOARD TRAINING PHASE 2 CREATE ASSESSMENT. Essential Tool Part 1 Rubrics, page 3-4. Assignment Tool Part 2 Assignments, page 5-10

BLACKBOARD TRAINING PHASE 2 CREATE ASSESSMENT. Essential Tool Part 1 Rubrics, page 3-4. Assignment Tool Part 2 Assignments, page 5-10 BLACKBOARD TRAINING PHASE 2 CREATE ASSESSMENT Essential Tool Part 1 Rubrics, page 3-4 Assignment Tool Part 2 Assignments, page 5-10 Review Tool Part 3 SafeAssign, page 11-13 Assessment Tool Part 4 Test,

More information

DegreeWorks Advisor Reference Guide

DegreeWorks Advisor Reference Guide DegreeWorks Advisor Reference Guide Table of Contents 1. DegreeWorks Basics... 2 Overview... 2 Application Features... 3 Getting Started... 4 DegreeWorks Basics FAQs... 10 2. What-If Audits... 12 Overview...

More information

NCAA Eligibility Center High School Portal Instructions. Course Module

NCAA Eligibility Center High School Portal Instructions. Course Module NCAA Eligibility Center High School Portal Instructions Course Module www.eligibilitycenter.org Click here to enter the High School Portal Before logging in, you can peruse the resource page or look at

More information

MyUni - Turnitin Assignments

MyUni - Turnitin Assignments - Turnitin Assignments Originality, Grading & Rubrics Turnitin Assignments... 2 Create Turnitin assignment... 2 View Originality Report and grade a Turnitin Assignment... 4 Originality Report... 6 GradeMark...

More information

Closing out the School Year for Teachers and Administrators Spring PANC Conference Wrightsville Beach April 7-9, 2014

Closing out the School Year for Teachers and Administrators Spring PANC Conference Wrightsville Beach April 7-9, 2014 Closing out the School Year for Teachers and Administrators 2014 Spring PANC Conference Wrightsville Beach April 7-9, 2014 Presenter Tad Piner IIS Functional System Analyst 919.807.3223 Learning Outcomes

More information

Connect Microbiology. Training Guide

Connect Microbiology. Training Guide 1 Training Checklist Section 1: Getting Started 3 Section 2: Course and Section Creation 4 Creating a New Course with Sections... 4 Editing Course Details... 9 Editing Section Details... 9 Copying a Section

More information

EMPOWER Self-Service Portal Student User Manual

EMPOWER Self-Service Portal Student User Manual EMPOWER Self-Service Portal Student User Manual by Hasanna Tyus 1 Registrar 1 Adapted from the OASIS Student User Manual, July 2013, Benedictine College. 1 Table of Contents 1. Introduction... 3 2. Accessing

More information

READ 180 Next Generation Software Manual

READ 180 Next Generation Software Manual READ 180 Next Generation Software Manual including ereads For use with READ 180 Next Generation version 2.3 and Scholastic Achievement Manager version 2.3 or higher Copyright 2014 by Scholastic Inc. All

More information

Municipal Accounting Systems, Inc. Wen-GAGE Gradebook FAQs

Municipal Accounting Systems, Inc. Wen-GAGE Gradebook FAQs Municipal Accounting Systems, Inc. Wen-GAGE Gradebook FAQs Administration Question: If the administration office changes a grade for a student through the Wen-GAGE SI System, after it has been calculated

More information

Once your credentials are accepted, you should get a pop-window (make sure that your browser is set to allow popups) that looks like this:

Once your credentials are accepted, you should get a pop-window (make sure that your browser is set to allow popups) that looks like this: SCAIT IN ARIES GUIDE Accessing SCAIT The link to SCAIT is found on the Administrative Applications and Resources page, which you can find via the CSU homepage under Resources or click here: https://aar.is.colostate.edu/

More information

Student User s Guide to the Project Integration Management Simulation. Based on the PMBOK Guide - 5 th edition

Student User s Guide to the Project Integration Management Simulation. Based on the PMBOK Guide - 5 th edition Student User s Guide to the Project Integration Management Simulation Based on the PMBOK Guide - 5 th edition TABLE OF CONTENTS Goal... 2 Accessing the Simulation... 2 Creating Your Double Masters User

More information

New Features & Functionality in Q Release Version 3.1 January 2016

New Features & Functionality in Q Release Version 3.1 January 2016 in Q Release Version 3.1 January 2016 Contents Release Highlights 2 New Features & Functionality 3 Multiple Applications 3 Analysis 3 Student Pulse 3 Attendance 4 Class Attendance 4 Student Attendance

More information

Quick Reference for itslearning

Quick Reference for itslearning Quick Reference for itslearning Frequently Asked Questions... 2 How do I access itslearning?... 2 Who can I contact if I get a problem?... 2 Where can I get help?... 2 Can I get itslearning in my language?...

More information

Adult Degree Program. MyWPclasses (Moodle) Guide

Adult Degree Program. MyWPclasses (Moodle) Guide Adult Degree Program MyWPclasses (Moodle) Guide Table of Contents Section I: What is Moodle?... 3 The Basics... 3 The Moodle Dashboard... 4 Navigation Drawer... 5 Course Administration... 5 Activity and

More information

New Features & Functionality in Q Release Version 3.2 June 2016

New Features & Functionality in Q Release Version 3.2 June 2016 in Q Release Version 3.2 June 2016 Contents New Features & Functionality 3 Multiple Applications 3 Class, Student and Staff Banner Applications 3 Attendance 4 Class Attendance 4 Mass Attendance 4 Truancy

More information

Starting an Interim SBA

Starting an Interim SBA Starting an Interim SBA January 26, 2015 DRAFT PowerPoint - 1.26.2015 by Laura Bay 1 Resources to help Start by visiting: www.wa.portal.airast.org which is the portal for SBA and MSP/EOC testing. This

More information

Using Moodle in ESOL Writing Classes

Using Moodle in ESOL Writing Classes The Electronic Journal for English as a Second Language September 2010 Volume 13, Number 2 Title Moodle version 1.9.7 Using Moodle in ESOL Writing Classes Publisher Author Contact Information Type of product

More information

DO NOT DISCARD: TEACHER MANUAL

DO NOT DISCARD: TEACHER MANUAL DO NOT DISCARD: TEACHER MANUAL Adoption Registration Guide for Teachers & Students FOR ONLINE ACCESS TO: Mastering MyLab Instructor Resource Center This manual supports only those programs listed online

More information

Case study Norway case 1

Case study Norway case 1 Case study Norway case 1 School : B (primary school) Theme: Science microorganisms Dates of lessons: March 26-27 th 2015 Age of students: 10-11 (grade 5) Data sources: Pre- and post-interview with 1 teacher

More information

PRD Online

PRD Online 1 PRD Online 2011-12 SBC PRD Online What is it? PRD Online, part of CPD Online, will keep track of the PRD process for you, allowing you to concentrate on the quality of the professional dialogue. What

More information

FAU Mobile App Goes Live

FAU Mobile App Goes Live Back to School August 2011 IRM Newsletter Technology News for FAU Faculty and Students Summer at IRM Has Been Anything But Quiet! Whether you are new to FAU or returning to campus after a relaxing summer,

More information

Examity - Adding Examity to your Moodle Course

Examity - Adding Examity to your Moodle Course Examity - Adding Examity to your Moodle Course Purpose: This informational sheet will help you install the Examity plugin into your Moodle course and will explain how to set up an Examity activity. Prerequisite:

More information

Blackboard Communication Tools

Blackboard Communication Tools Blackboard Communication Tools Donna M. Dickinson E-Learning Center Borough of Manhattan Community College Workshop Overview Email from Communication Area and directly from the Grade Center Using Blackboard

More information

Spring 2015 Online Testing. Program Information and Registration and Technology Survey (RTS) Training Session

Spring 2015 Online Testing. Program Information and Registration and Technology Survey (RTS) Training Session Spring 2015 Online Testing Program Information and Registration and Technology Survey (RTS) Training Session Webinar Training Sessions: Calls will be operator assisted. Submit questions through the chat

More information

EdX Learner s Guide. Release

EdX Learner s Guide. Release EdX Learner s Guide Release Nov 18, 2017 Contents 1 Welcome! 1 1.1 Learning in a MOOC........................................... 1 1.2 If You Have Questions As You Take a Course..............................

More information

Elearn: Towards a Collaborative Educational Virtual Environment

Elearn: Towards a Collaborative Educational Virtual Environment Journal of Information Technology Education Volume 2, 2003 Elearn: Towards a Collaborative Educational Virtual Environment Anna Michailidou & Anastasios A. Economides University of Macedonia, Thessaloniki,

More information

Updated: 7/17/12. User Manual v. 2

Updated: 7/17/12. User Manual v. 2 Updated: 7/17/12 User Manual v. 2 Table of Contents Introduction to IndianaIEP PCG Overview................................................ Security....................................................

More information

i>clicker Setup Training Documentation This document explains the process of integrating your i>clicker software with your Moodle course.

i>clicker Setup Training Documentation This document explains the process of integrating your i>clicker software with your Moodle course. This document explains the process of integrating your i>clicker software with your Moodle course. Center for Effective Teaching and Learning CETL Fine Arts 138 mymoodle@calstatela.edu Cal State L.A. (323)

More information

INTERNAL MEDICINE IN-TRAINING EXAMINATION (IM-ITE SM )

INTERNAL MEDICINE IN-TRAINING EXAMINATION (IM-ITE SM ) INTERNAL MEDICINE IN-TRAINING EXAMINATION (IM-ITE SM ) GENERAL INFORMATION The Internal Medicine In-Training Examination, produced by the American College of Physicians and co-sponsored by the Alliance

More information