Choice transfer function
- HOME
- Choice transfer function
Choice transfer function
By using the takeover tag, the answer value or answer number of any question can be displayed in the question text and explanations of other questions.
The available tags are listed below.
▼Tags that take over the value of the answer to the question
%%%qxxx:choice_value%%%
Example: In case of inheriting the value of the answer to question (ID:q001)
%%%q001:choice_value%%%
▼Tags that take over the numbering of the answers to the questions
%%%qxxx:choice_number%%%
Example: In case the number of the answer to the question (ID:q001) is taken over
%%%q001:choice_number%%%
▼ Tags that inherit the value of a particular answer to a question
%%%qxxx:choice_value:x%%%
Example: In case of inheriting the value of answer 1 of question (ID:q002)
%%%q002:choice_value:1%%%
▼Tags that carry over the number of a particular answer to a question
%%%qxxx:choice_number:x%%%
Example: If you want to take over the number of answer 1 of question (ID:q002)
%%%q002:choice_number:1%%%
What is a solution number?
This is a value that can be used in the selection, sorting, combination, pull-down, and fill-in-the-blanks, and is a number that indicates how many choices were registered at the time the question was created.
The first (top) choice is 1, followed by 2, 3... and so on in half-width numbers.
Use of transfer tags for image and video file names
Transfer tags can be used for image and video file names.
Note that up to two values can be inherited for a single media file.
The following are the areas where transfer tags can be used
Problem statement
Supplemental Explanation
Choice
Explanation
How to create a quiz
- text
- Excel
- Create Form
As an example, set up the choices (answers and images) for questions 1 and 2 to be displayed in the following question 3.
First, enter the options.
#format:text
#mode:normal
#shuffle_questions:true
#shuffle_choices:falseWhich apple is the apple?
sa:(((id:q001))))
apple(((choice_no:1)))
orange(((choice_no:2)))
strawberry(((choice_no:3)))
pineapple(((choice_no:4)))Please select an apple.
sa-box:(((id:q002))))
[[images/apple.png]](((choice_no:1)))
[[images/orange.png]](((choice_no:2)))
[[images/strawberry.png]](((choice_no:3)))
[[images/pineapple.png]](((choice_no:4)))You chose %%%%q001:choice_number%%%%th %%%q001:choice_value%%%% in the first question! I chose %%%q002:choice_value%%%
page:(((id:e002)))
As an example, set up the choices (answers and images) for questions 1 and 2 to be displayed in the following question 3.
First, enter the options in column A.
*When creating questions in tabular format, be sure to enter "#format:table".
Then, in the row below the options, enter the question text for Question 1 in column A and the question type and question ID in column B.
Enter the choices for question 1, etc. in columns C and after.
To create multiple questions, enter one question on each line.
A b C d e f 1 #format:table 2 #mode:normal 3 #shuffle_questions:true 4 #shuffle_choices:false 5 Which apple is the apple? sa:(((id:q001)))) apple(((choice_no:1))) orange(((choice_no:2))) strawberry(((choice_no:3))) pineapple(((choice_no:4))) 6 Please select an apple. sa-box:(((id:q002)))) [[images/apple.png]](((choice_no:1))) [[images/orange.png]](((choice_no:2))) [[images/strawberry.png]](((choice_no:3))) [[images/pineapple.png]](((choice_no:4))) 7 You chose %%%%q001:choice_number%%%%th %%%q001:choice_value%%%% in the first question! I chose %%%q002:choice_value%%% page:(((id:e002)))
Please refer to the video below for details on how to create it.
As an example, set up the choices (answers and images) for questions 1 and 2 to be displayed in the following question 3.