Q_TITLE# question titleDESCRIPTION# question descriptionUSER_STATUS# user statusNEXT_Q# next question numberQ_TYPE# question typeTEST_TITLE# test titleANSWERS# answers format (table):
{1 = 'answer1', 2 = 'answer2'}TRUE_ANSWERS# true answers format (table):
{1 = 'true'}USER_ANSWERS# user answers format (table):
{1 = 'true'}date_now(time_zone = false)# current date format (string):
'mm/dd/yy'time_now()# current time format (string):
'hh:mm:ss'-
compare_dates(date_1, date_2)# compare 2 dates. Format: "mm/dd/yy" return (integer):-1if left more than right1if right more than left0if right equals left
-
compare_times(date_1, date_2)# compare 2 times. Format: "hh:mm:ss" return (integer):-1if left more than right1if right more than left0if right equals left
-
string_split(string, template)# split string by template, return (table) -
string_join(table, value)# join string, return (string)
MIT license Copyright (c) 2021 Alexander Storozhenko
