‘;});
pollOptions.innerHTML = pollOptionsDom;
pollCount.innerHTML = totalVotes + ‘ votes’;
if (totalVotes > 10)
pollCount.classList.remove(“hidden”);
}
function trackBetsTodayPollImpression()
var intersectionObserverForArticlePoll = new IntersectionObserver(
function(entries)
entries.forEach(function(entry) !entry.isIntersecting );
,
root: null,
rootMargin: ‘200px 0px 200px 0px’,
threshold: [0, 0.25, 0.5, 0.75, 1],
);
document.querySelectorAll(‘.preview-bets-today-poll’).forEach(function(poll)
intersectionObserverForArticlePoll.observe(poll);
);
setTimeout(function()
trackBetsTodayPollImpression();
, 1000);
Five reasons Jayden Daniels won the Heisman Trophy
#1, Outstanding completion rate
Jayden Daniels’ pass completion rate in the 2023 season is one of the reasons he secured the Heisman Trophy. He is one of the few quarterbacks to complete over 70% of their passes.
Daniels recorded a 72.2% pass completion rate, reaching his receivers 236 times in 327 attempts. This was crucial to the Tigers’ offensive plays throughout the season.
#2, Impressive passing yards average
With a total of 3,812 passing yards in the 2023 college football season, Daniels had the third-highest average per throw in the Football Bowl Subdivision, behind Michael Penix Jr. and Bo Nix.
However, his average outweighs the entire Division I subdivision. Daniels averaged an impressive 11.7 yards per throw for LSU this season, which set him apart in the landscape.
#3, Superb rushing abilities
Jayden Daniels was the best dual-threat quarterback in college football in the 2023 season as a big threat to defenses on the ground.
The quarterback rushed for 1,134 yards and 10 touchdowns, leading the FBS in rushing yards per carry. His rushing abilities obviously set him apart from other quarterbacks in the race.
#4, Astonishing passing efficiency
Another metric that ensured Daniels was named the 2023 Heisman Trophy winner was his passing efficiency. He led the FBS in this metric.
Daniels had an astounding passer rating of 208.0, which projected him ahead of the other two quarterbacks in the race for the award. No other FBS quarterback had a passer rating of 190+.
#5, Number of touchdowns scored
This metric was probably what made many Heisman Trophy voters believe Jayden Daniels was deserving of the award. He scored an impressive amount of passing and rushing touchdowns.
Daniels threw for 40 touchdowns, the joint-highest in the FBS alongside Bo Nix. He also scored 10 rushing touchdowns to add to his impressive numbers. He was responsible for most points in college football this season.
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”: 1780762,
“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(1780762)
.then(function(ratingCount) {
if (ratingCount