[[https://qeng.org/game.php?jump_to&gid=3493&task_id=42718|Example in game]]
===== Replacing Elements in a Task with Elements from Bonuses, Codes, Hints =====
You can dynamically replace task elements with content from hints, bonuses, or solved codes. To use this, switch to **"Source"** mode and write:
Any text before replacement
or
Any text before replacement
The **''data-find''** attribute defines which element value to copy:
* **''#b3 .bonus-hint''** — bonus description text (revealed after solving) for bonus 3.
* **''#b3 .bonus-description''** — bonus task question description for bonus 3.
* **''#c4 .right-answer''** — the exact correct code submitted for sector 4.
* **''#hb2''** — hint content text for hint 2 (or penalty hint 2).