Actions

Changing an active survey/ja: Difference between revisions

From LimeSurvey Manual

No edit summary
(Created page with "VV-ImportとVV-Exportの使用方法は以下の通りです。 * 新しいアンケートを作成し、元のアンケートの構成をコピーする。必要に応じ、...")
Line 17: Line 17:
VV-ImportとVV-Exportは、別のサーバー上で行われた同じアンケートの結果を統合するときにも使います。
VV-ImportとVV-Exportは、別のサーバー上で行われた同じアンケートの結果を統合するときにも使います。


The method for using VV-Import and VV-Export is as follows:
VV-ImportとVV-Exportの使用方法は以下の通りです。
* Create a new survey and copy the structure of the original one. If necessary modify this new survey so it has the changes you want.
* 新しいアンケートを作成し、元のアンケートの構成をコピーする。必要に応じ、新しいアンケートに変更を加える。
* Activate the new survey
* 新しいアンケートを開始する。
* Perform a VV-Export from the _old_ survey
* _古い方_のアンケートからVV-Exportを実行する。
* Perform the VV-Import into the _new_ survey
* _新しい方_のアンケートからVV-Importを実行する。





Revision as of 01:36, 7 June 2018


実行中のアンケートを変更する

アンケートが実行中のときには、質問の追加や削除、質問タイプの変更はできません。できることは:

  • 質問の文言の修正(タイポの修正など)
  • 質問の属性の修正(統計の公開、複数選択のうちx個入力必須、等々)

それ以上に込み入った変更をするには、インポート・エクスポートをうまく使わなくてはいけません。次節で説明。

インポート・エクスポートを使った、実行中のアンケートの修正

実行中のアンケートで質問の追加や削除をする必要が生じてしまったら、"VV-Import"と"VV-Export"という機能を使います。これはあるアンケートのすべての回答を別のアンケートに移すツールです。

VV-ImportとVV-Exportは、別のサーバー上で行われた同じアンケートの結果を統合するときにも使います。

VV-ImportとVV-Exportの使用方法は以下の通りです。

  • 新しいアンケートを作成し、元のアンケートの構成をコピーする。必要に応じ、新しいアンケートに変更を加える。
  • 新しいアンケートを開始する。
  • _古い方_のアンケートからVV-Exportを実行する。
  • _新しい方_のアンケートからVV-Importを実行する。


In older Versions of LimeSurvey (<2.05+) you need to apply a method involving some manual handling of data files:

  • Export the structure of the original survey. Then import that file as a new survey, and - if necessary - modify this new survey so it has the changes you want.
  • Activate the new survey
  • Perform a VV-Export from the _new_ survey (we'll call this the 'first export')
  • Perform a VV-Export from the _old_ survey (we'll call this the 'second export')
  • Cut the two top rows from the first export and insert them as the top two rows in the second export.
  • While leaving the first two rows unchanged, cut and paste the columns below so that they are now in the right place according to the first two rows.
  • Once all the data is in the correct spot, delete the 3rd and 4th row (ie: the headings from the second export)
  • Save it all as a Tab-Delimited file
  • Perform the VV-Import into the _new_ survey

Exporting the survey structure is done in the survey toolbar. The VV-Import and VV-Export buttons are found in the "Browse responses" page of an active survey.

Tricks

  • When rearranging columns switch column ids ( row 2) instead of all content columns (3-end)
  • Rename vv files as .txt and excel will open them correctly (save as unicode and rename)
  • To change the survey title go to your Settings section of the survey and click the 'Text elements' button and you will get the screen you need to change the title.