my $path = "../../";
my $title = "Evaluations Instructions";
!>
#include ../../header.iphtml
#include ../../checkuser.iphtml
=$title!>
print p("Dear $participant:");
print p("Thank you for your participation in the $mtg_name.");
print p("Please follow the instructions below to complete the evaluation forms and submit your credit hours.");
print p("INSTRUCTIONS:");
print ol({compact=>undef},
li('Click the',a({href=>'topics.iphtml'},'Evaluation Form'),' Button for a listing of individual course lectures.'),
li('From the Evaluation Form screen, click on the lecture link to complete the evaluation form.'),
li('Complete all fields before saving your evaluation.'),
li('Repeat steps 1 - 3 for each lecture you purchased.'),
li('Certify and submit your credit hours.'),
li('Log off.')
);
print p(em("You will have one year from the date of purchase to complete your online evaluation and submit your CME credits."));
print p({-style=>'color:#F00'},'If you are entering this data on a public or shared computer, ', em('please make sure you log off and close your browser before you leave.'));
# print p(strong("The deadline for submitting evaluations is $deadline_txt."));
print p("Your evaluation scores and comments are taken very seriously by the CME Planning Committee when planning future courses. Thank you for participating and evaluating this CME activity.");
!>
#include ../../footer_include.iphtml