QuizMenuTool Tutorial: Difference between revisions

Happylappy (talk | contribs)
Happylappy (talk | contribs)
Line 113: Line 113:


==== Outputs ====
==== Outputs ====
The orange output cells on the far right of this sheet are largely unimportant, but are present for debug purposes.
The orange output cells on the far right of this sheet are largely unimportant, but are present for debug purposes. It compiles the portions of the script using the inputs on this tab of the sheet.


=== Quiz Preamble Generator: A Good First Impression! ===
=== Quiz Preamble Generator: A Good First Impression! ===
==== Preamble Text ====
This is the first of many direct inputs for ExplorerScript code. Due to the way spreadsheets store cell data, " " behave weirdly when present in the final script. Please use ' ' instead. This input is for the first set of dialogue before the questions actually begin.
[[File:Quiz Preamble Location.png|alt=Location of the Quiz Preamble Inputs|center|thumb|600x600px|Location of the Quiz Preamble Inputs]]
==== Outputs ====
Once again, the orange output cell on this sheet is largely unimportant, but is present for debug purposes. It compiles the portions of the script using the inputs on this tab of the sheet.


=== Question Loop Generator: Before, After, and For How Long? ===
=== Question Loop Generator: Before, After, and For How Long? ===