Actions

QS

Time limit timer style/nl: Difference between revisions

From LimeSurvey Manual

(Replaced content with ".")
(Updating to match new version of source page)
Line 6: Line 6:
'''Beschrijving'''
'''Beschrijving'''


Je kunt hier je eigen CSS opgeven voor de klok. Standaard is: 'width: 150px; margin-left: auto; margin-right: auto; border: 1px solid #111; text-align: center; background-color: #EEE; margin-bottom: 5px; font-size: 8pt;'
It allows (and overrides the default) css styling used to display the countdown timer. The default style value for this attribute will be used if it does not exist, which is: 'width: 150px; margin-left: auto; margin-right: auto; border: 1px solid #111; text-align: center; background-color: #EEE; margin-bottom: 5px; font-size: 8pt;'.


Als je dit gebruikt dan overschrijf je de standaard CSS van een timer, dus weet wat je doet.Je kunt de standaard kopiëren in dit veld en toevoegen 'display: none;'
Als je dit gebruikt dan overschrijf je de standaard CSS van een timer, dus weet wat je doet.Je kunt de standaard kopiëren in dit veld en toevoegen 'display: none;'


Deze instelling is alleen van toepassing als de algemene tijdslimiet instelling geactiveerd is.
This settings is only applicable if the general '''time limit setting''' is activated.


.
</onlyinclude>


</onlyinclude>
[[Category:Question Settings]][[Category:Question Timer Options]]

Revision as of 15:05, 19 April 2018


Tijdslimiet CSS stijl klok (time_limit_timer_style)

Beschrijving

It allows (and overrides the default) css styling used to display the countdown timer. The default style value for this attribute will be used if it does not exist, which is: 'width: 150px; margin-left: auto; margin-right: auto; border: 1px solid #111; text-align: center; background-color: #EEE; margin-bottom: 5px; font-size: 8pt;'.

Als je dit gebruikt dan overschrijf je de standaard CSS van een timer, dus weet wat je doet.Je kunt de standaard kopiëren in dit veld en toevoegen 'display: none;'

This settings is only applicable if the general time limit setting is activated.