questfox mission Speech in Research for iOS completed #questfox FeatureAlert

Speech in Research also on iOS with questfox

Speech questionnaires with Apple iOS devices now available in questfox.

Since 2017 we already offer speech interviews on mobile or desktop devices powered by questfox. In 2019 we were awarded with the Best Practice Award from the German Society for Online Market Research (DGOF) for our study comparing the input of classic type-in keyboard input vs. voice input and video input with transciption of the speech. The study was one of its kind and a breakthrough in innovative online research.

But two years ago – for the first time in years – we were not able to follow our basic “device agnostic” paradigm as it was not possible to use these crazy new speech features on all devices available. The market driven fight between major players of the IT industry makes it necessary to cope with different approaches of technology.
Finally our fantastic development team made it happen. We are proud to offer the questfox feature set for speech in research questionnaires now to the Apple/iOS universe too.

Decision makers run on Apple devices

Even though the Apple world is a minor group in terms of market share and representativeness in market research, most of the decision makers run on Apple phones. These were the sceptical people not believing in our technology as we could not offer it to them. Hope to prove you wrong one more time.

The only excuse now left to not use speech questionnaires in research powered by questfox is a missing willing to innovate. All innovators are invited to work with us on new forms of research. The tech base is just the fundament to build new interactions in research far beyond the classic Likert scale.

Constant battle to innovate in research

The next battle we will be fighting in this field is to make change happen. A new paradigm of social interaction is available now. We are looking for totally different ways of asking questions. Leaving technology barriers behind now we are exploring new horizons.

All existing achievements of questfox are now available on some more millions of devices.
The 120 languages covered by questfox can now be used on iphones and Mac computers in Safari too. We will now be testing the settings where speech is still not possible and report on this. For sure there will be incompatibilities with older systems and older browers. But time is on our side….

Please update to the latest iOS 14 to be up to date for security reasons and to be able to participate in studies with voice. The new questfox features from covid year 2021 are probalby not working on Windows 95 and Internet Explorer. So please do not ask us if we can time travel to support stuff you should have updated long time ago. This is the time for change. So please also adopt and let us talk how we can change the world to make it a better place.

Why Speech in Research?

We believe (and can prove with data) that this technology opens the door to new kinds of research. Quant research will now be able to integrate more qualitative input. More data can be captured in less time. This is a way into sustainable research we definitively need.

More to read from the questfox team

Voices of pangea: 120 languages supported in voice and video question types in questfox for real-time transcription

WaveNet Text-to-Speech integrated into questfox

questfox Special Vocabulary Training for Speech2Text with new OOV feature

Speech2Text in questfox #time #confidencescore #realvoiceofthecustomer

Client’s SFTP Server integration for audio files


questfox.news is now online

We are trying to seperate the domain landscape of questfox a little.

Since 2020 the website to get in touch with us is available under www.questfox.online

The news blog is available under www.questfox.news

And the one and only questfox tool remains available under www.questfox.com/admin.


How to manipulate fonts in CSS with questfox

It is possible to use different fonts in a questfox survey.

If you have a corporate font that is not publicly available you should talk to your representative to help install this font on the server.

Public fonts:

If you plan to use a font out of the variety that Google is offering in the goolge font project we recommend to chose a font from this website:

https://fonts.google.com/

Import font on the fly from google servers

/*Import of font into project */
<style>
@import url(‘https://fonts.googleapis.com/css2?family=Satisfy&display=swap’);
</style>

/*Definition of font for your project */
body { 
    font-family: ‘Satisfy’, sans-serif;
}

How to manipulate the question text on top of the question?

.questionText > span > p{
font-size: 1.5em;
font-weight: 600;
}

/*Definition of font */
body { 
    font-family: ‘TeleNeo’, sans-serif;
}


CSS Selectors in questfox

  • There are two ways to affect the text layout of questfox projects

A) Definition of CSS on client area level (-> Branding)

B) Definition of CSS on project level (-> Project characteristics)

  • All text elements in questfox can be modified via CSS
  • There are certain CSS selectors for the various text elements in questfox
  • Some text elements share the same CSS selectors
  • Various properties can be applied
  • A typical questfox project with different question types and decision trees demands up to 16 different CSS selectors


How to format the text underneath indicating Imprint and Data Security Rules

CSS selector: .branding_sub_text
Effect: Defines the small branding text on the down right side of the project window
CSS code example
.branding_sub_text
{
color: #022D61;
font-size: 1.2em;
font-weight: bold;
text-align: left;
}

CSS for Analytic Hierarchy Process (AHP) / Decision Tree

The AHP is a very specific idea inside of questfox. Following the algorithms of Thomas L. Saaty we developed out own approach of how to ask questions in the pairwise way.

CSS selector: .ahp_context
Effect: Defines the title text of a decision tree question
CSS code example
.ahp_context
{
color: #022D61;
font-size: 1.2em;
font-weight: bold;
text-align: left;
}
.ahp_context
CSS selector: .ahp_contextDetail
Effect: Defines the description text underneath the title of a decision tree question
CSS code example
.ahp_context
{
color: #022D61;
font-size: 1.2em;
font-weight: bold;
text-align: left;
}
.ahp_contextDetail
CSS selector: .ahp_question
Effect: Defines the question text of a decision tree question
CSS code example
.ahp_question
{
color: #022D61;
font-size: 1.2em;
font-weight: bold;
text-align: left;
}
.ahp_question

CSS selector: .ahp_versusText
Effect: Defines the versus text of a decision tree question
CSS code example
.ahp_versusText
{
color: #022D61;
font-size: 1.2em;
font-weight: bold;
text-align: left;
}

.ahp_versusText
CSS Selectors #ahp_option_left #ahp_option_right
Effect: Defines the versus text of a decision tree question
CSS code example
#ahp_option_left
{
color: #1d537f;
font-size: 1.4em;
font-weight: bold;
text-align: right;
}
#ahp_option_right
{
color: #1d537f;
font-size: 1.4em;
font-weight: bold;
text-align: left;
}

Befragung.mobi shows you the device agnostic world of questfox

We are about to launch the mobile device agnostic version of questfox.
Soon you can experience questfox on the biggest or smallest screens without changing anything.
questfox will be the professional market research solution which contains.

Phone_Huge_Screen


Using your own font in questfox

Fonts can support or destroy your research project

It is possible to integrate your own font into a research project.

Make sure that your font makes sense in research terms. Sometimes it is also helpful to not disclose who is asking by exactly not using your own corporate identity elements.

There are several ways to do that.

Importing Webfonts into questfox

You can integrate fonts which allow the using via internet. Please see the description of how to do that on fontawesome.

Import of Google Webfonts into CSS is explained here:

https://www.w3docs.com/snippets/css/how-to-import-google-fonts-in-css-file.html

Inside of the google fonts there are different ways of how to import a font into your project.

@import url(‘https://fonts.googleapis.com/css2?family=Lora&display=swap&#8217;);

Using your own non-public font

A lot of companies do have their own corporate design font. In case you plan to use that font this is the way:

  1. Make sure that you have the right to use the font.
  2. Install the font on an accessible server
  3. Integrate the font into the questfox project CSS

Example Official Berlin Font “Berlin Type”

Sometimes fonts are published for the use. Make sure that you do cover the licence agreement when using this font for market research.

We downloaded the font of the Berlin Senate here:

https://wir.berlin/fileadmin/downloads/Wir.Berlin_Schrift.zip

The font is installed on the questfox server now.

You just have to implement the following code into your project’s CSS

body {
font-family: ‘WirBerlin’, arial;
}

In case some computers/phones are not able to use this font there is a second font defined that should be available on any device (arial in this case).

Have fun creating more beautiful looking questionnaires.