Ignore:
Timestamp:
09/03/12 13:37:01 (13 years ago)
Author:
hendrikvanantwerpen
Message:

Enable configuring multiple choice question items.

Allow widgets in ordered list by using mixin. Used this to create multiple
choice options. The options widget itself needs some styling.

Show code in question item preview and label to stop editing is 'Done'
to stop confusion about saving.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client/rft/ui/templates/QuestionEditorToolkit.html

    r397 r404  
    55                                <fieldset class="align">
    66                                        <label>Title:</label><input data-dojo-type="dijit.form.TextBox" name="title"/>
    7                                         <label>Code:</label><input data-dojo-type="dijit.form.TextBox" name= "_id"/>
     7                                        <label>Code:</label><input data-dojo-type="dijit.form.TextBox" name= "code"/>
    88                                        <label>Categories:</label>
    99                                        <div data-dojo-attach-point="listNode" class="rftLineListView"></div>
Note: See TracChangeset for help on using the changeset viewer.