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

Revision 5, 0.5 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/mcmulti/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.r_data" type="variablename">
13
14<cfmodule template="../multiplechoice/stats.cfm" attributeCollection="#attributes#"
15         r_data="data"/>
16       
17<cfset caller[attributes.r_data] = data>                                
18<cfsetting enablecfoutputonly=false>
19
20<cfexit method="exittag">
Note: See TracBrowser for help on using the browser.