Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
16 questions
Show answers
- Q1How was your day (so far)?OKAwesome Now!TiringJust Started
- Q2What does the command "NSLog([NSString stringWithFormat:@"%@ %@",@"Hello",@"11",@"Zzish"]);" generate?Zzish HelloHello ZzishHello 1111 Zzish
- Q3What does the command Log.d("Zzish", "Hello %@"); generate?D/Zzish﹕ Hello %@D/Zzish﹕ Hello ZzishZzish HelloHello Zzish
- Q4What does the command "$(".field ").show();" doShow the first tag with class "field"Show all divs with with id "field"Show all fieldsShow all tags with a class of "field"
- Q5What did you know about Zzish before coming?First encounterWho are you?Read your siteAm following you
- Q6What does the command "$("#field").hide();" doHide all fieldsHide the first tag with id "field"Hide all tags with an id of "field"Hide all divs with with id "field"
- Q7What does the following jade command generate "input.id1.id2#class1(val='2')"<input id="class1" value="2" class="id1 id2"><input id="class1" val="2" class="id1 id2"><input id="id1" value="2" class="class1"><input id="class1" val="2">
- Q8What kind of padding does the following do? .p1 { padding: 3px 4px 10px" }Top 3px, Right 4px, Bottom 10pxBottom 3px, Top 4px, Left and Right 10pxTop 3px, Bottom 4px, Left and Right 10pxTop 3px, Left and Right 4px,Bottom 10px
- Q9How is JavaScript related to Java?They were both invented by the Java the HuttJavaScript is derived from JavaNo RelationJava is derived from JavaScript
- Q10npm install -save -g zzishsdkInstall for current projectinstall zzishsdk globally and for current projectInstall zzishsdk globally onlyDoesn't work
- Q11How good are you designsI'm not a great designerI can make good websites with the help of a designerMy websites look amazingWhat's Design?
- Q12What does the following Java Spring Annotation do '@RequestMapping(value = "/hello", method = RequestMethod.POST)'Return Hello when this method receives a POSTDoesn't do anythingSet the method to reject a POST request at /helloSet the method to accept a POST request at /hello
- Q13What does "System.out.print('Hello')" do?Print 33431 with no carriage returnPrint Hello and carriage returnCompilation ErrorPrint Hello with No Carriage Return
- Q14What does the following do 'button.btn.btn-primary.btn-block(ng-click="login.login();", ng-disabled="login.checkCanSubmit()")#LoginButton"The button is disabled if the function checkCanSubmit() returns falseThe button is disabled if the function checkCanSubmit() returns trueThe button calls login method of the $scopeThe button doesn't work
- Q15What does '$("#LoginButton").html("Login with Zzish");' doSet the button html with class LoginButton to Login with ZzishSet the button class with id LoginButton to 'Login with Zzish'Set the button html with id LoginButton to 'Login'Set the button html with id LoginButton to 'Login with Zzish'