How could I include the following script and stylesheet in a wordpress plugin if they only need to load in the admin panel?
<script type="text/javascript" src="/wp-includes/js/jquery/jquery.js?ver=1.11.3"></script>
<link rel="stylesheet" type="text/css" href="assets/chosen.min.css">
<script type="text/javascript" src="assets/chosen.jquery.min.js"></script>
admin_enqueue_scriptsaction hook