This translation is older than the original page and might be outdated. See what has changed.
Translations of this page:
 

Team and Partner Interviews

Sometimes you want to survey pairs/dyads or groups/teams. There are two designs here:

  1. Attributable data records
    It is possible in the analysis here to assign the data records to a specific group – e.g. if departments in a company are surveyed and results are to be shown per department.
  2. Anonymous datasets
    In this case, only an assignment of related groups/dyads should be possible in the evaluation, i.e. an assignment of dataset A to the corresponding dataset B (if they are dyads). But it should not be recognizable to which dyad or team the data sets concretely belong.

Of course, the second variant is only useful if the teams/groups are approximately the same size, e.g. pairs or working groups of the same size. Otherwise, the data sets would end up being assignable to a team based on the number of cases per group alone.

Note: If anonymity is important, it is obvious that questions and answers in the questionnaire that allow individual imputability are avoided. In the case of open answers/comments, it is advisable to make a corresponding note in the question.

Note: In general, the correct function of the setup should be checked with a few test addresses before the actual survey. In this context, it is essential to also retrieve the data in order to check whether the desired assignment and anonymity is guaranteed.

Tip: If you do not own enough e-mail addresses for a test, you can use so-called disposable addresses. These are created with 2 clicks and are only valid for a short period of time.

Attributable Records

The following statements are based on the assumption that there shall be no individual imputability. It therefore should not be possible to assign a single data record to a person or e-mail address (personal data). It should only be possible to assign the records to a specific group.

The best solution in each individual case depends primarily on how the participants are invited to the questionnaire. If individual e-mail addresses (or cell phone numbers) are available, it is possible to send serial e-mails. If the emails are distributed to the employees by the respective department, one has to resort to marked questionnaire links or manual distribution of serial numbers.

Serial Mails

As long as you have individual email addresses of the participants, you can send serial emails directly from SoSci Survey.

  • Advantages: Ensure one-time participation, individual reminder emails, (limited) anonymity is guaranteed even if the evaluation is done by the company itself.
  • Disadvantages: Individual email addresses are required (and their import into SoSci Survey), in fact the data are only pseudonymized as long as the survey is running – SoSci Survey serves as a fiduciary for anonymity, but technically individual imputability would theoretically be possible (until the addresses are deleted from SoSci Survey).

In the List of Contacts, which is imported into SoSci Survey, “user-defined data” can be stored in addition to e-mail addresses and names. A field for the name or number of the department is used here:

First nameLast name E-Mail-Address Department
Alfred Angeler a.angler@example.com 1
Benedikt Bauer b.bauer@example.com 1
Clemens Chemiker c.chemiker@example.com 2
Daniel Dachdecker d.dachdecker@example.com 2

In this example, the first two address entries would belong to department 1, the next two to department 2.

For later attributability to the departments (groups) it is now necessary (a) that the department is imported as “User defined 1” and (b) that this information is retrieved later in the questionnaire and stored in an internal variable.

Importing the Data with User-Defined Field

The table with the address data is saved as a CSV file and then imported to SoSci Survey under Send invitationsImport addressesImport via CSV file. As data protection mode “pseudonymous” or “anonymize at the end of the interview” must be selected.

Importing e-mail addresses from a CSV file

Saving the Department in the Record

In order for the department to be stored in the record, an internal variable is required. Im folgenden wird angenommen, dass im Fragenkatalog eine interne Variable mit der Kennung “IV01_01” angelegt wurde.

Then, in the questionnaire, the user-defined field must be retrieved using panelData() and the information must be stored in the internal variable using put. The required PHP code is placed e.g.: on the first page of the questionnaire.

$data = panelData();
if ($data) {
  put('IV01_01', $data[1]);
} else {
  put('IV01_01', -1);
}

Tip: Instead of the user-defined field, the team affiliation can also be saved as a “subgroup” as well. That is useful if the serial mails should be sent at different times or if different serial mails should go to the different teams. In this case, $data[1] would be replaced by $data['subgroup'] in the PHP code.

Sending the Serial Mails

If you work with serial mails anyway, the questionnaire should also only be editable with a valid serial mail link. To do this, select the “Serial mail” option under Compose questionnaireSettingsAccess restrictions.

When sending the serial mail, it is then important to use the wildcard %link% in the serial mail. This is the only way to send individual links to the participants, which the questionnaire can later use to identify the participant.

Serial Numbers

If the individual e-mail addresses are not available or if the anonymity of the data is particularly important, you can work with serial numbers.

Advantages: One-time filling can be ensured, it is also possible to collect data in a technically anonymous way. Disadvantages: More effort in inviting participants and some more effort for participants, anonymous distribution of serial numbers is essential for anonymity.

Create Serial Numbers

Serial numbers are random strings, e.g. ABC98765. SoSci Survey creates such serial numbers under Send invitationsSerial numbersAdministrationCreate serial numbers. The serial numbers created in this way can simply be copied and pasted into a spreadsheet (Excel list), where they can be printed out and distributed to the participants. An additional step is required, however, for attributability to specific groups: Either you note which serial numbers belong to which group (as an Excel list that you feed back to the data later). Or you can give the serial numbers a group-specific prefix. This can be largely automated in Excel or OpenOffice/LibreOffice Calc with the function CHAIN():

Adding a prefix to serial numbers in Excel

The original serial numbers are then deleted from SoSci Survey (Send invitationsSerial numbersAdministrationDelete all serial numbers) and the new ones are imported with prefix (Import own serial numbers → Copy&Paste from Excel).

Distribute Serial Numbers to the Participants

First, the questionnaire is configured to ask for a serial number when it is called up. For this purpose, the option “Serial number” is selected under Compose questionnaireSettingsAccess restrictions.

The entered serial number appears later as variable “SERIAL” in the data set. For anonymity, it is particularly important that the assignment of serial numbers to participants is done secretly. This is hardly feasible by e-mail, but relatively simple in the context of an employee survey: The serial numbers are printed out using Excel and Word (like labels), sorted by department and distributed in envelopes to the departments. There, each employee draws a slip of paper.

The actual invitation to the survey can either also be printed on the slip of paper – or sent by e-mail. Here, only the anonymous Link to the questionnaire is sent.

Another option is that each group receives its own link to the questionnaire. Either the researcher sends the same link to all members of the group or (if possible) he/she sends the link to the department head, who forwards it to the employees.

Advantages: Einfache Handhabung, Anonymität sicher gewährleistet.

Disadvantages: Individual participants can fill out the questionnaire multiple times, the link could also be given to third parties and used to fill it out. Prone to error: If the link is accidentally forwarded to the wrong people or if an incorrect link is sent to a group, the group affiliation will not be recognizable later in the data.

Marking a link is done by appending a variable “r” to the link to questionnaire. If the project directory is “employee survey” and the link to the questionnaire (found under Survey ProjectProject Settingsaddress of questionnaire) is https://www.soscisurvey.de/employeesurvey/, then the following three links would be sent to three departments:

  • https://www.soscisurvey.de/employeesurvey/?r=a1
  • https://www.soscisurvey.de/employeesurvey/?r=a2
  • https://www.soscisurvey.de/employeesurvey/?r=a3

When a participant calls the first link, the code a1 is automatically stored in the variable “REF” in the record.

Note: There are no adjustments required in the survey project (i.e. no links need to be created in the program or similar). Only different links are typed the emails that you send to the department performance.

Warning: Be careful when reusing emails. If you create a mail in Outlook and later copy it to send it to the next department with a different link, then you must make sure that not only the text of the link is changed, but also the link behind it. If you're not careful, something like this can happen: https://www.example.com (the link text here does not match the link behind it, in fact the link points to the home page of SoSci Survey)..

Anonymous Records

In pair surveys, it is often necessary to be able to assign the data sets of related participants to each other – but it should not be possible to trace which pair of persons is safely hidden behind a data set pair.

Depending on whether the participants of the survey and their email addresses are known a-priori, the team function is used for serial emails or the question type Send Email to a Personal Contact.

Team-ID for Serial Mails

If the e-mail addresses of the participants are known in advance, the serial mail function can be used.

For this purpose, a team ID is specified when importing e-mail addresses into the List of Contacts. This is simply a sequential number (or other nominal variable) stored in the address table.

First Name Last Name E-Mail-Address Team
Annemarie Angler a.angler@example.com 1
Bernadette Bauer b.bauer@example.com 1
Clementine Chemiker c.chemiker@example.com 2
Dorit Dachdecker d.dachdecker@example.com 2

In this case, the first two records represent the first dyad, and the next two are the second dyad. In case of asymmetric dyads (e.g. mother/child, husband/wife or supervisor/employee), the role can additionally be used as a “subgroup. This allows a different invitation email to be sent and a different questionnaire to be completed depending on the role.

First NameLast Name E-Mail-Address Team Rule
Annemarie Angler a.angler@example.com 1 Mother
Bernadette Bauer b.bauer@example.com 1 Child
Clementine Chemiker c.chemiker@example.com 2 Mother
Dorit Dachdecker d.dachdecker@example.com 2 Child

Import Address Data

The address data is saved as a CSV file and imported into the List of Contacts of the survey project (List of ContactsImport addressesImport via CSV file). Here, the team assignment must be imported as “Team number” , the role (if any) as “Subgroup”.

“Pseudonym” must be selected as the data protection mode so that a person identifier is available later in the data set in the “SERIAL” variable.

Import of address data from a CSV file with team number

uring import, SoSci Survey randomly assigns a 2-letter abbreviation (e.g., “UM”) to each team (e.g., each dyad) and stores this internally as a prefix for the person identifier. The personal identifier is not visible to the researcher in the “Pseudoynm” privacy mode, but is stored in each participant's record as a “SERIAL” variable.

For example, the data collected could look like the following:

CASE SERIAL AB01 SC01_01 SC01_02
1 UMBZA4SEK1P3 3 2 3
2 MNQ86C1RRL55 2 1 3
3 MNY53E94TFCR 1 2 4
4 UMLNG7G8ADPE 2 3 3

The first two digits of the variable “SERIAL” indicate which data sets belong together. However, it is not apparent which team is behind the record pair.

Important: The original team number is not saved. There is no way to reconstruct the original team number from the personal identifiers.

Send Serial Mail

If you work with serial mails anyway, the questionnaire should also only be editable with a valid serial mail link. Therefore the option “Serial mail” is selected under Compose questionnaireSettingsAccess restrictions.

When sending the serial mail, it is then important to use the wildcard %link% in the serial mail. This is the only way to send individual links to the participants, which the questionnaire can later use to identify the participant.

Save Subgroup

If the participants – depending on their role – fill in different questionnaires anyway, the role will emerge from the variable “QUESTNNR” anyway. If the participants fill out the same questionnaire, the subgroup can (optionally) be stored in a internal variable in the dataset.

If you have created the internal variable “IV01_01” in the questionnaire, the subgroup can be saved with the following PHP-Code (e.g. on the first page of the questionnaire) in the data set:

$data = panelData();
if ($data) {
  put('IV01_01', $data['subgroup']);
} else {
  put('IV01_01', '');
}

E-Mail to Personal Contact

If the e-mail addresses of the participants are not known in advance, you can ask for additional team members (e.g. child, partner, employee) in the questionnaire. Using the question type Send Email to a Personal Contact for this purpose, you can enable an assignment of the team members to the first record.

A detailed description can be found in the instructions Send Email to a Personal Contact.

In this variant, the order of filling in is predetermined and the first participant must give out and correctly enter the e-mail address(es) of the other participant(s). Once these hurdles are overcome, this variant allows anonymous data collection. This is because the e-mail addresses entered are not stored at any time.

In the previous solution (email to personal contact), a link is sent by email, which includes a reference to the current interview. In some circumstances, however, you may want to bypass the query of e-mail addresses, for example …

  • … because the participant is not allowed to enter them in the online questionnaire (although they are not stored by SoSci Survey).
  • … because the participant should invite not only one person, but several.
  • … because the e-mail(s) should be sent directly by the subscriber.
  • … because the links must be sent via WhatsApp, Slack, etc., rather than via email.

In this case, you can also simply display a personalized link in the questionnaire, which the participant should copy and send manually to the other person(s):

html('
  <p>
    Please send this link to your students:<br>
    <strong>https://www.soscisurvey.de/EXAMPLE/?r=%caseNumber%</strong>
  </p>
');

The https://www.soscisurvey.de/EXAMPLE must of course be replaced here with the correct link to the questionnaire.

If you have created several questionnaires in the survey project, make sure that under Create questionnairesManage questionnaires the questionnaire for the forwarded mails (in the above example the questionnaire for the students) is selected as the default questionnaire. Alternatively, you can specify the questionnaire explicitly in the link (URL to the Questionnaire), but then you must remember that the & in the HTML code must be encoded as &amp;.

html('
  <p>
    Please send this link to your students:<br>
    <strong>https://www.soscisurvey.de/EXAMPLE/?q=students&amp;r=%caseNumber%</strong>
  </p>
');

The variable REF is then used to store the case number CASE of the original interview to enable the assignment.


Search terms for this guide: pair studies, partner studies, team surveys.

en/survey/mailing-teams.txt · Last modified: 07.09.2022 21:00 by admin
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Driven by DokuWiki