PNUEB
PNUEB
داوطلبان شرکت در آزمون تافل دانشگاه پیام نور می توانند از تاریخ 22/06/93 لغایت 26/06/93 با مراجعه به پورتال دانشگاه پیام نور – مرکز سنجش و آزمون جهت ثبت نام اقدام نمایند
به گزارش پایگاه خبری کتابخانه الکترونیکی پیام نور (pnueb) : سید ابوالحسن ترابی رئیس مرکز سنجش و آزمون دانشگاه پیام نور با اعلام اینکه آزمون تافل دانشگاه پیام نور در مهرماه سال 93 برگزار خواهد شد، گفت: داوطلبان شرکت در آزمون تافل دانشگاه پیام نور می توانند از تاریخ 22/06/93 لغایت 26/06/93 با مراجعه به پورتال دانشگاه پیام نور – مرکز سنجش و آزمون جهت ثبت نام الکترونیکی اقدام نمایند.
وی با عنوان هزینه ثبت نام داوطلبان مبلغ 500000 ریال است، گفت : زمان توزیع کارت آزمون از تاریخ 01/07/93 لغایت 03/07/93 خواهد بود و نهایتا آزمون در تاریخ 3/7/93 از ساعت 9 لغایت 11 صبح برگزار خواهد شد.
داوطلبان می توانند هزینه ثبت نام را به شماره حساب 2178609001007 به حساب بانک ملی شعبه بنفشه به نام دانشگاه پیام نور واریز نمایند و جهت رفع هرگونه مشکل احتمالی با شماره تلفن 22458297-021 تماس حاصل نمایند.
ثبت نام به صورت الکترونیکی و از طریق پورتال پیام نور- مرکز سنجش و آزمون صورت خواهد پذیرفت و آزمون در مراکز به صورت الکترونیکی برگزار خواهد شد
میتوانید مطلب فوق را به اشتراک بگزارید.
‘);
return false;
}
if (EW_this.comment && !EW_hasValue(EW_this.comment, “TEXT”)) {
$(‘#commentsrequest’).html(‘
.لطفا متن پیام را وارد كنيد
‘);
return false;
}
var formData = {
‘name’: $(‘input[name=name]’).val(),
’email’: $(‘input[name=email]’).val(),
‘comment’: $(‘textarea[name=comment]’).val(),
‘g-recaptcha-response’: $(‘textarea[name=g-recaptcha-response]’).val(),
‘section’: $(‘input[name=section]’).val(),
‘item_id’: $(‘input[name=item_id]’).val(),
‘cource_id’: $(‘input[name=cource_id]’).val(),
};
$(‘#commentsrequest’).html(‘
در حال ارسال اطلاعات ، لطفا شکیبا باشید….
‘);
// process the form
$.ajax({
type: ‘POST’, // define the type of HTTP verb we want to use (POST for our form)
url: ‘http://www.pnueb.com/account/save_comment’, // the url where we want to POST
data: formData, // our data object
dataType: ‘json’, // what type of data do we expect back from the server
encode: true
})
.done(function (data) {
// log data to the console so we can see
console.log(data);
$(‘#commentsrequest’).html(” “);
// here we will handle errors and validation messages
if (!data.success) {
// handle errors for name —————
if (data.errors.name) {
$(‘#commentsrequest’).append(‘
‘ + data.errors.name + ‘
‘); // add the actual error message under our input
$(‘input[name=name]’).focus();
}
// handle errors for email —————
if (data.errors.comment) {
$(‘#commentsrequest’).append(‘
‘ + data.errors.comment + ‘
‘); // add the actual error message under our input
}
if (data.errors.userCaptcha) {
/*$(‘#new_captcha’).prev().attr(‘src’, ‘http://www.pnueb.com/download/new_captcha?’ + Math.random());
$(‘input[name=userCaptcha]’).val(“”);
$(‘input[name=userCaptcha]’).focus();*/
$(‘#commentsrequest’).append(‘
‘ + data.errors.userCaptcha + ‘
‘); // add the actual error message under our input
}
} else {
// ALL GOOD! just show the success message!
EW_this.reset();
/*$(‘#new_captcha’).prev().attr(‘src’, ‘http://www.pnueb.com/download/new_captcha?’ + Math.random());
$(‘input[name=userCaptcha]’).val(“”);*/
$(‘#commentsrequest’).append(‘
‘ + data.message + ‘
‘);
}
});
// stop the form from submitting the normal way and refreshing the page
//window.event.preventDefault();
return false;
}
ارسال نظر