Internet DRAFT - draft-duke-shmoo-show-of-hands

draft-duke-shmoo-show-of-hands







Network Working Group                                            M. Duke
Internet-Draft                                          F5 Networks, Inc
Intended status: Informational                           28 October 2020
Expires: 1 May 2021


                 Specification for a show of hands tool
                   draft-duke-shmoo-show-of-hands-00

Abstract

   This is the specification for an experimental show of hands tool for
   the Meetecho system to be used in online meetings to help chairs
   quickly poll the meeting.  This tool is different from the previous
   experimental virtual hum tool as it addresses a different use case
   with different functionality.  Following mixed feedback in the IETF
   108 post-meeting survey, the experimental virtual hum tool has been
   withdrawn from the Meetecho client for IETF 109.

Status of This Memo

   This Internet-Draft is submitted in full conformance with the
   provisions of BCP 78 and BCP 79.

   Internet-Drafts are working documents of the Internet Engineering
   Task Force (IETF).  Note that other groups may also distribute
   working documents as Internet-Drafts.  The list of current Internet-
   Drafts is at https://datatracker.ietf.org/drafts/current/.

   Internet-Drafts are draft documents valid for a maximum of six months
   and may be updated, replaced, or obsoleted by other documents at any
   time.  It is inappropriate to use Internet-Drafts as reference
   material or to cite them other than as "work in progress."

   This Internet-Draft will expire on 1 May 2021.

Copyright Notice

   Copyright (c) 2020 IETF Trust and the persons identified as the
   document authors.  All rights reserved.











Duke                       Expires 1 May 2021                   [Page 1]

Internet-Draft                Show Of Hands                 October 2020


   This document is subject to BCP 78 and the IETF Trust's Legal
   Provisions Relating to IETF Documents (https://trustee.ietf.org/
   license-info) in effect on the date of publication of this document.
   Please review these documents carefully, as they describe your rights
   and restrictions with respect to this document.  Code Components
   extracted from this document must include Simplified BSD License text
   as described in Section 4.e of the Trust Legal Provisions and are
   provided without warranty as described in the Simplified BSD License.

Table of Contents

   1.  Introduction  . . . . . . . . . . . . . . . . . . . . . . . .   2
   2.  Definition and usage of "show of hands" . . . . . . . . . . .   2
   3.  Tool specification  . . . . . . . . . . . . . . . . . . . . .   3
     3.1.  General . . . . . . . . . . . . . . . . . . . . . . . . .   3
     3.2.  Opening and closing show of hands . . . . . . . . . . . .   3
     3.3.  Taking part in a show of hands  . . . . . . . . . . . . .   3
     3.4.  Calculating and displaying the result . . . . . . . . . .   4
     3.5.  Implementation notes  . . . . . . . . . . . . . . . . . .   4
   4.  Alternative approaches  . . . . . . . . . . . . . . . . . . .   4
     4.1.  Multiple options  . . . . . . . . . . . . . . . . . . . .   4
   5.  Security Considerations . . . . . . . . . . . . . . . . . . .   4
   6.  IANA Considerations . . . . . . . . . . . . . . . . . . . . .   5
   7.  Informative References  . . . . . . . . . . . . . . . . . . .   5
   Appendix A.  Acknowledgements . . . . . . . . . . . . . . . . . .   5
   Author's Address  . . . . . . . . . . . . . . . . . . . . . . . .   5

1.  Introduction

   This is the specification for an experimental show of hands tool for
   the Meetecho system to be used in online meetings to help chairs
   quickly poll the meeting.  This tool is different from the previous
   experimental virtual hum tool [DRAFT_VIRTUAL_HUM] as it addresses a
   different use case with different functionality.  Following mixed
   feedback in the IETF 108 post-meeting survey [SURVEY_108], the
   experimental virtual hum tool has been withdrawn from the Meetecho
   client for IETF 109.

2.  Definition and usage of "show of hands"

   In the context of this document, a "show of hands" is a simple, fast
   and anonymous mechanism for asking a yes/no question of a large group
   of people, with the common understanding that this mechanism is not a
   means for calling consensus and therefore only minimal formality of
   process is required.






Duke                       Expires 1 May 2021                   [Page 2]

Internet-Draft                Show Of Hands                 October 2020


3.  Tool specification

   This specification is intended to be feature complete, which means
   that what should be implemented is only what is explicitly stated
   here and nothing else.

3.1.  General

   *  There is only one type of show of hands

   *  Only one show of hands can be open at any one time in a session.

   *  The Secretariat are excluded from the show of hands and are not
      able to participate and do not feature in the calculations:

3.2.  Opening and closing show of hands

   *  A session chair can open a show of hands.

   *  A session chair can assign a title to a show of hands to be made
      visible to session participants.

   *  A session chair can open a show of hands at any time during a
      session, except when a show of hands is already open.

   *  A session chair can open multiple shows of hands per session.

   *  A show of hands is closed when the session chair closes it.

3.3.  Taking part in a show of hands

   *  While a show of hands is open an indicator needs to be shown to
      all participants that includes the title, if assigned, and either
      the options below or a link that goes directly to them.

   *  When a show of hands is open each participant in the session may
      take part through the following mechanism: Each participant is
      presented with the following options from which they can select
      one.  None of the options is selected as a default.  "Raise hand"
      "Do not raise hand" No confirmation action is required.  A
      participant can change their chosen option at any time while the
      show of hands is open.

   *  When a participant selects any option then they are considered to
      have participated in the show of hands.

   *  If a participant joins the session during the show of hands then
      they can take part.



Duke                       Expires 1 May 2021                   [Page 3]

Internet-Draft                Show Of Hands                 October 2020


   *  If a participant leaves the session during the show of hands and
      they are considered to have participated then their show of hands
      is still used for data calculation.

3.4.  Calculating and displaying the result

   *  In real time during a show of hands the following data is
      calculated: The total number of participants who selected the
      "Raise hand" option.  The total number of participants who
      selected the "Do not raise hand" option The total number of
      participants who have not selected either option.

   *  All totals are displayed to all participants in real time.

   *  When the show of hands is closed the totals are left displayed
      along with the relevant title.

   *  When a new show of hands is opened the totals from the previous
      show of hands are still shown, along with their assigned titles,
      in an ordered list.

3.5.  Implementation notes

   *  The way in which the options are presented and selected and the
      way in which the totals are presented are left to the implementer.
      However, the text for each option should appear as above.

4.  Alternative approaches

   The following alternative approaches were considered.

4.1.  Multiple options

   Consideration was given to allowing more options (e.g., thumbs up,
   neutral, and thumbs down) and to allowing the chair to specify the
   list of options to be used in a show of hands.  These alternatives
   may increase the use cases of the tool but also may increase its
   complexity.  At this stage these alternatives have not been included,
   nor have they been ruled out.

5.  Security Considerations

   Meetecho participation is restricted to people who have datatracker
   accounts, providing some assurance of identity.  Potential attacks
   against this tool will either subvert Meetecho admission control, or
   involve multiple datatracker registrations (and Meetecho logins) to
   amplify the voice of a single individual.




Duke                       Expires 1 May 2021                   [Page 4]

Internet-Draft                Show Of Hands                 October 2020


   The integrity of this tool is dependent on the integrity of the
   registration and fee waiver processes.  In particular, they must weed
   out duplicate registrations, bots, and so on.

6.  IANA Considerations

   This document has no IANA actions.

7.  Informative References

   [DRAFT_VIRTUAL_HUM]
              "Specification for a virtual humming tool", 2020,
              <https://datatracker.ietf.org/doc/draft-duke-shmoo-
              virtual-hum/>.

   [SURVEY_108]
              "IETF 108 Survey", 2020,
              <https://www.ietf.org/media/documents/
              IETF_108_Meeting_Survey.pdf>.

Appendix A.  Acknowledgements

   Alissa Cooper, Jay Daley, Colin Perkins, and Alvaro Retana made
   significant contributions to this document.  There were also numerous
   informal conversations at IETF 108 that influenced it.

Author's Address

   Martin Duke
   F5 Networks, Inc

   Email: martin.h.duke@gmail.com



















Duke                       Expires 1 May 2021                   [Page 5]