Actions

QS

Time limit warning style/nl: Difference between revisions

From LimeSurvey Manual

(Created page with "Als je dit gebruikt dan overschrijf je de standaard CSS van een timer waarschuwing. Standaard is: 'top: 10px; left: 35%; width: 30%; height: 60px; padding: 16px; border: 8px s...")
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 2: Line 2:
<onlyinclude>
<onlyinclude>


===Tijdslimiet CSS stijl waarschuwing (time_limit_warning_style)===
===Tijdslimiet CSS-stijl waarschuwing (time_limit_warning_style)===


'''Beschrijving'''
'''Beschrijving'''


Als je dit gebruikt dan overschrijf je de standaard CSS van een timer waarschuwing. Standaard is: 'top: 10px; left: 35%; width: 30%; height: 60px; padding: 16px; border: 8px solid #555; background-color: white; z-index: 1001; text-align: center; overflow: auto'
Als je dit gebruikt dan kun je de de standaard CSS van een timer waarschuwing aanpassen. Standaard is: 'top: 10px; left: 35%; width: 30%; height: 60px; padding: 16px; border: 8px solid #555; background-color: white; z-index: 1001; text-align: center; overflow: auto'


Any text entered into this attribute will overwrite the entire default css style for the warning message, so you should ensure that care is taken when entering a value for this attribute. It is strongly recommended that you re-use the z-index value, or that, at least, the z-index value be lower than that used for the time_limit_message_style attribute (which defaults to 1002).
Als je dit gebruikt dan overschrijf je de standaard CSS van de waarschuwing, dus weet wat je doet. Het wordt aanbevolen om de z-index waarde opnieuw te gebruiken, of dat minstens de z-index waarde lager is dan die gebruikt wordt voor het  time_limit_message_style attribuut (die is standaard 1002).


This settings is only applicable if the general Time limit setting is activated. This setting also exists for a second warning message.
Deze instelling is alleen van toepassing als de algemene tijdslimiet instelling geactiveerd is. Je kunt twee stijlen instellen, er zijn namelijk twee waarschuwingen mogelijk.


'''Example'''
'''Voorbeeld'''


top: 10px; left: 35%; width: 30%; height: 60px; padding: 16px; border: 8px solid #555; background-color: gray; color: white; z-index: 1001; text-align: center; overflow: auto
top: 10px; left: 35%; width: 30%; height: 60px; padding: 16px; border: 8px solid #555; background-color: gray; color: white; z-index: 1001; text-align: center; overflow: auto


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

Latest revision as of 08:15, 5 May 2018


Tijdslimiet CSS-stijl waarschuwing (time_limit_warning_style)

Beschrijving

Als je dit gebruikt dan kun je de de standaard CSS van een timer waarschuwing aanpassen. Standaard is: 'top: 10px; left: 35%; width: 30%; height: 60px; padding: 16px; border: 8px solid #555; background-color: white; z-index: 1001; text-align: center; overflow: auto'

Als je dit gebruikt dan overschrijf je de standaard CSS van de waarschuwing, dus weet wat je doet. Het wordt aanbevolen om de z-index waarde opnieuw te gebruiken, of dat minstens de z-index waarde lager is dan die gebruikt wordt voor het time_limit_message_style attribuut (die is standaard 1002).

Deze instelling is alleen van toepassing als de algemene tijdslimiet instelling geactiveerd is. Je kunt twee stijlen instellen, er zijn namelijk twee waarschuwingen mogelijk.

Voorbeeld

top: 10px; left: 35%; width: 30%; height: 60px; padding: 16px; border: 8px solid #555; background-color: gray; color: white; z-index: 1001; text-align: center; overflow: auto