Line breaks in problem sentences
line break method
When you enter a problem statement, you may have to enter a long sentence.
In such a case, you may want to perform a line feed.
When you create a text file, if you do a line feed normally, it will be a choice question and the choices will be unexpected.
There are two ways to prevent this from happening.
Use double quotation marks
The recommended method is to use double quotation marks to enclose the question text. If you create the following
"The following Japanese rivers, in order of length.
Sort it out."
sa:
It is the Shinano River, the Ishikari River in the third place, and the Teshio River in the fourth place. If it is said in the basin area, the order changes to 1st Tone River, 2nd Ishikari River, and 3rd Shinano River.
Tone River
Ishikari River
Teshio River
It will appear as shown in the image above, and you can create sorted problems.
Use the html tag
QuizGenerator can use html tags. So, if you want to use a new line, "<br />You can break a line by entering ".
The following Japanese rivers in order of length<br />Sort by.
sa:
It is the Shinano River, the Ishikari River in the third place, and the Teshio River in the fourth place. If it is said in the basin area, the order changes to 1st Tone River, 2nd Ishikari River, and 3rd Shinano River.
Tone River
Ishikari River
Teshio River