Plugin Directory

Changeset 719538


Ignore:
Timestamp:
05/28/2013 07:34:51 PM (13 years ago)
Author:
gmichaelguy
Message:

3.0.6 upload

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mtouch-quiz/trunk/mtouchquiz.php

    r668002 r719538  
    44Plugin URI: http://gmichaelguy.com/quizplugin/
    55Description: Create a multiple choice quiz (or exam). This plugin was written with learning and mobility in mind.  The quiz interface is touch friendly. You can: specify hints based on answer selection; give a detailed explanation of the solution; choose multiple correct answers; specify when the correct answers are displayed; specify if a question may be attempted only once or many times; specify point values for each question; include customized start and finish screens; randomly order questions and/or answers; and more.  This plugin was built by pillaging the Quizzin plugin written by Binny V A, but please do not blame him for my ruining his plugin!
    6 Version: 3.0.5
     6Version: 3.0.6
    77Author: G. Michael Guy
    88Author URI: http://gmichaelguy.com
     
    1212?>
    1313<?php
    14 /*  Copyright 2010  G. Michael Guy  (email : Michael (Put-AN-AT) gmichaelguy.com)
     14/*  Copyright 2013  G. Michael Guy  (email : Michael (Put-AN-AT) gmichaelguy.com)
    1515
    1616    This program is free software; you can redistribute it and/or modify
     
    3333 */
    3434 
    35 define( 'mtq_VERSION', '3.0.5' );
     35define( 'mtq_VERSION', '3.0.6' );
    3636define( 'mtq_URL','http://gmichaelguy.com/quizplugin/');
    3737define( 'mtq_DISPLAY_NAME','mTouch Quiz');
     
    6060add_action('init', 'mtq_init');
    6161function mtq_init() {
    62     load_plugin_textdomain('mtouchquiz', 'wp-content/plugins/mtouch-quiz/lang/' );
     62    load_plugin_textdomain('mtouchquiz', false, dirname(plugin_basename( __FILE__ )).'/lang/' );
    6363    add_action('admin_menu', 'mtq_menu');
    6464    $installed_db = get_option('mtouchquiz_db_version');
Note: See TracChangeset for help on using the changeset viewer.