Cascading Style Sheets (CSS) on Project Level
Posted: 30. September 2011 Filed under: Project Management, Technology | Tags: CSS; Cascading Style Sheet Leave a commentCSS – Cascading style sheets are now implemented into questfox.
The rules are cascading too.
It is wise to define the style on the project level an NOT manually changing entries on a page.
A general non-specific questfox style sheet is applied if you do not change anything at all.
You can then define your client areas style sheet which will affect the formatting of all projects of your client area.
Inside each project you can define specific formatting styles just for this project.



Cascading means, that the design is rolling down into your project from above. If you define something specific on one page this is breaking the CSS rules.
On every level you can code the CSS right away into questfox

answerCtrl.answer.title
body {
font-size: 1.2em;
font-weight: bold;
font-family: ‘Open Sans’, sans-serif;
}
.answerItemLabel {
color: black;
font-weight: bold;
font-size: 1.2em;
}
.matrixbutton{ padding:10px!important; }
body {
background-repeat: space;
background-size: cover;
font-weight: bold;
}
.qa_question_text_left{
font-size: 0.9em;
color:#293038;
font-weight: bold;
}
.qa_question_text_right{
font-size: 0.9em;
color:#293038;
font-weight: bold;
}
.answerTitle {
margin-top: 1.6em;
font-size: 1.2em;
font-weight: bold;
}
.btnNext button {
font-size: 1.5em;
letter-spacing: 1px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
}
.questionText > span > p{
font-size: 1.4em;
font-weight: 600;
}
.questionText > span > p{
font-size: 1.4em;
font-weight: 600;
}
/* Setting Color of MARKED item */
.singlechoice.active::after, .matrixbutton.active::after, .pic.active::after {
border-right-color: #380E31;
border-top-color: #380E31;
}
body {
background-color: #ffffff;
}
.textarea{
font-size:1.3em
background-color: #dddddd;
}
Finally it is still possible to define single elements by using an HTML code directly in the specific element.
Wishing you more stylish projects with questfox in the near future.
Project Management Improvement in Preview
Posted: 29. September 2011 Filed under: Project Management | Tags: Preview Leave a commentWhen using the preview function you will experience a text box underneath the question page. In order to control the live questionnaire, you can type in your comments which will be saved inside the question page.
While working inside the questionnaire you will find all the comments of all the previews (Even from different people)
In the project overview you will also see the comments added to your questions.
An extra Link to make your preview accessible to people without a questfox login will follow after some testing of this new feature.
Response Management – Additional folder structure for “unreachable” respondents
Posted: 28. September 2011 Filed under: Technology Leave a commentWhen inviting thousands of people you realize that some of them are hard to get even after inviting and reminding them. If you plan to continue inviting these “hard to get” respondents may be in your way while inviting others.
This is why we defined a new group of respondents like the ones described. You can literally sort them out from the invitation list and put them into a special structure folder. It is possible to organize the people you could not reach with an email in a special folder called “Group of unreachables”
To do so you select the candidates that you would like to move and click onto the Action “Move to sorted out” and then press Execute.

Later you will be able to find those people under “Response Management” and then “Pool of unreachables”


Potential Respondents who might still want to take the survey after they have been moved into this classification are still allowed to participate. The created links remain active until a person is delete from the list.
HTTPS – Secure Access to questfox
Posted: 28. September 2011 Filed under: Technology Leave a commentThe digital certificate to access questfox was renewed.
By using this link https://questfox.com/admin you will use a secure connection when working with questfox.
The secure connections could also be used when interaction with your respondents.
Organizing Response Management more efficiently
Posted: 23. September 2011 Filed under: Technology Leave a commentResponse management is sometimes a difficult task. You will find the new function of sorting invititation on top of every list in the invite section.
A new category of “sorted out invitation” is meant to keep a data storage for those people you are not able to reach. A nice button for this category will follow soon.
Cascading Style Sheets Beta is online
Posted: 11. September 2011 Filed under: Technology | Tags: CSS, questfox Leave a commentUsers with access to the branding feature of questfox are now able to test a limited set of CSS definitions in order to re-define the questionnaire design.
The new opportunities of cascading stylesheets will continouasly be developed.
The idea is to centralize changes of graphical settings inside questfox to corporate design.
Please allow some more testing before all features can be used with a defined CSS.
We will let you know when all elements of questfox can be defined via CSS and Provider a manual for the manipulation of CSS.
New Features in Create
Posted: 10. September 2011 Filed under: Technology | Tags: questfox Leave a commentThe pangea labs team has been working on some usability features of questfox.
Even though such a development never comes to an end, we are quite satisfied with the results.
Any comments on how to further improve are welcome.
Hope that we made your days more efficient.