Advertisement
Guest User

Untitled

a guest
Jul 4th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. javascript: var id = prompt("Copy Paste the Material List here, JUST THE MATERIALS, not Book: Yes!, that won't work. Don't be that guy, no-one likes that guy.");str = id.replace("Handwritten Notes", "Handwritten Notes,").replace("Calculator", "Calculator,").replace("Four Function Calculator,", "Four Function Calculator").replace("Textbook", "Textbook,").replace("Multiple sheets of scratch paper", "Multiple sheets of scratch paper").replace(" Word", " Word,").replace("Notepad", "Notepad,").replace("Ebook (Computer)", "Ebook (Computer),").replace("Ebook (Website)","Ebook (Website),").replace("Note cards",",Note cards,").replace("Printed notes","Printed notes,").replace("Notes (PDF)","Notes (PDF),").replace("Notes (Word)","Notes (Word),").replace("Notes (Powerpoint)","Notes (Powerpoint),").replace("Notes (Excel)","Notes (Excel),").replace("Course website","Course website,").replace("Multiple sheets of scratch paper","Multiple sheets of scratch paper,").replace(" Powerpoint"," Powerpoint,").replace("Graphing Calculator","Graphing Calculator,").replace("Computer's Calculator","Computer's Calculator,").replace("Online Calculator","Online Calculator,").replace("Scientific Calculator","Scientific Calculator,").replace("Whiteboard","Whiteboard,").replace("Excel","Excel,");var r = confirm("Can they have a break? (Ok is yes, Cancel is no. I can not change this, Yes I've tried. No really, just trust me.");if (r === true) { x = prompt("Alright, now paste this to the test taker, it's that simple.", "Your exam is closed to all materials except for the following: " + str + " and breaks are allowed. Do you understand these rules?");} else { x = prompt("Alright, now paste this to the test taker, it's that simple.", "Your exam is closed to all materials except for the following: " + str + " and breaks are not allowed. Do you understand these rules?");}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement