Skip to content

Instantly share code, notes, and snippets.

@apokusin
Last active August 8, 2018 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apokusin/c93d9291c6561089c8af1ac1d7d1e5a6 to your computer and use it in GitHub Desktop.
Save apokusin/c93d9291c6561089c8af1ac1d7d1e5a6 to your computer and use it in GitHub Desktop.
# Timeline
# Timeline
Timeline
Assignment
View Assignment
edit -> Edit assignment
open attempt -> Attempt
Edit assignment
save -> Assignment
cancel -> Assignment
Attempt
View Attempt*
close -> Assignment
align -> Edit Alignment
select score -> Score
Score
Edit Alignment
close -> View Attempt
Rubric Category 1
select -> Rubric Category 2
Rubric Category 2
select -> Rubric Category 3
Rubric Category 3
select -> Rubric Category 4
Rubric Category 4
select -> Alignment Summary
Alignment Summary
close -> View Attempt
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current state is: ${current_state_name}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment