Actions

SGQA identifier/ro: Difference between revisions

From LimeSurvey Manual

(Created page with "Editorul integrat are o caracteristică pentru a selecta substituentul pentru o anumită întrebare. Pictograma se numește „Câmpuri de plasare”. Această funcție listea...")
(Created page with "=Identificator pentru întrebări cu alegere unică=")
Line 35: Line 35:




=Identifier for Single Choice Questions=
=Identificator pentru întrebări cu alegere unică=





Revision as of 08:30, 2 November 2023


Notă: Identificatorii SGQA și INSERTANS: coduri nu vor mai fi disponibile pentru utilizare în LimeSurvey 4 în expresii. În schimb, utilizați coduri de întrebare compatibile cu ExpressionScript. Consultați următorul link pentru convențiile de denumire.


Sugestie: Această pagină descrie cum puteți afla un identificator SGQA. Pentru informații despre cum să îl utilizați, consultați pagina Adăugarea unei întrebări.


Descriere generală

Identificatorul SGQA (Sondaj/Grup/Întrebare/Răspuns) este o comandă rapidă către răspunsul la o întrebare. Fiecare sondaj, grup și întrebare pe care o creați primește un număr unic alocat în baza de date. Puteți vedea acest număr în interfața de administrare în titlul sondajului, grupului și barei de întrebări (de exemplu, consultați coloana „ID întrebare” de mai jos)



Pentru a determina identificatorul SGQA, trebuie să puneți numerele sondajului, grupului și întrebărilor împreună cu litera „X” între ele. De exemplu, un SGQA ar trebui să arate astfel: „745X35X5”.


Notă: Folosiți întotdeauna majuscule ("X" în loc de "x")!


Utilizați editorul pentru a adăuga substituent

Editorul integrat are o caracteristică pentru a selecta substituentul pentru o anumită întrebare. Pictograma se numește „Câmpuri de plasare”. Această funcție listează întotdeauna întrebările din paginile anterioare ale sondajului, așa că depinde de modul sondajului.




Identificator pentru întrebări cu alegere unică

For example: survey has ID 1, Group has ID 6, Question has ID 12. Your identifier for a single choice question would look like this:

1X6X12


Identifier for Multiple Choice Questions

Since it is a multiple choice question the particular answer must be identified too. Just add the code of that answer without an X. For example: Survey has ID 1, Group has ID 6, Question has ID 12. The particular answer has code 'ber1'.

Your identifier for this multiple choice question answer would look like this:

1X6X12ber1


Identifier for Array question types

Since it is a array question, the particular subquestion within the cell must be identified too. Add the subquestion code of the row without an X. For example: Survey has ID 1, Group has ID 6, Question has ID 12. The particular subquestion has code 'ber1'. Your identifier for this "Array" question answer would look like this:

1X6X12ber1


Identifier for Array (Text) or Array (Number) Questions

Since it is a combined array question, the particular answer within the cell must be identified too. Add the subquestion code of the row without an X, then append the underscore char and finally add the subquestion code that indentifies the column. For example: Survey has ID 1, Group has ID 6, Question has ID 12. The particular subquestion has code 'ber1', and the column is identified by the subquestion with code 'lab1'

Your identifier for this "Array (Text)" question answer would look like this:

1X6X12ber1_lab1


Uses of the SGQA identifier

The SGQA identifier can be used to load the answers of previously saved questions into the question text of later questions (for a short guide, see the introduction wiki section on questions).

It can also be used in the query URL of a survey to "prefill" answers to a survey. E.g., for SGQA 1X6X121ab1, your query URL could include "&1X6X121ab1=Y" to prefill that answer with a "Y". (See Prefilling survey answers using the survey URL)


For more details on URL fields, check the following wiki section.


The SGQA identifier is also the field name where the data for each question is stored in the database/survey responses table.


Dynamically reference the SGQ identifier

Some people may find a need to reference a question dynamically. For instance, if you would like to hide the input text field of a short text answer. You can now do this (as of SVN build 9755) by using the {SGQ} identifier. LimeSurvey will replace the {SGQ} with the full ID of that question, e.g., 3583X84X249