Actions

Translations

Import responses/273/ja: Difference between revisions

From LimeSurvey Manual

(Created page with "予約名は、左右の括弧の間にあります。.VVファイルがLimeSurveyにインポートされると、文字列は次のように置き換えられます。 * <co...")
 
No edit summary
 
Line 1: Line 1:
予約名は、左右の括弧の間にあります。.VVファイルがLimeSurveyにインポートされると、文字列は次のように置き換えられます。
予約名は、左右の括弧の間にあります。.VVファイルがLimeSurveyにインポートされると、文字列は次のように置き換えられます。
* <code>{question_not_shown}</code> : データベース上のNULL値。LimeSurveyは、回答されなかった質問には[空文字列]を、表示されていない質問にはNULL値を使用します(式マネージャーを使用している場合など)。
* <code>{question_not_shown}</code> : データベース上のNULL値。LimeSurveyは、回答されなかった質問には[空文字列]を、表示されていない質問にはNULL値を使用します(ExpressionScriptを使用している場合など)。
* <code>{quote}</code> : " (ダブルクォート)
* <code>{quote}</code> : " (ダブルクォート)
* <code>{cr}</code> : キャリッジリターン
* <code>{cr}</code> : キャリッジリターン
* <code>{newline}</code> : 改行
* <code>{newline}</code> : 改行
* <code>{lbrace}</code> : 左括弧(例えば、{cr}にしたいときは<code>{lbrace}cr}</code>)
* <code>{lbrace}</code> : 左括弧(例えば、{cr}にしたいときは<code>{lbrace}cr}</code>)

Latest revision as of 05:56, 21 May 2020

Message definition (Import responses)
The reserved names are located between left and right brackets. When the .VV file is imported back into LimeSurvey, the strings are being replaced with:
* <code>{question_not_shown}</code> : NULL value in database. LimeSurvey uses [empty string] for questions that were not answered and NULL value for questions that have not been shown (e.g., when using the ExpressionScript).
* <code>{quote}</code> : " (a double quote)
* <code>{cr}</code> : Carriage return
* <code>{newline}</code> : A new line
* <code>{lbrace}</code> : Left bracket (for example, if you want to have {cr} in response, use <code>{lbrace}cr}</code>)

予約名は、左右の括弧の間にあります。.VVファイルがLimeSurveyにインポートされると、文字列は次のように置き換えられます。

  • {question_not_shown} : データベース上のNULL値。LimeSurveyは、回答されなかった質問には[空文字列]を、表示されていない質問にはNULL値を使用します(ExpressionScriptを使用している場合など)。
  • {quote} : " (ダブルクォート)
  • {cr} : キャリッジリターン
  • {newline} : 改行
  • {lbrace} : 左括弧(例えば、{cr}にしたいときは{lbrace}cr}