root/trunk/website/soundings/handlers/multiplechoicemultiother/stats.cfm @ 5

Revision 5, 0.6 kB (checked in by DanWilson, 17 years ago)

Initial Commit Of ModelGlue? Website (upgrade to blogcfc 511)

Line 
1<cfsetting enablecfoutputonly=true>
2<!---
3        Name         : handlers/mcother/stats.cfm
4        Author       : Raymond Camden
5        Created      : September 21, 2004
6        Last Updated : September 21, 2004
7        History      :
8        Purpose          :
9--->
10
11<cfparam name="attributes.questionidfk">
12<cfparam name="attributes.getother" default="false">
13<cfparam name="attributes.r_data" type="variablename">
14
15<cfmodule template="../multiplechoice/stats.cfm" attributeCollection="#attributes#"
16        other=true r_data="data"/>
17       
18<cfset caller[attributes.r_data] = data>                                
19<cfsetting enablecfoutputonly=false>
20
21<cfexit method="exittag">
Note: See TracBrowser for help on using the browser.