You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to E-Prime
When open the feedback text, the percentage of correct answers was set
in advance.It was default setting.
But How can I feedback the number of correct answers?
Please help me.
Thanks.
David McFarlane
unread,
May 9, 2012, 1:58:29 PM5/9/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
This is covered in the Reference Guide that came with E-Prime, in the
section on FeedbackDisplay Macros. In particular, you want the
@ACC.N macro, but you should definitely familiarize yourself with the
full table of macros in section 1.3.8.5.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to E-Prime
To David
Thank you for your helpful advice.
I tried @ACC.N macro, but it didn't work.
However, I could write scripts by myself using the Reference guide.
I wrote a script like "x = slide.ACC + x".
Now I have another question, but I will first ask to PST staff.
I'm really appreciate for your help.
David McFarlane
unread,
May 10, 2012, 11:03:04 AM5/10/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to e-p...@googlegroups.com
Ah yes, thank you for catching my mistake and writing back. Of
course, @ACC.N gives the total number of answers, not the number of
*correct* answers. It looks like @CorrectRT.N would actually do what
you want here, but learning to do this with inline code will open up
even more possibilities.