studiohsb
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Wordpress Simple Survey] Display number of questions in emailHi
Are you there Braden ? 🙂
regards
TomForum: Plugins
In reply to: [Wordpress Simple Survey] Display number of questions in email.. it should be: User Score: 3 out of 3 questions right ?
regards
TomForum: Plugins
In reply to: [Wordpress Simple Survey] Display number of questions in emailHi Braden
I create simple 3 question test (1+1=, 2+2= ,3+3=)
Add your code to view.admin_email_content.php
and answer (2,4,6)This is answer from email: User Score: 3 out of 1 questions
Still quanity is 1 question 🙁Should I add something inside questions ?
what am I doing wrong?regards
TomForum: Plugins
In reply to: [Wordpress Simple Survey] Display number of questions in emailHi
Braden, can you help me with this problem ?
thxregards
TomForum: Plugins
In reply to: [Wordpress Simple Survey] Display number of questions in emailHi Braden
Like this ?
$msg = ”;
$msg .= ‘<p><Qiuz title: </b>’.$result->quiz->title.'</p>’;
$msg .= ‘<p>Score:</b> ‘.$result->score.'</p>’;
$msg .= ‘<p>Question quanity:</b> ‘.count($result->field_results).'</p>’;mailer generate only number 1 🙁
Viewing 5 replies - 1 through 5 (of 5 total)