Plugin Directory

Changeset 957392


Ignore:
Timestamp:
07/30/2014 01:45:51 PM (12 years ago)
Author:
rohitashv
Message:

Frontend Result available now

Location:
emarksheet
Files:
6 added
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • emarksheet/tags/1.2/emarksheet.php

    r941450 r957392  
    55Description: This is a simple and unique wordpress plugin to create a simple marksheet using wordpress. You can also give a link to your users to see the result and print it.
    66Author: rohitashv
    7 Version: 1.18
     7Version: 1.2
    88Author URI: http://eexamhall.com/
    99*/
     
    2424    add_submenu_page( 'eMarksheet-main', 'eMarksheet', 'Settings', 'administrator', 'eMarksheet-settings', 'emark_settings');
    2525    add_submenu_page( 'eMarksheet-main', 'eMarksheet', 'Print Marksheet', 'administrator', 'eMarksheet-print', 'emark_print');
     26    add_submenu_page( 'eMarksheet-main', 'eMarksheet', 'Help & Supprot', 'administrator', 'eMarksheet-help', 'emark_help');
    2627}
    2728function emark_add_class()
     
    5354    include('menu-pages/print.php');
    5455}
     56function emark_help()
     57{
     58    include('menu-pages/help.php');
     59}
     60add_shortcode('SHOW_EMARKSHEET','lordlinus_emark_shortcode');
     61function lordlinus_emark_shortcode()
     62{
     63    include("lordlinus_marksheet_shortcode.php");
     64}
    5565?>
  • emarksheet/tags/1.2/readme.txt

    r941451 r957392  
    1 === Online Marksheet Creator Software : eMarksheet ===
     1=== Online Exam Software : eMarksheet ===
    22Contributors: rohitashv
    33Link: eexamhall.com
    44Tags: emarksheet, online marksheet creator, create marksheet online, online marksheet
    55Requires at least: 3.2
    6 Stable tag: 1.18
     6Stable tag: 1.2
    77
    88This is a simple and unique wordpress plugin to create a simple marksheet using wordpress. You can also give a link to your users to see the result and print it.
     
    48487. Print Marksheet1
    49498. Print Marksheet2
     509. Frontend Result
     51
    5052== Changelog ==
    5153 
     
    5456
    5557=1.2=
    56 Now eExamhall is ready to use from its dashboard only
    57 
    58 =2.1=
    59 1. Second Stable Version Released
    60 2. Update or delete Question
    61 
    62 =2.9=
    63 1. Now the shortcode for each quiz is different and the code is compatible for all sorts of language ie. chinese, english
    64 
    65 =2.91=
    66 1. Added Premium Feature
    67 
    68 =3.0=
    69 1. Added Uninstall Menu
    70 
    71 =3.1=
    72 1. Added Premium Feature
     58Now you can set the result on front end by adding shortcode []
  • emarksheet/trunk/emarksheet.php

    r941450 r957392  
    55Description: This is a simple and unique wordpress plugin to create a simple marksheet using wordpress. You can also give a link to your users to see the result and print it.
    66Author: rohitashv
    7 Version: 1.18
     7Version: 1.2
    88Author URI: http://eexamhall.com/
    99*/
     
    2424    add_submenu_page( 'eMarksheet-main', 'eMarksheet', 'Settings', 'administrator', 'eMarksheet-settings', 'emark_settings');
    2525    add_submenu_page( 'eMarksheet-main', 'eMarksheet', 'Print Marksheet', 'administrator', 'eMarksheet-print', 'emark_print');
     26    add_submenu_page( 'eMarksheet-main', 'eMarksheet', 'Help & Supprot', 'administrator', 'eMarksheet-help', 'emark_help');
    2627}
    2728function emark_add_class()
     
    5354    include('menu-pages/print.php');
    5455}
     56function emark_help()
     57{
     58    include('menu-pages/help.php');
     59}
     60add_shortcode('SHOW_EMARKSHEET','lordlinus_emark_shortcode');
     61function lordlinus_emark_shortcode()
     62{
     63    include("lordlinus_marksheet_shortcode.php");
     64}
    5565?>
  • emarksheet/trunk/readme.txt

    r941451 r957392  
    1 === Online Marksheet Creator Software : eMarksheet ===
     1=== Online Exam Software : eMarksheet ===
    22Contributors: rohitashv
    33Link: eexamhall.com
    44Tags: emarksheet, online marksheet creator, create marksheet online, online marksheet
    55Requires at least: 3.2
    6 Stable tag: 1.18
     6Stable tag: 1.2
    77
    88This is a simple and unique wordpress plugin to create a simple marksheet using wordpress. You can also give a link to your users to see the result and print it.
     
    48487. Print Marksheet1
    49498. Print Marksheet2
     509. Frontend Result
     51
    5052== Changelog ==
    5153 
     
    5456
    5557=1.2=
    56 Now eExamhall is ready to use from its dashboard only
    57 
    58 =2.1=
    59 1. Second Stable Version Released
    60 2. Update or delete Question
    61 
    62 =2.9=
    63 1. Now the shortcode for each quiz is different and the code is compatible for all sorts of language ie. chinese, english
    64 
    65 =2.91=
    66 1. Added Premium Feature
    67 
    68 =3.0=
    69 1. Added Uninstall Menu
    70 
    71 =3.1=
    72 1. Added Premium Feature
     58Now you can set the result on front end by adding shortcode []
Note: See TracChangeset for help on using the changeset viewer.