if(typeof Btv == "undefined") Btv={};
if(typeof Btv.PQuiz == "undefined") Btv.PQuiz={};
Btv.PQuiz.PQuizInfo_class = function() {};
ajaxProPrototypes.Object.extend(Btv.PQuiz.PQuizInfo_class.prototype, ajaxProPrototypes.Object.extend(new AjaxPro.AjaxClass(), {
	GetPQuizzesForCategory: function(categoryId, maxCount) {
		var v = (ajaxProPrototypes.Function.argumentsToArray(this.GetPQuizzesForCategory.arguments)[2]) || (null);
		return this.invoke(false, v, "POST", "GetPQuizzesForCategory", {"categoryId":categoryId, "maxCount":maxCount}, ajaxProPrototypes.Function.argumentsToArray(this.GetPQuizzesForCategory.arguments).slice(3));
	},
	GetSinglePQuizWigetEmbedCodeForCategory: function(categoryId, brandingcode, width, baseUrl) {
		var v = (ajaxProPrototypes.Function.argumentsToArray(this.GetSinglePQuizWigetEmbedCodeForCategory.arguments)[4]) || (null);
		return this.invoke(false, v, "POST", "GetSinglePQuizWigetEmbedCodeForCategory", {"categoryId":categoryId, "brandingcode":brandingcode, "width":width, "baseUrl":baseUrl}, ajaxProPrototypes.Function.argumentsToArray(this.GetSinglePQuizWigetEmbedCodeForCategory.arguments).slice(5));
	},
	GetPQuizWigetEmbedCodesForCategory: function(categoryId, brandingcode, maxCount, width, baseUrl) {
		var v = (ajaxProPrototypes.Function.argumentsToArray(this.GetPQuizWigetEmbedCodesForCategory.arguments)[5]) || (null);
		return this.invoke(false, v, "POST", "GetPQuizWigetEmbedCodesForCategory", {"categoryId":categoryId, "brandingcode":brandingcode, "maxCount":maxCount, "width":width, "baseUrl":baseUrl}, ajaxProPrototypes.Function.argumentsToArray(this.GetPQuizWigetEmbedCodesForCategory.arguments).slice(6));
	},
	url: '/ajaxpro/Btv.PQuiz.PQuizInfo,App_Code.ashx?typeVersion=11051'
}));
Btv.PQuiz.PQuizInfo = new Btv.PQuiz.PQuizInfo_class();

