Giving Effective Feedback - PowerPoint PPT Presentation

1 / 31
About This Presentation
Title:

Giving Effective Feedback

Description:

Giving Effective Feedback – PowerPoint PPT presentation

Number of Views:124
Avg rating:3.0/5.0
Slides: 32
Provided by: Niemeyer
Category:

less

Transcript and Presenter's Notes

Title: Giving Effective Feedback


1
Giving Effective Feedback
2
  • Effective feedback is designed to
  • help the speaker improve.

3
Good Feedback
  • Immediate
  • Constructive
  • Personal opinion
  • Builds confidence

4
The evaluator benefits too
  • Listening skills
  • Analytical skills
  • Observes and learns from effective presentations
  • Enhances personal communication skills

5
How?
  • Highlight good points
  • Show you are interested
  • Talk to speaker in advance
  • Personalise your language
  • Be specific
  • Evaluate the talk, not the person

6
  • Build confidence, encourage
  • Be honest and sincere
  • Be constructive
  • Dont whitewash

7
Sandwich approach
  • Start with speakers strong points
  • Focus on 1-2 points for improvements
  • Finish on upbeat note, summarising strong points

8
(No Transcript)
9
A very, very basic introduction to LaTeX
10
Basic structure of a document
  • \documentclass12ptarticle
  • \begindocument
  • \enddocument

11
Title and Author
  • \titleMy test document
  • \authorHumpty Dumpty
  • \begindocument
  • \maketitle

12
Sectioning
  •   The sectioning commands available depend on the
    document class. Important ones are
  •     \section   \subsection
  •    \subsubsection
  •    \chapter

13
Plain text
  • Plain English text needs few LaTeX commands.  
  • LaTeX does the formatting.
  •  Several blanks are treated like one.
  • Text is usually set left and right aligned.
  • An empty line starts a new paragraph.

14
Special characters
  •     and     group things in LaTeX     
            starts a LaTeX comment      
             starts or ends maths mode
  • starts or ends maths display
    mode      \          starts a LaTeX command
  • To type a special character, precede it with a \
  • e.g. \ prints and \ prints .

15
Changing Fonts
  •    LaTeX supports different fonts, e.g. bold
    face, italics, etc.
  • Bold \bf hello  appears as hello.
  • italics      \it hello   appears as hello .
  • underline  \underline hello appears as
    hello. 

16
Environments
  • LaTeX supports different environments
  • \begin....
  • \end...    

17
Itemizing
  • \beginitemize     \item bread     \item
    butter
  • \enditemize                       
  •   appears as
  • bread
  • butter

18
Enumerating
  • \beginenumerate     \item bread     \item
    butter
  • \endenumerate    
  •               appears as  
  • bread
  • butter

19
Description Environment
  • \begindescription     \itembread  (multi
    grain)     \itembutter  (unsalted)
  • \enddescription            
  •        appears as
  • bread   (multi grain)
  • butter  (unsalted)

20
Making Tables
  • \begintabular l l c  r     bread 1 loafs
    500 g \2.50 \\     chocolate 2 bars 100
    g each total \ 2.40 \\ \endtabular  
    appears as
  • bread 1 loaf 500 g
    2.50
  • chocolate 2 bars 100 g each total 2.40

21
Borders
  • If two columns are separated with a
  • vertical bar there will be a vertical
  • line between these columns in the
  • table.

22
Typing Mathematics
  •    Mathematics is typed in a special mode, the
    maths mode.
  •     .....   or \ .... \    
  •     For example, the intersection
  • A \cap B of the sets A and B.

23
Displaying Mathematics
  •    The displayed maths mode is enclosed in
  •    .... or \ ... \  
  •               Displayed mathematics is set
    centred on a line by itself.

24
Mathematical Symbols
  • There are many. See handout.
  • e.g. \alpha, \beta Greek alphabet
  • \sum, \product
  • \rightarrow
  • and many more

25
New Environments
  • The following definition before
  • \begindocument defines an
  • environment for theorems
  • \newtheoremtheoremTheoremsection
  •  

26
Cross Referencing
  • \beginequation\labeleqsum
  •     x y z
  • \endequation  
  • By Equation (\refeqsum) we can see
  • that....
  •                 

27
  •                         appears as  
  •   x y z                             (11)
  • By Equation (11) we can see that

28
More Cross Referencing
  • \begintheorem\labelMyTheorem
  • A fabulous result.
  • \endtheorem
  • By Theorem\refMyTheorem

29
  • Theorem 7.1
  • A fabulous result.
  • By Theorem 7.1

30
Labelling other Environments
  • You can also label other
  • environments, e.g. sections.
  • When using cross referencing,
  • make sure you run LaTeX at least
  • twice.

31
(No Transcript)
Write a Comment
User Comments (0)
About PowerShow.com