PluginProbe
Watu Quiz / trunk
Watu Quiz vtrunk
3.4.8 trunk 3.4.2 3.4.3 3.4.4 3.4.5 3.4.5.1 3.4.5.2 3.4.5.3 3.4.6 3.4.7
watu / views / sidebar.php

sidebar.php in Watu Quiz trunk, at views/sidebar.php

46 lines 3.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div id="watu-related" class="watu-sidebox">
2 <h3><?php _e('Go PRO!', 'watu')?></h3>
3
4 <p><?php _e('Get more powerful features by', 'watu')?> <a href="http://calendarscripts.info/watupro/" target="_blank"><?php _e('upgrading to the PRO version:', 'watu')?></a> <?php _e('(You will be able to copy all your free quizzes to Pro)', 'watu');?></p>
5
6 <ol>
7 <li><strong><?php _e('Randomize questions', 'watu')?></strong> <?php _e('and pull random numbers.', 'watu')?></li>
8 <li><strong><?php _e('Detailed stats.', 'watu')?></strong> <?php _e('You can see who and how has answered to your exam.', 'watu')?></li>
9 <li><strong><?php _e('Printable certificates', 'watu')?></strong> <?php _e('assigned to the different grades.', 'watu')?></li>
10 <li><strong><?php _e('Export results and import/export questions', 'watu')?></strong> <?php _e('from/to CSV file.', 'watu')?></li>
11 <li><strong><?php _e('Students dashboard.', 'watu')?></strong> <?php _e('Registered users have a dashboard, can re-take exams etc.', 'watu')?></li>
12 <li><strong><?php _e('Questions and test categories.', 'watu')?></strong> <?php _e('User groups with different access to them.', 'watu')?></li>
13 <li><strong><?php printf(__('Copy %s', 'watu'), WATU_QUIZ_WORD_PLURAL)?></strong> <?php printf(__('and their questions into a new or existing %s.', 'watu'), WATU_QUIZ_WORD_PLURAL)?></li>
14 <li><strong><?php _e('More question types', 'watu')?></strong> <?php _e('and more control on defining correctly answered questions.', 'watu')?></li>
15 <li><strong><?php _e('Shortcodes', 'watu')?></strong> <?php _e('for user reports and user dashboard.', 'watu')?></li>
16 <li><strong><?php _e('More social sharing', 'watu')?></strong> <?php _e('options: Google+, LinkedIn, Twitter.', 'watu')?></li>
17 <li><strong><?php _e('Transfer all your data', 'watu')?></strong> <?php _e('from free to PRO with a single click.', 'watu')?></li>
18 <li><?php _e('And a lot more - just come to see!', 'watu')?></li>
19 </ol>
20
21 <p><?php _e('Just go ahead and', 'watu')?> <a href="http://calendarscripts.info/watupro/tour.html" target="_blank"><?php _e('take the tour', 'watu')?></a> <?php _e('or check the', 'watu')?> <a href="http://calendarscripts.info/watupro/demo.html" target="_blank"><?php _e('online demo.', 'watu')?></a></p>
22
23 <p><?php _e('Upgrading to PRO comes with <strong>60 days refund policy</strong>, one year <strong>free upgrades</strong> and one year <strong>free support</strong>.', 'watu')?></p>
24 </div>
25
26
27 <div id="watu-help" class="watu-sidebox">
28 <h3><?php _e('Need Support?', 'watu')?></h3>
29
30 <p><?php _e('Please ask your question in the', 'watu')?> <a href="http://wordpress.org/support/plugin/watu" target="_blank"><?php _e('support forum at Wordpress.', 'watu')?></a></p>
31
32 <p><?php _e("Use the forum only for issues concerning the free version. If you have a pre-sales question about Watu PRO please contact us", 'watu')?> <a href="http://calendarscripts.info/contact.html" target="_blank"><?php _e('through our site.', 'watu')?></a></p>
33 </div>
34
35
36 <div id="watu-ad" class="watu-sidebox">
37 <h3><?php _e('Help To Spread The Word!', 'watu')?></h3>
38
39 <p><?php _e('If you like this plugin you can do some of the following:', 'watu')?></p>
40
41 <ol>
42 <li><a href="http://wordpress.org/extend/plugins/watu/" target="_blank"><?php _e('Rate it 5 starts at Wordpress.org', 'watu')?></a></li>
43 <li><?php _e('Let others know about it by blogging or posting', 'watu')?> <a href="http://calendarscripts.info/watu-wordpress.html" target="_blank"><?php _e('our home page', 'watu')?></a> <?php _e('on social networks.', 'watu')?></li>
44 <li><a href="http://calendarscripts.info/watupro/" target="_blank"><?php _e('Go PRO', 'watu')?></a> <?php _e('to empower your site with extra benefits', 'watu')?></li>
45 </ol>
46 </div>