Abbreviations are an inevitable part of being a web developer. HTML, CSS, HTTP, XML… the list goes on and on.
This Darth Sidious edition should be a fairly advanced test of your web development force-fu. Keep in mind that this covers the entire spectrum of the web, not merely code — so be warned!
$(document).ready(function(){
$('#quiz-container').jquizzy({
questions: init.questions,
resultComments: init.resultComments,
twitterStatus: 'Woo! I scored {score} on the Nettuts Abbreviations quiz. Give it a shot!',
twitterImage: 'http://d2o0t5hpnwv4c1.cloudfront.net/jquizzy-1.0/img/share.png',
twitterUsername: 'envatowebdev',
splashImage: 'http://d2o0t5hpnwv4c1.cloudfront.net/1102_quiz8/nettuts.png',
});
});