X Tutup
valid ) { echo("
Error: Incorrect LTI secret
"); return; } $_SESSION['oauth_consumer_secret'] = $oauth_consumer_secret; $_SESSION['oauth_consumer_key'] = $oauth_consumer_key; } ?>
Check Code
valid && $context->getOutcomeService() !== false ) { ?>
Submit Grade
valid && isset($_GET["done"]) ) { $url = $_GET['done']; echo("
Done
\n"); } ?>
Please Correct your code and re-run.
Congratulations the exercise is complete.
Grade Updated.
Error storing grade.
Enter Your Python Code Here:
<?php echo($CODE); ?>
Desired Output
Your Output
dump(); print "\nSESSION Parameters:\n\n"; ksort($_SESSION); foreach($_SESSION as $key => $value ) { if (get_magic_quotes_gpc()) $value = stripslashes($value); print "$key=$value (".mb_detect_encoding($value).")\n"; } print "-->"; ?>
X Tutup