asalihsimsek / concerto-platform

Automatically exported from code.google.com/p/concerto-platform
0 stars 0 forks source link

Error with concerto.template.show() finalize´s parameter #79

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Dear,
I am having trouble in the function "concerto.template.show (" with the 
parameter "finalize = T". When I switch to T, I get an error message with.
I would like to end the session after the presentation of the last page.

Attached hereto script.
The version I'm using is the 4 beta 8 under Linux Debian

thank you
Pedro Henrique

Script
response3 <- concerto.template.show(3, params = 
list(username = response1$username,
chart_url = chart_url,
r1=r1,r2=r2,r3=r3,r4=r4,
r5=r5,r6=r6,r7=r7,r8=r8,
r9=r9,r10=r10,r11=r11,
r12=r12,r13=r13,r14=r14,
p_yes = p_yes,p_no = p_no,
yes_r = yes_r,no_r = no_r,
escore = escore,grade=grade),finalize=T)

Original issue reported on code.google.com by phm...@gmail.com on 27 Jul 2015 at 8:51

Attachments: