Skip to main content

Home/ academic technology/ Group items tagged support

Rss Feed Group items tagged

Jenny Darrow

FootPrints - IT Issue Tracking - 0 views

  •  
    Well done Bb knowledge base created by Ohio university
Judy Brophy

UW Classroom Presenter - 0 views

  •  
    developed at the University of Washington, lets an instructor transmit his or her slides over a network (typically wirelessly) to every student's computer. Designed for a Tablet PC, the instructor can annotate slides, and the annotations appear on the student's screen in real time. Students can add their own notes, too. While Classroom Presenter's core functionality is useful, the real magic happens when students are given a problem to complete on their computer and electronically submit their work to the instructor through the interactive system. The instructor can then view students' submissions and share them with the class if desired.
  •  
    Classroom Presenter is a Tablet PC-based interaction system that supports the sharing of digital ink on slides between instructors and students. When used as a presentation tool, Classroom Presenter allows the integration of digital ink and electronical slides, making it possible to combine the advantages of whiteboard style and slide based presentation.
Judy Brophy

Blackboard 9 @ USC - 0 views

  •  
    "USC Blackboard Instructor How-To Movies " movies and pdfs for instructors and students. Well done.
Judy Brophy

Blackboard 9 @ USC - 0 views

  •  
    both faculty and student videos for 9.1 good place to start for us to learn, if nothing else
Matthew Ragan

line spacing changes - Google Sites Help - 0 views

  • I've frequently run into the same problem.  When I use a font like Georgia with a size of 18, the bottom of some of the letters run into the top of the letters on the line below.   It looks ugly.I looked up the standard HTML & CSS code:  the command line-height: xxx% is available.The HTML source for my page had a section that read:<div style="text-align: left;"><font style="font-family: times new roman,serif;" size="5">House UpFront takes the wonderful accents and accessories from Shops <br>I modified it to include:<div style="text-align: left; line-height: 200%;"><font style="font-family: times new roman,serif;" size="5">House UpFront takes the wonderful accents and accessories from Shops <br>This corrected the vertical spacing problem.  Sorry I could not find a more elegant solution.  But at least this corrects the problem.Barry
  •  
    Fix for line spacing problems in a google site
Jenny Darrow

What is iGoogle? : Features - Web Search Help - 0 views

  •  
    iGoogle is a customizable homepage iGoogle lets you create a personalized homepage that contains a Google search box at the top, and your choice of any number of gadgets below. Gadgets come in lots of different forms and provide access to activities and information from all across the web, without ever having to leave your iGoogle page. Here are some things you can do with gadgets: View your latest Gmail messagesRead headlines from Google News and other top news sourcesCheck out weather forecasts, stock quotes, and movie showtimesStore bookmarks for quick access to your favorite sites from any computerDesign your own gadget.
Judy Brophy

Accessing Google Docs on your mobile phone : Docs - Google Mobile Help - 1 views

  •  
    Just point your browser to http://docs.google.com/m (if you use the public version of Google Docs)
Judy Brophy

Allowing people outside of your domain to submit to embedded forms : Google Apps - Goog... - 0 views

  •  
    If you've embedded a form created with a Google Apps account, people attempting to submit to the form from outside of your domain will encounter a Google Apps sign in page. You can make these forms publicly accessible by removing the following portion of the form's URL: a/yourdomain.com
Judy Brophy

YouTube Help - 0 views

  •  
    menu for youtube help
Judy Brophy

Workshop #7: Teaching and Learning in the Cloud Presentation - 0 views

  •  
    Prezi example
Matthew Ragan

Function list : Functions - Google Docs Help - 1 views

  • Frequency distribution
  • FREQUENCY(data, classes)
  • FILTER(sourceArray, arrayCondition_1, arrayCondition_2, ..., arrayCondition_30)
  • ...21 more annotations...
  • SORT(data, keyColumn_1, ascOrDesc_1, keyColumn_2, ascOrDesc_2, ..., keyColumn_30, ascOrDesc_30)
  • Cross-workbook referenceImportRange(spreadsheet_key, [sheet!]range)
  • Elements based on criteriaCOUNTIF(range, criteria)
  • RANDBETWEEN (bottom, top)Returns an integer random number between bottom and top (inclusive).
  • ROUND(number, count)Rounds the given number to a certain number of decimal places according to valid mathematical criteria. Count (optional) is the number of the places to which the value is to be rounded. If the count parameter is negative, only the whole number portion is rounded. It is rounded to the place indicated by the count.
  • RAND()Returns a random number between 0 and 1.
  • AVERAGE(number_1, number_2, ... number_30)Returns the average of the arguments. Number_1, number_2, ... number_30 are numerical values or ranges. Text is ignored.
  • CONFIDENCE(alpha, STDEV, size)Returns the (1-alpha) confidence interval for a normal distribution. Alpha is the level of the confidence interval. STDEV is the standard deviation for the total population. Size is the size of the total population.
  • CORREL(data_1, data_2)Returns the correlation coefficient between two data sets. Data_1 is the first data set. Data_2 is the second data set.
  • COUNT(value_1, value_2, ... value_30)Counts how many numbers are in the list of arguments. Text entries are ignored. Value_1, value_2, ... value_30 are values or ranges which are to be counted.
  • COUNTA(value_1, value_2, ... value_30)Counts how many values are in the list of arguments. Text entries are also counted, even when they contain an empty string of length 0. If an argument is an array or reference, empty cells within the array or reference are ignored. value_1, value_2, ... value_30 are up to 30 arguments representing the values to be counted.
  • MAX(number_1, number_2, ... number_30)Returns the maximum value in a list of arguments. Number_1, number_2, ... number_30 are numerical values or ranges.
  • MEDIAN(number_1, number_2, ... number_30)Returns the median of a set of numbers. Number_1, number_2, ... number_30 are values or ranges, which represent a sample. Each number can also be replaced by a reference.
  • MIN(number_1, number_2, ... number_30)Returns the minimum value in a list of arguments. Number_1, number_2, ... number_30 are numerical values or ranges.
  • MODE(number_1, number_2, ... number_30)Returns the most common value in a data set. Number_1, number_2, ... number_30 are numerical values or ranges. If several values have the same frequency, it returns the smallest value. An error occurs when a value does not appear twice.
  • PERCENTILE(data, alpha)Returns the alpha-percentile of data values in an array. Data is the array of data. Alpha is the percentage of the scale between 0 and 1.
  • QUARTILE(data, type)Returns the quartile of a data set. Data is the array of data in the sample. Type is the type of quartile. (0 = Min, 1 = 25%, 2 = 50% (Median), 3 = 75% and 4 = Max.)
  • RANK(value, data, type)Returns the rank of the given Value in a sample. Data is the array or range of data in the sample. Type (optional) is the sequence order, either ascending (0) or descending (1).
  • STDEV(number_1, number_2, ... number_30)Estimates the standard deviation based on a sample. Number_1, number_2, ... number_30 are numerical values or ranges representing a sample based on an entire population.
  • STDEVP(number_1, number_2, ... number_30) Calculates the standard deviation based on the entire population. Number_1, number_2, ... number_30 are numerical values or ranges representing a sample based on an entire population.
  • Combines text stringsCONCATENATE(text_1, text_2, ..., text_30)Combines several text strings into one string. Text_1, text_2, ... text_30 are text passages that are to be combined into one string.
  •  
    Google Spreadsheets Formula Help
Matthew Ragan

Equivelent of "COUNTIFS" function in excel - Google Docs Help - 0 views

  •  
    I am trying to count cells based on multiple criteria from multiple cell ranges using google docs.  In Excel the formula is simply: =COUNTIFS(S2:S26, "IN", E2:E26, "A") This would select all of the cells with the word "IN" and the Letter "A" in the same corresponding row.  Can anyone help me figure out a workaround for not being able to use the "countifs" function in google spreadsheet?
Judy Brophy

Good E-Book Readers - We have the latest Electronic Readers, Your source for the latest... - 0 views

shared by Judy Brophy on 19 May 11 - Cached
  •  
    Info as well as sales.
Judy Brophy

Varied Assignment Due Dates Based on Section : Canvas Community & Support Center - 0 views

  •  
    Varied Assignment Due Dates Based on Section
Judy Brophy

Using webcam to record video - YouTube Help - 0 views

  •  
    follow the steps below to upload to YouTube directly from your webcam or camera
Judy Brophy

Using Appointment slots - Google Calendar Help - 1 views

  •  
    he Appointment slots feature lets you set time slots on your calendar that other people can book
« First ‹ Previous 61 - 77 of 77
Showing 20 items per page