Annotation of loncom/html/adm/help/tex/Authoring_Daxe_Radiobuttonresponse.tex, revision 1.1

1.1     ! raeburn     1: \label{Authoring_Daxe_Radiobuttonresponse}
        !             2: 
        !             3: To create a new radio button response, place the cursor directly inside a problem, 
        !             4: and use the ``One of N statements'' response template. This creates a basic radio button response.
        !             5: 
        !             6: \includegraphics[width=0.03\paperwidth]{daxeradio}
        !             7: 
        !             8: Response elements in general represent a user interface to let students enter a response.  
        !             9: In the case of a radio button response, it will turn into radio buttons (one for each foil), 
        !            10: and a single choice is possible.
        !            11: 
        !            12: To remove a foil, move the cursor over it, and click on the red X. 
        !            13: To move a foil, drag-and-drop the foil's grip icon (to the left of the foil).
        !            14: 
        !            15: This simplified user interface to create radio button responses has many limits: 
        !            16: for instance, it is not possible to create two true foils and let LON-CAPA choose one of them randomly to display.  
        !            17: For that, one has to switch to the \textit{advanced} mode with the button on the top of the element block.  
        !            18: The advanced UI is also necessary to force a foil to be at the top or bottom.  
        !            19: It is also necessary to display different hints based on the student choice.  
        !            20: But it could be convenient to start with the simple UI and only switch to advanced to add these options.  
        !            21: The advanced UI reveals the elements inside the response element, and all the attributes, 
        !            22: so that all LON-CAPA features are available.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>