📂 Import Exported HTML

âŦ†
Drag & drop a file here
HTML files exported from this builder only
📄

📝 Dropdown Choice Question Generator


e.g. <use value="[S01]"/>  |  <active value="[S02]"/>


Dropdown choices

No placeholders detected yet.


Styles

Show Reset button

🔗 Storyline variable export

Export result to a Storyline variable
Sets the variable to true when all answers are correct, false otherwise.
â„šī¸ How this works & Storyline setup guide â–ŧ

How the export works

  • Toggle Export result to a Storyline variable on before exporting — when off, no Storyline code is included in the file.
  • Set the variable name to match exactly what you've named it in Storyline (case-sensitive).
  • True / False mode — sets the variable to true if all answers are correct, false otherwise.
  • Points mode — sets the variable to the total points scored (e.g. 3 correct × 10 pts = 30).
  • The variable is written on Submit only when all questions are answered — partial submissions do not overwrite the variable.
  • Uses window.parent.GetPlayer().SetVar(). Outside Storyline it logs a console warning but won't break.

Setting up the variable in Storyline 360

1
Open your Storyline project and go to Home → Variables (or press Ctrl+Shift+V).
2
Click Create a new variable.
â€ĸ True/False mode: Type = True/False, default = False.
â€ĸ Points mode: Type = Number, default = 0.
3
Name it exactly as entered above — spelling and capitalisation must match.
4
Insert a Web Object on your slide: Insert → Web Object, pointing to the exported HTML file.
5
In Web Object properties, enable "Load web object automatically" and "Display in slide."
6
Add a trigger elsewhere on the slide that reads the variable — e.g. show a layer when quizResult == True.
âš ī¸ GetPlayer() only works inside a Storyline published preview or web server — not when the HTML file is opened directly from your desktop.

Live preview

Click "Refresh preview" after making changes.