question type array display not correct
Hi,
I have a display problem when using array type questions . The problem is the font that is visualized on the column of the sub -question . In fact, the rows are alternately present the first with the correct character and to follow that with the smallest character and vice versa , giving the interviewer reading problems .
There is no way to remedy ?
Regards
Cristiano
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- queXS Edit question
- Assignee:
- No assignee Edit question
- Last query:
- 2016-04-22
- Last reply:
- 2016-04-26
Adam Zammit (adamzammit) said : | #1 |
Hi Cristiano,
Can you please send through a screenshot, and ideally the Limesurvey export file for that question?
Thanks.
Adam Zammit
Hi Adam,
here in attach the screenshot and the export file for that question.
Thanks.
Cristiano
2016-04-19 4:57 GMT+02:00 Adam Zammit <email address hidden>
:
> Your question #291138 on queXS changed:
> https:/
>
> Status: Open => Needs information
>
> Adam Zammit requested more information:
> Hi Cristiano,
>
> Can you please send through a screenshot, and ideally the Limesurvey
> export file for that question?
>
> Thanks.
>
> Adam Zammit
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https:/
>
> You received this question notification because you asked the question.
>
--
Cristiano Santinello
_______
Dipartimento di Sociologia e Ricerca Sociale
Università degli Studi di Trento
Via Verdi, 26
II° piano Stanza 18
38122 Trento - ITALIA
Tel: 0461-281321
Fax: 0461-281348
P Please consider the environment before printing this e-mail.
Adam Zammit (adamzammit) said : | #3 |
The attachments haven't come through. Can you please send these
directly to my email address:
<email address hidden>
On 19 April 2016 at 17:08, Cristiano Santinello
<email address hidden> wrote:
> Question #291138 on queXS changed:
> https:/
>
> Status: Needs information => Open
>
> Cristiano Santinello gave more information on the question:
> Hi Adam,
> here in attach the screenshot and the export file for that question.
>
> Thanks.
> Cristiano
>
> 2016-04-19 4:57 GMT+02:00 Adam Zammit <email address hidden>
> :
>
>> Your question #291138 on queXS changed:
>> https:/
>>
>> Status: Open => Needs information
>>
>> Adam Zammit requested more information:
>> Hi Cristiano,
>>
>> Can you please send through a screenshot, and ideally the Limesurvey
>> export file for that question?
>>
>> Thanks.
>>
>> Adam Zammit
>>
>> --
>> To answer this request for more information, you can either reply to
>> this email or enter your reply at the following page:
>> https:/
>>
>> You received this question notification because you asked the question.
>>
>
>
> --
>
> Cristiano Santinello
>
> _______
>
>
> Dipartimento di Sociologia e Ricerca Sociale
>
> Università degli Studi di Trento
>
> Via Verdi, 26
>
> II° piano Stanza 18
>
> 38122 Trento - ITALIA
>
> Tel: 0461-281321
>
> Fax: 0461-281348
>
> P Please consider the environment before printing this e-mail.
>
> --
> You received this question notification because you are an answer
> contact for queXS.
--
Adam Zammit
Research and Development Officer, Survey Methodology
Australian Consortium for Social and Political Research Inc.
+61 3 9013 9653
http://
Adam Zammit (adamzammit) said : | #4 |
To solve this please edit the following file:
include/
Around line 153 there is the following:
.be,.array1 {
background-color: #eee;
text-
font-size: 16pt;
line-height: 20pt;
}
remove or comment out the line "font-size: 16pt;"
so it reads:
.be,.array1 {
background-color: #eee;
text-
/* font-size: 16pt; */
line-height: 20pt;
}
Regards,
Adam Zammit
On 20 April 2016 at 09:52, Adam Zammit
<email address hidden> wrote:
> Question #291138 on queXS changed:
> https:/
>
> Status: Open => Answered
>
> Adam Zammit proposed the following answer:
> The attachments haven't come through. Can you please send these
> directly to my email address:
>
> <email address hidden>
>
> On 19 April 2016 at 17:08, Cristiano Santinello
> <email address hidden> wrote:
>> Question #291138 on queXS changed:
>> https:/
>>
>> Status: Needs information => Open
>>
>> Cristiano Santinello gave more information on the question:
>> Hi Adam,
>> here in attach the screenshot and the export file for that question.
>>
>> Thanks.
>> Cristiano
>>
>> 2016-04-19 4:57 GMT+02:00 Adam Zammit <email address hidden>
>> :
>>
>>> Your question #291138 on queXS changed:
>>> https:/
>>>
>>> Status: Open => Needs information
>>>
>>> Adam Zammit requested more information:
>>> Hi Cristiano,
>>>
>>> Can you please send through a screenshot, and ideally the Limesurvey
>>> export file for that question?
>>>
>>> Thanks.
>>>
>>> Adam Zammit
>>>
>>> --
>>> To answer this request for more information, you can either reply to
>>> this email or enter your reply at the following page:
>>> https:/
>>>
>>> You received this question notification because you asked the question.
>>>
>>
>>
>> --
>>
>> Cristiano Santinello
>>
>> _______
>>
>>
>> Dipartimento di Sociologia e Ricerca Sociale
>>
>> Università degli Studi di Trento
>>
>> Via Verdi, 26
>>
>> II° piano Stanza 18
>>
>> 38122 Trento - ITALIA
>>
>> Tel: 0461-281321
>>
>> Fax: 0461-281348
>>
>> P Please consider the environment before printing this e-mail.
>>
>> --
>> You received this question notification because you are an answer
>> contact for queXS.
>
>
> --
> Adam Zammit
> Research and Development Officer, Survey Methodology
> Australian Consortium for Social and Political Research Inc.
> +61 3 9013 9653
> http://
>
> You received this question notification because you are an answer
> contact for queXS.
--
Adam Zammit
Research and Development Officer, Survey Methodology
Australian Consortium for Social and Political Research Inc.
+61 3 9013 9653
http://
Hi Adam,
I've tried to modify the css file but nothing change.
Bye
Cristiano
2016-04-20 7:27 GMT+02:00 Adam Zammit <email address hidden>
:
> Your question #291138 on queXS changed:
> https:/
>
> Adam Zammit proposed the following answer:
> To solve this please edit the following file:
>
> include/
>
> Around line 153 there is the following:
>
> .be,.array1 {
> background-color: #eee;
> text-align:center;
> font-size: 16pt;
> line-height: 20pt;
> }
>
> remove or comment out the line "font-size: 16pt;"
>
> so it reads:
>
> .be,.array1 {
> background-color: #eee;
> text-align:center;
> /* font-size: 16pt; */
> line-height: 20pt;
> }
>
>
> Regards,
> Adam Zammit
>
> On 20 April 2016 at 09:52, Adam Zammit
> <email address hidden> wrote:
> > Question #291138 on queXS changed:
> > https:/
> >
> > Status: Open => Answered
> >
> > Adam Zammit proposed the following answer:
> > The attachments haven't come through. Can you please send these
> > directly to my email address:
> >
> > <email address hidden>
> >
> > On 19 April 2016 at 17:08, Cristiano Santinello
> > <email address hidden> wrote:
> >> Question #291138 on queXS changed:
> >> https:/
> >>
> >> Status: Needs information => Open
> >>
> >> Cristiano Santinello gave more information on the question:
> >> Hi Adam,
> >> here in attach the screenshot and the export file for that question.
> >>
> >> Thanks.
> >> Cristiano
> >>
> >> 2016-04-19 4:57 GMT+02:00 Adam Zammit <
> <email address hidden>>
> >> :
> >>
> >>> Your question #291138 on queXS changed:
> >>> https:/
> >>>
> >>> Status: Open => Needs information
> >>>
> >>> Adam Zammit requested more information:
> >>> Hi Cristiano,
> >>>
> >>> Can you please send through a screenshot, and ideally the Limesurvey
> >>> export file for that question?
> >>>
> >>> Thanks.
> >>>
> >>> Adam Zammit
> >>>
> >>> --
> >>> To answer this request for more information, you can either reply to
> >>> this email or enter your reply at the following page:
> >>> https:/
> >>>
> >>> You received this question notification because you asked the question.
> >>>
> >>
> >>
> >> --
> >>
> >> Cristiano Santinello
> >>
> >> _______
> >>
> >>
> >> Dipartimento di Sociologia e Ricerca Sociale
> >>
> >> Università degli Studi di Trento
> >>
> >> Via Verdi, 26
> >>
> >> II° piano Stanza 18
> >>
> >> 38122 Trento - ITALIA
> >>
> >> Tel: 0461-281321
> >>
> >> Fax: 0461-281348
> >>
> >> P Please consider the environment before printing this e-mail.
> >>
> >> --
> >> You received this question notification because you are an answer
> >> contact for queXS.
> >
> >
> > --
> > Adam Zammit
> > Research and Development Officer, Survey Methodology
> > Australian Consortium for Social and Political Research Inc.
> > +61 3 9013 9653
> > http://
> >
> > You received this question notification because you are an answer
> > contact for queXS.
>
>
> --
> Adam Zammit
> Research and Development Officer, Survey Methodology
> Australian Consortium for Social and Political Research Inc.
> +61 3 9013 9653
> http://
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https:/
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https:/
>
> You received this question notification because you asked the question.
>
--
Cristiano Santinello
_______
Dipartimento di Sociologia e Ricerca Sociale
Università degli Studi di Trento
Via Verdi, 26
II° piano Stanza 18
38122 Trento - ITALIA
Tel: 0461-281321
Fax: 0461-281348
P Please consider the environment before printing this e-mail.
Adam Zammit (adamzammit) said : | #6 |
You may need to clear the browser cache to see the effect. Please try again.
On 22 April 2016 at 20:47, Cristiano Santinello
<email address hidden> wrote:
> Question #291138 on queXS changed:
> https:/
>
> Status: Answered => Open
>
> Cristiano Santinello is still having a problem:
> Hi Adam,
> I've tried to modify the css file but nothing change.
>
> Bye
> Cristiano
>
> 2016-04-20 7:27 GMT+02:00 Adam Zammit <email address hidden>
> :
>
>> Your question #291138 on queXS changed:
>> https:/
>>
>> Adam Zammit proposed the following answer:
>> To solve this please edit the following file:
>>
>> include/
>>
>> Around line 153 there is the following:
>>
>> .be,.array1 {
>> background-color: #eee;
>> text-align:center;
>> font-size: 16pt;
>> line-height: 20pt;
>> }
>>
>> remove or comment out the line "font-size: 16pt;"
>>
>> so it reads:
>>
>> .be,.array1 {
>> background-color: #eee;
>> text-align:center;
>> /* font-size: 16pt; */
>> line-height: 20pt;
>> }
>>
>>
>> Regards,
>> Adam Zammit
>>
>> On 20 April 2016 at 09:52, Adam Zammit
>> <email address hidden> wrote:
>> > Question #291138 on queXS changed:
>> > https:/
>> >
>> > Status: Open => Answered
>> >
>> > Adam Zammit proposed the following answer:
>> > The attachments haven't come through. Can you please send these
>> > directly to my email address:
>> >
>> > <email address hidden>
>> >
>> > On 19 April 2016 at 17:08, Cristiano Santinello
>> > <email address hidden> wrote:
>> >> Question #291138 on queXS changed:
>> >> https:/
>> >>
>> >> Status: Needs information => Open
>> >>
>> >> Cristiano Santinello gave more information on the question:
>> >> Hi Adam,
>> >> here in attach the screenshot and the export file for that question.
>> >>
>> >> Thanks.
>> >> Cristiano
>> >>
>> >> 2016-04-19 4:57 GMT+02:00 Adam Zammit <
>> <email address hidden>>
>> >> :
>> >>
>> >>> Your question #291138 on queXS changed:
>> >>> https:/
>> >>>
>> >>> Status: Open => Needs information
>> >>>
>> >>> Adam Zammit requested more information:
>> >>> Hi Cristiano,
>> >>>
>> >>> Can you please send through a screenshot, and ideally the Limesurvey
>> >>> export file for that question?
>> >>>
>> >>> Thanks.
>> >>>
>> >>> Adam Zammit
>> >>>
>> >>> --
>> >>> To answer this request for more information, you can either reply to
>> >>> this email or enter your reply at the following page:
>> >>> https:/
>> >>>
>> >>> You received this question notification because you asked the question.
>> >>>
>> >>
>> >>
>> >> --
>> >>
>> >> Cristiano Santinello
>> >>
>> >> _______
>> >>
>> >>
>> >> Dipartimento di Sociologia e Ricerca Sociale
>> >>
>> >> Università degli Studi di Trento
>> >>
>> >> Via Verdi, 26
>> >>
>> >> II° piano Stanza 18
>> >>
>> >> 38122 Trento - ITALIA
>> >>
>> >> Tel: 0461-281321
>> >>
>> >> Fax: 0461-281348
>> >>
>> >> P Please consider the environment before printing this e-mail.
>> >>
>> >> --
>> >> You received this question notification because you are an answer
>> >> contact for queXS.
>> >
>> >
>> > --
>> > Adam Zammit
>> > Research and Development Officer, Survey Methodology
>> > Australian Consortium for Social and Political Research Inc.
>> > +61 3 9013 9653
>> > http://
>> >
>> > You received this question notification because you are an answer
>> > contact for queXS.
>>
>>
>> --
>> Adam Zammit
>> Research and Development Officer, Survey Methodology
>> Australian Consortium for Social and Political Research Inc.
>> +61 3 9013 9653
>> http://
>>
>> --
>> If this answers your question, please go to the following page to let us
>> know that it is solved:
>> https:/
>>
>> If you still need help, you can reply to this email or go to the
>> following page to enter your feedback:
>> https:/
>>
>> You received this question notification because you asked the question.
>>
>
>
> --
>
> Cristiano Santinello
>
> _______
>
>
> Dipartimento di Sociologia e Ricerca Sociale
>
> Università degli Studi di Trento
>
> Via Verdi, 26
>
> II° piano Stanza 18
>
> 38122 Trento - ITALIA
>
> Tel: 0461-281321
>
> Fax: 0461-281348
>
> P Please consider the environment before printing this e-mail.
>
> --
> You received this question notification because you are an answer
> contact for queXS.
--
Adam Zammit
Research and Development Officer, Survey Methodology
Australian Consortium for Social and Political Research Inc.
+61 3 9013 9653
http://
Can you help with this problem?
Provide an answer of your own, or ask Cristiano Santinello for more information if necessary.