Ask a question
Stuck on something? Ask the Deakin community for help.
Question title
Choose at least one topic or unit.
Topic (optional)
Select a topic...
{#each topics as topic}
{topic.name}
{/each}
Unit
{#if !useCustomUnit}
Select a unit...
{#each units as unit}
{unit.code}{unit.code2 ? ` / ${unit.code2}` : ""} — {unit.name}
{/each}
{/if}
{ useCustomUnit = !useCustomUnit; customUnit = ""; }} class="text-secondary hover:text-secondary-dark mt-2 text-xs" > {useCustomUnit ? "Choose from list" : "Other unit..."}
{#if useCustomUnit}
{/if}
{#if error}
{error}
{/if}
{loading ? "Posting..." : "Post question"}