// add this before event code to all pages where PII data postback is expected and appropriate
ttq.identify({
"email": "", // string. The email of the customer if available. It must be hashed with SHA-256 on the client side.
"phone_number": "", // string. The phone number of the customer if available. It must be hashed with SHA-256 on the client side.
"external_id": "" // string. Any unique identifier, such as loyalty membership IDs, user IDs, and external cookie IDs.It must be hashed with SHA-256 on the client side.
});ttq.track('ViewContent', {
"contents": [
{
"content_id": "", // string. ID of the product. Example: "1077218".
"content_type": "", // string. Either product or product_group.
"content_name": "" // string. The name of the page or product. Example: "shirt".
}
],
"value": "", // number. Value of the order or items sold. Example: 100.
"currency": "" // string. The 4217 currency code. Example: "USD".
});ttq.track('AddToWishlist', {
"contents": [
{
"content_id": "", // string. ID of the product. Example: "1077218".
"content_type": "", // string. Either product or product_group.
"content_name": "" // string. The name of the page or product. Example: "shirt".
}
],
"value": "", // number. Value of the order or items sold. Example: 100.
"currency": "" // string. The 4217 currency code. Example: "USD".
});ttq.track('Search', {
"contents": [
{
"content_id": "", // string. ID of the product. Example: "1077218".
"content_type": "", // string. Either product or product_group.
"content_name": "" // string. The name of the page or product. Example: "shirt".
}
],
"value": "", // number. Value of the order or items sold. Example: 100.
"currency": "", // string. The 4217 currency code. Example: "USD".
"search_string": "" // string. The word or phrase used to search. Example: "SAVE10COUPON".
});ttq.track('AddPaymentInfo', {
"contents": [
{
"content_id": "", // string. ID of the product. Example: "1077218".
"content_type": "", // string. Either product or product_group.
"content_name": "" // string. The name of the page or product. Example: "shirt".
}
],
"value": "", // number. Value of the order or items sold. Example: 100.
"currency": "" // string. The 4217 currency code. Example: "USD".
});ttq.track('AddToCart', {
"contents": [
{
"content_id": "", // string. ID of the product. Example: "1077218".
"content_type": "", // string. Either product or product_group.
"content_name": "" // string. The name of the page or product. Example: "shirt".
}
],
"value": "", // number. Value of the order or items sold. Example: 100.
"currency": "" // string. The 4217 currency code. Example: "USD".
});ttq.track('InitiateCheckout', {
"contents": [
{
"content_id": "", // string. ID of the product. Example: "1077218".
"content_type": "", // string. Either product or product_group.
"content_name": "" // string. The name of the page or product. Example: "shirt".
}
],
"value": "", // number. Value of the order or items sold. Example: 100.
"currency": "" // string. The 4217 currency code. Example: "USD".
});ttq.track('PlaceAnOrder', {
"contents": [
{
"content_id": "", // string. ID of the product. Example: "1077218".
"content_type": "", // string. Either product or product_group.
"content_name": "" // string. The name of the page or product. Example: "shirt".
}
],
"value": "", // number. Value of the order or items sold. Example: 100.
"currency": "" // string. The 4217 currency code. Example: "USD".
});ttq.track('CompleteRegistration', {
"contents": [
{
"content_id": "", // string. ID of the product. Example: "1077218".
"content_type": "", // string. Either product or product_group.
"content_name": "" // string. The name of the page or product. Example: "shirt".
}
],
"value": "", // number. Value of the order or items sold. Example: 100.
"currency": "" // string. The 4217 currency code. Example: "USD".
});ttq.track('Purchase', {
"contents": [
{
"content_id": "", // string. ID of the product. Example: "1077218".
"content_type": "", // string. Either product or product_group.
"content_name": "" // string. The name of the page or product. Example: "shirt".
}
],
"value": "", // number. Value of the order or items sold. Example: 100.
"currency": "" // string. The 4217 currency code. Example: "USD".
});
Federal University Dutse (FUD) Post UTME 2025: Registration Form, JAMB Cut Off Mark, Portal Login & Free Practice Questions - Arewa Campus NG
// add this before event code to all pages where PII data postback is expected and appropriate
ttq.identify({
"email": "", // string. The email of the customer if available. It must be hashed with SHA-256 on the client side.
"phone_number": "", // string. The phone number of the customer if available. It must be hashed with SHA-256 on the client side.
"external_id": "" // string. Any unique identifier, such as loyalty membership IDs, user IDs, and external cookie IDs.It must be hashed with SHA-256 on the client side.
});ttq.track('ViewContent', {
"contents": [
{
"content_id": "", // string. ID of the product. Example: "1077218".
"content_type": "", // string. Either product or product_group.
"content_name": "" // string. The name of the page or product. Example: "shirt".
}
],
"value": "", // number. Value of the order or items sold. Example: 100.
"currency": "" // string. The 4217 currency code. Example: "USD".
});ttq.track('Search', {
"contents": [
{
"content_id": "", // string. ID of the product. Example: "1077218".
"content_type": "", // string. Either product or product_group.
"content_name": "" // string. The name of the page or product. Example: "shirt".
}
],
"value": "", // number. Value of the order or items sold. Example: 100.
"currency": "", // string. The 4217 currency code. Example: "USD".
"search_string": "" // string. The word or phrase used to search. Example: "SAVE10COUPON".
});ttq.track('Contact', {
"contents": [
{
"content_id": "", // string. ID of the product. Example: "1077218".
"content_type": "", // string. Either product or product_group.
"content_name": "" // string. The name of the page or product. Example: "shirt".
}
],
"value": "", // number. Value of the order or items sold. Example: 100.
"currency": "" // string. The 4217 currency code. Example: "USD".
});ttq.track('ClickButton', {
"contents": [
{
"content_id": "", // string. ID of the product. Example: "1077218".
"content_type": "", // string. Either product or product_group.
"content_name": "" // string. The name of the page or product. Example: "shirt".
}
],
"value": "", // number. Value of the order or items sold. Example: 100.
"currency": "" // string. The 4217 currency code. Example: "USD".
});ttq.track('AddToWishlist', {
"contents": [
{
"content_id": "", // string. ID of the product. Example: "1077218".
"content_type": "", // string. Either product or product_group.
"content_name": "" // string. The name of the page or product. Example: "shirt".
}
],
"value": "", // number. Value of the order or items sold. Example: 100.
"currency": "" // string. The 4217 currency code. Example: "USD".
});ttq.track('CompleteRegistration', {
"contents": [
{
"content_id": "", // string. ID of the product. Example: "1077218".
"content_type": "", // string. Either product or product_group.
"content_name": "" // string. The name of the page or product. Example: "shirt".
}
],
"value": "", // number. Value of the order or items sold. Example: 100.
"currency": "" // string. The 4217 currency code. Example: "USD".
});ttq.track('Lead', {
"contents": [
{
"content_id": "", // string. ID of the product. Example: "1077218".
"content_type": "", // string. Either product or product_group.
"content_name": "" // string. The name of the page or product. Example: "shirt".
}
],
"value": "", // number. Value of the order or items sold. Example: 100.
"currency": "" // string. The 4217 currency code. Example: "USD".
});
Skip to content
Federal University Dutse (FUD) Post UTME 2025: Registration Form, JAMB Cut Off Mark, Portal Login & Free Practice Questions
Are you planning to gain admission into Federal University Dutse (FUD) in 2025? Whether you’re a first-time applicant or a returning candidate trying again this year, understanding the FUD Post UTME process, cut off marks, registration guidelines, and practice resources is key to your success.
This detailed guide will provide everything you need to confidently apply for the FUD Post UTME 2025 screening, meet the admission cut-off, and excel in your preparations.
Federal University Dutse, located in Jigawa State, is one of Nigeria’s growing federal institutions known for quality education, a serene academic environment, and competitive programs in sciences, social sciences, agriculture, arts, and health sciences.
Established in 2011, FUD has grown steadily to become a university of choice for many UTME candidates, especially in the North-West region of Nigeria. It offers undergraduate and postgraduate programs across multiple faculties including Medicine, Agriculture, Science, Computing, and Management Sciences.
While the general cut-off for FUD is 150, the departmental cut-off marks vary depending on the course applied for. Below is the expected JAMB cut-off mark for some key departments in FUD:
Course
JAMB Cut-Off Mark 2025
Medicine and Surgery
250+
Computer Science
180+
Accounting
180+
Law
220+
Economics
180+
Political Science
170+
Biotechnology
160+
Microbiology
170+
Agriculture
150+
English Language
160+
Keep in mind that cut-off marks are subject to change, especially if the number of applicants is high or the department has limited slots. Always check official announcements for updates.
This is the official FUD Post UTME registration portal for the 2025/2026 session.
Step 2: Create a Login Profile
Enter your JAMB Registration Number
Choose your course
Provide a valid email address and phone number
Generate and print out a payment invoice
Step 3: Make Payment
Pay the N2,000 Post UTME screening fee via:
Remita (online payment)
Bank branch (print invoice and pay at any commercial bank)
Step 4: Complete the Registration Form
Log in again after payment confirmation
Upload your recent passport photo
Fill in your O’Level results
Submit your form and print your acknowledgment slip
Note: Candidates are not required to upload WAEC/NECO result on JAMB CAPS again if already done earlier.
When Will the FUD Post UTME 2025 Screening Take Place?
The actual screening is likely to be conducted online via CBT or physical verification, depending on your department.
Tentatively, screening is scheduled to begin between September 9 and September 20, 2025. Ensure you check your email and the portal for updates regarding your screening date.
What Documents Will You Need?
Before screening, ensure you have the following:
Acknowledgment Slip from the FUD portal
Original JAMB Result Slip (with passport photo)
O’Level Result(s)
Birth Certificate
Local Government Indigene Certificate
Passport Photograph (2–4 copies)
Direct Entry documents (if applicable)
How Is FUD Post UTME Scored?
In most years, FUD does not conduct an additional aptitude test. Instead, it calculates your aggregate score using:
50% JAMB Score
50% O’Level grades
If your department does require a Post UTME test, it will be announced officially. Keep checking the portal or this page for updates.
FUD Portal Login and Troubleshooting
Some candidates face login or submission issues during registration. Here are common problems and how to fix them:
Problem 1: Invalid JAMB Registration Number
Ensure:
You selected FUD as First Choice during JAMB registration
Your JAMB registration number is typed correctly
Problem 2: Payment Not Reflecting
Wait 24–48 hours after payment
Check if your Remita Reference Number (RRR) is correct
These platforms offer past questions based on JAMB format and previous UNIBEN/FUTO/FUNAAB-type CBT styles, which closely resemble FUD’s when conducted.
What If You Miss the Deadline?
Late registration is usually not allowed at FUD. Once the portal closes, you cannot apply again until the next academic year.
However, if you encounter genuine issues like payment failure, incorrect email submission, or system errors, you should:
Score above 200 in JAMB for competitive courses like Medicine, Law, and Computer Science.
Have at least 5 strong O’Level credits, preferably in one sitting.
Monitor your email, FUD portal, and JAMB CAPS regularly.
Prepare early, especially if your department is likely to conduct CBT screening.
Use practice platforms and stay focused during the application period.
Conclusion
Applying to Federal University Dutse in 2025 is a great step if you’re looking for a growing federal institution with competitive but accessible admission standards. By understanding the JAMB cut-off marks, the application process, and preparing with reliable practice materials, you increase your chances of gaining admission into your desired course.
Be sure to keep this page bookmarked and visit the official portal regularly: https://putme.fud.edu.ng
Have questions about your eligibility, post UTME form, or departmental requirements? Drop a comment below or reach out through our contact form.