October 3, 2024

Common Wealth Geography

Exploring the World

The Future Destination of Michigan’s Running Back in 2024

Senior running back Blake Corum has been a force for the Michigan Wolverines this season. He is eligible for the 2024 NFL draft, and it will be interesting to see if he does decide to officially declare as he has another year of eligibility thanks to the COVID-19 free year of eligibility.

Corum has been doing phenomenal this season, as he has 152 rushing attempts for 794 yards (5.2 yards per carry) and 18 rushing touchdowns. With 51 total touchdowns (49 rushing, two receiving) over his four-year collegiate career, he has proven to be a huge cog in the Wolverines’ offensive system.

If Blake Corum does decide to declare for the 2024 NFL draft after the season, where would he be taken, and what teams will look at him as a potential pick?


modalPopup.closeOnEsc = false;
modalPopup.setHeader(“Why did you not like this content?”);
modalPopup.setContentText(modalText);
modalPopup.addCancelOkButton(“Submit”, resetRatingAndFeedbackForm, sendRating);
modalPopup.removeCloseModalIcon();
modalPopup.disableDismissPopup();
modalPopup.open();
} else
sendRating(index);

}
function sendRating()
var requestPayload =
“post_id”: 1745271,
“rating_value”: ratingValue

if (ratingValue > 3)
requestPayload.rating_feedback_type = null;
requestPayload.rating_feedback = null;
else
pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() , true);

function resetRatingAndFeedbackForm()
var activeStars = Array.from($all(‘.rating span.rating-star.active’));
for (var i=0; i = 0)
return true;
else
return false;

function getRatingCountByPostId(postId) {
return new Promise(function(resolve, reject)
pureJSAjaxGet(
getRatingCountBaseURL + postId + ‘/rating/count’,
function(data)
try
data = JSON.parse(data);
if (data.meta_value)
resolve(data.meta_value);

reject(“Failed to fetch rating count for the post:” + postId);
catch (err)
reject(“Failed to fetch rating count for the post:” + postId);

,
function(err)
reject(“Failed to fetch rating count for the post:” + postId);
, true);
);
}
function showErrorMessage(messageType)
var messageContainerId = ‘#’ + messageType + ‘-error’;
$(messageContainerId).classList.remove(‘hidden’);
window.setInterval(function ()
$(messageContainerId).classList.add(“hidden”);
, 5000);

(function() {
var callFired = false;
function lazyLoadPostRating() {
if (callFired) return;
callFired = true;
if (!isPostRatedByUser()) {
getRatingCountByPostId(1745271)
.then(function(ratingCount) {
if (ratingCount