Skip to content

Commit

Permalink
PsychPaidSupportAndServices et al.: Remove info about user survey 202…
Browse files Browse the repository at this point in the history
…2/2023.

The survey is closed, so don't ask for participation anymore.
  • Loading branch information
kleinerm committed Aug 30, 2023
1 parent a057f67 commit 89a06e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 35 deletions.
17 changes: 0 additions & 17 deletions Psychtoolbox/Contents.m
Original file line number Diff line number Diff line change
Expand Up @@ -104,23 +104,6 @@
%
% Please type 'PsychPaidSupportAndServices' to learn more.
%
%
% ADDITIONAL NEWS: The Psychtoolbox user survey 2022/2023 is underway!
%
% In recent years the Psychtoolbox Team has worked hard to improve Psychtoolbox itself and its services.
% We kindly ask you to fill out this survey, so that we can better understand the needs and wishes of our
% community. Your answers will greatly help us to shape the future of Psychtoolbox.
%
% The survey is conducted by our host for all commercial services and matters, the
% “Medical Innovations Incubator GmbH, Tuebingen, Germany”.
%
% As a thank you for participation, you will receive a discount code for your next
% Psychtoolbox Support Membership purchase after completing the survey.
%
% Use the following link to the survey form if you want to participate:
%
% https://t.co/NOiTOWW0v4
%

% The OS 9 version was this:
% PsychBasic - Basic support routines for psychophysics.
Expand Down
20 changes: 2 additions & 18 deletions Psychtoolbox/PsychDocumentation/PsychPaidSupportAndServices.m
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function PsychPaidSupportAndServices(mininag)
else
fprintf('IMPORTANT NEWS:\n\n');
fprintf('You can now financially contribute to Psychtoolbox sustainability, upkeep and continued\n');
fprintf('improvement by buying a community membership, which also includes some paid support\n');
fprintf('improvement by buying a paid support membership, which provides some paid support\n');
fprintf('for questions regarding its use, or issues you may have with it. We also offer paid\n');
fprintf('feature development and other useful commercial services.\n');
end
Expand All @@ -112,22 +112,6 @@ function PsychPaidSupportAndServices(mininag)
fprintf('\n\n');

if mininag == 1
% Advertise our user survey 2022/2023:
fprintf('ADDITIONAL NEWS: Psychtoolbox user survey 2022/2023!\n');
fprintf('\n');
fprintf('We kindly ask you to fill out our user survey, so that we can better understand the needs\n');
fprintf('and wishes of our community. Your answers will greatly help us to shape the future of Psychtoolbox.\n');
fprintf('\n');
fprintf('The survey is conducted by our host for all commercial services and matters, the\n');
fprintf('“Medical Innovations Incubator GmbH, Tuebingen, Germany”.\n');
fprintf('\n');
fprintf('As a thank you for participation, you will receive a discount code for your next\n');
fprintf('Psychtoolbox Support Membership purchase after completing the survey.\n');
fprintf('\n');
fprintf('Use the following link to the survey form if you want to participate:\n');
fprintf('\n');
fprintf('https://t.co/NOiTOWW0v4\n');
fprintf('\n\n');
end

return;
Expand All @@ -153,7 +137,7 @@ function PsychPaidSupportAndServices(mininag)
end

if ~strcmpi(answer, 'y')
fprintf('A community membership with paid support can be bought as described above. Bye.\n');
fprintf('A paid support membership can be bought as described above. Bye.\n');
return;
end

Expand Down

0 comments on commit 89a06e9

Please sign in to comment.