Actions

Translations

Tab Separated Value survey structure/36/ja: Difference between revisions

From LimeSurvey Manual

No edit summary
No edit summary
 
Line 1: Line 1:
クォータごとに1行あります。クォータはファイルの最後に書き込まれます。
定員ごとに1行あります。定員はファイルの最後に書き込まれます。
#id => クォータに対して一意の数値の識別子。1から始まります。
#id => 定員に対して一意の数値の識別子。1から始まります。
#class => 'QTA'
#class => 'QTA'
#name => クォータの名前
#name => 定員の名前
#mandatory => 上限値
#mandatory => 上限値
#other => クォータアクション
#other => 定員アクション
#default => アクティブ
#default => アクティブ
#same_default => autoload URL
#same_default => autoload URL

Latest revision as of 00:34, 30 April 2023

Message definition (Tab Separated Value survey structure)
One row per quota. Quotas are written at the end of file.
#id => unique numeric identifier for the quota, starting with number 1
#class => 'QTA'
#name => quota name 
#mandatory => limit
#other => quota action
#default => active
#same_default => autoload URL

定員ごとに1行あります。定員はファイルの最後に書き込まれます。

  1. id => 定員に対して一意の数値の識別子。1から始まります。
  2. class => 'QTA'
  3. name => 定員の名前
  4. mandatory => 上限値
  5. other => 定員アクション
  6. default => アクティブ
  7. same_default => autoload URL