Page MenuHomePhabricator

Creating a quiz by randomly selecting a few of the many questions
Open, Needs TriagePublicFeature

Description

I have a pool of questions. To create an exam by randomly selecting a few questions from this question pool on a page.
The basic logic is actually as follows but it doesn't work as you know

<quiz>
<choose>
<option>{{:Template:simplequiz1}}</option>
<option>{{:Template:simplequiz2}}</option>
<option>{{:Template:simplequiz3}}</option>
</choose>
</quiz>

I couldn't find a solution for this

Event Timeline

@fenpedia: Thanks for reporting this. Is this a feature request? If it is, please use the feature request form (linked from the top of the task creation page) to create feature requests. Thanks!

Aklapper changed the subtype of this task from "Task" to "Feature Request".

Assuming this is a feature request.